Skip to content

open-resources/problem_bank_scripts

Repository files navigation

Problem Bank Scripts

PyPI supported Python versions PyPI version info codecov Documentation Status

Installation

pip install problem_bank_scripts

Update version

Here are the steps to increment the version (replace patch with major/minor/patch):

First, make sure to have the latest changes in the main branch.

git checkout main && git pull

Then, make sure all tests pass before incrementing the version.

poetry run pytest

Finally, increment the version and push the new tag and version change.

bash bump.sh patch

git push && git push --tags

To finalize the version update, create a new release on GitHub and the package will be automatically published to PyPI after the deployment is approved assuming all tests pass.

Features

  • TODO

Dependencies

  • TODO

Usage

  • TODO

Documentation

The official documentation is hosted on Read the Docs: https://problem-bank-scripts.readthedocs.io/en/latest/

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the pyOpenSci/cookiecutter-pyopensci project template and the audreyr/cookiecutter-pypackage.