Metadata-Version: 2.1
Name: taskcrow
Version: 0.1.5
Summary: 
Author: heeya8876
Author-email: heeya8876@naver.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
Requires-Dist: pymongo (>=4.6.1,<5.0.0)
Description-Content-Type: text/markdown

# Installation
```bash
pip install git+https://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@github.com/Team-AI-DO/taskcrow
```
# Build and publish
```bash
poetry build  # Build
python -m twine upload --skip-existing dist/*   # Deployment
```


