Metadata-Version: 2.4
Name: oc-toolbox
Version: 0.2.0
Summary: My OpenClassrooms Toolboox
Home-page: https://gitlab.com/toopy/oc-toolbox
Author: Toopy
Author-email: florent@toopy.org
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kaggle
Requires-Dist: matplotlib
Requires-Dist: mlflow
Requires-Dist: pandas
Requires-Dist: py7zr
Requires-Dist: retry
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: shap
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Provides-Extra: lint
Requires-Dist: pre-commit; extra == "lint"
Requires-Dist: ruff; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# My OpenClassrooms Toolboox

API documentation → [here](https://toopy.gitlab.io/oc-toolbox/reference/).

## Installation

To install the required dependencies, run:

```bash
pip install -e .
```

## Test

To run the tests, execute the following command:

```bash
pytest tests/
```

## Contributing

Feel free to submit issues or pull requests if you have suggestions or improvements!
