Metadata-Version: 2.3
Name: 203_python_project_rc
Version: 0.2.2
Summary: Add feature to pybacktestchain
License: MIT
Author: Raphael Corchia
Requires-Python: >=3.10,<3.13
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
Requires-Dist: gitdb (==4.0.10)
Requires-Dist: gitpython (>=3.1.44,<4.0.0)
Requires-Dist: numba (>=0.60.0,<0.61.0)
Requires-Dist: plotly (>=5.24.1,<6.0.0)
Requires-Dist: pybacktestchain (>=0.2.1,<0.3.0)
Requires-Dist: scipy (>=1.11,<1.14)
Requires-Dist: streamlit (>=1.41.1,<2.0.0)
Description-Content-Type: text/markdown

# python_project

Add an user interface for teh visualization of the results of pybacktestchain

## Installation

```bash
$ pip install 203_python_project_rc
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`203_python_project_rc` was created by Raphael Corchia. It is licensed under the terms of the MIT license.

## Credits

`203_python_project_rc` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

