Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

problem-bank-scripts

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

problem-bank-scripts

A package with useful functions to convert between different problem bank formats.

  • 1.0.2
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc