Metadata-Version: 2.4
Name: problem_bank_helpers
Version: 0.4.0
Summary: Helpful utilities for the open problem bank.
License: MIT
License-File: LICENSE
Author: Firas Moosvi and Jake Bobowski
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: matplotlib (>=3.9.2,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0) ; python_version <= "3.11"
Requires-Dist: numpy (>=2.4.0,<3.0.0) ; python_version >= "3.12"
Requires-Dist: pandas (>=2.3.3,<3.0.0)
Requires-Dist: scipy (>=1.14.0,<2.0.0)
Requires-Dist: sigfig (>=1.3.3,<2.0.0)
Project-URL: Documentation, https://problem_bank_helpers.readthedocs.io/en/latest/
Project-URL: Homepage, https://github.com/open-resources/problem_bank_helpers
Project-URL: Repository, https://github.com/open-resources/problem_bank_helpers
Description-Content-Type: text/markdown

# Problem Bank Helpers 

[![Python](https://img.shields.io/badge/python-3.9-blue)]()
[![codecov](https://codecov.io/gh/open-resources/problem_bank_helpers/branch/main/graph/badge.svg)](https://codecov.io/gh/open-resources/problem_bank_helpers)
[![Documentation Status](https://readthedocs.org/projects/problem_bank_helpers/badge/?version=latest)](https://problem_bank_helpers.readthedocs.io/en/latest/?badge=latest)


## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ problem_bank_helpers
```

## Features

- TODO

## Dependencies

- TODO

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://problem_bank_helpers.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/open-resources/problem_bank_helpers/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

