Metadata-Version: 2.1
Name: nexio
Version: 0.1.0
Summary: CLI tool to power your own journey
Author: Jorge Roldan
Author-email: roldanjrgl@protonmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: fastapi-utils (==0.7.0)
Requires-Dist: fastapi[standard] (>=0.115.2,<0.116.0)
Requires-Dist: pandas (==2.2.3)
Requires-Dist: psycopg2-binary (==2.9.9)
Requires-Dist: pydantic (==2.9.2)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: requests (>=2.32.3,<2.33.0)
Requires-Dist: rich (>=13.9.2,<13.10.0)
Requires-Dist: tabulate (==0.9.0)
Requires-Dist: todoist-api-python (==2.1.7)
Requires-Dist: typer (==0.12.5)
Requires-Dist: typing-inspect (==0.9.0)
Description-Content-Type: text/markdown

```bash
conda create -n nexio_env python=3.11
```

```Bash
conda activate nexio_env
```

```Bash
pip install -r requirements.txt
```

or 

```Bash
pip install fastapi[standard]
```
