Metadata-Version: 2.1
Name: brad
Version: 0.1.0a3
Summary: Brad is a Python package for Bootstrap, permutation tests and other resampling functions.
Home-page: https://github.com/tcbegley/brad
Author: tcbegley
Author-email: tomcbegley@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (<2.0.0,>=1.18.0)
Requires-Dist: scikit-learn (>0.24.0)
Requires-Dist: scipy (<2.0.0,>=1.4.1)
Requires-Dist: importlib-metadata (<4.0.0,>=3.4.0) ; python_version == "3.7"

# Brad

![gh-actions](https://github.com/tcbegley/brad/workflows/Tests/badge.svg)
[![codecov](https://codecov.io/gh/tcbegley/brad/branch/main/graph/badge.svg?token=aJUDsDeu1t)](https://codecov.io/gh/tcbegley/brad)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/brad)
![PyPI - License](https://img.shields.io/pypi/l/brad)

Brad is a Python package for Bootstrap, permutation tests and other resampling
functions.

## Contributing

See the
[contributing guide](https://github.com/tcbegley/brad/blob/main/.github/CONTRIBUTING.md)
for details on how to contribute, run tests, build `brad`, and make releases.


