Metadata-Version: 2.1
Name: bench-cli
Version: 0.1.0
Summary: 
Home-page: https://github.com/mlcgp/bench-cli
Keywords: finance,portfolio,investing,data-science,data-visualization,analytics,dashboards,metrics
Author: Malcolm Gillespie
Author-email: malcolmgillespie@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.4.26,<2.0.0)
Requires-Dist: alive-progress (>=2.1.0,<3.0.0)
Requires-Dist: dash (>=2.0.0,<3.0.0)
Requires-Dist: dash-bootstrap-components (>=1.0.0,<2.0.0)
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: pandas (>=1.3.3,<2.0.0)
Requires-Dist: plotly-express (>=0.4.1,<0.5.0)
Requires-Dist: psycopg2 (>=2.9.1,<3.0.0)
Requires-Dist: pyfiglet (>=0.8.post1,<0.9)
Requires-Dist: python-dotenv (>=0.19.1,<0.20.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: requests-futures (>=1.0.0,<2.0.0)
Requires-Dist: schedule (>=1.1.0,<2.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: typer (>=0.4.0,<0.5.0)
Project-URL: Repository, https://github.com/mlcgp/bench-cli
Description-Content-Type: text/markdown

<p align="center"><img src="https://github.com/mlcgp/bench/blob/master/images/bench-logo.png" alt="Bench logo" width="300" /></p>

## Install Bench

```bash
pip install bench
```


