Metadata-Version: 2.3
Name: sigmavest
Version: 0.1.3
Summary: Investing toolkit
Author: DESKTOP-8ISDEH9\ivang
Author-email: ivan.georgiev@gmail.com
Requires-Python: >=3.10,<4.0
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
Requires-Dist: customtkinter (>=5.2.2,<6.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: rich (>=14.0.0,<15.0.0)
Requires-Dist: typer (>=0.15.2,<0.16.0)
Requires-Dist: yfinance (>=0.2.55,<0.3.0)
Description-Content-Type: text/markdown



## Now to publish the build with PyPi

```bash
poetry build
set POETRY_PYPI_TOKEN_PYPI=<token>
poetry publish
```

