Metadata-Version: 2.1
Name: letschatty
Version: 0.1.52
Summary: Models and custom classes to work across the Chattyverse
License: MIT
Author: Axel
Author-email: axel@letschatty.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pycountry (>=24.6.1,<25.0.0)
Requires-Dist: pydantic (>=2.9.2,<3.0.0)
Requires-Dist: pymongo (>=4.10.1,<5.0.0)
Description-Content-Type: text/markdown

# Chatty Analytics
Models and custom classes to work across the Chattyverse

Chatty Analytics is a proprietary tool developed by Axel Gualda. This software is for internal use only and is not licensed for distribution or use outside of authorized contexts.

Copyright (c) 2024 Axel Gualda. All Rights Reserved.


poetry version patch
poetry build                                                
poetry publish -r testpypi
pip cache purge                                             
pip uninstall letschatty -y
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple letschatty
pytest -v tests/unit/models/messages/test_message_from_db.py

pip cache purge                                             
pip uninstall letschatty -y
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple letschatty
pytest -v tests/unit/models/messages/test_message_from_db.py
