Metadata-Version: 2.2
Name: cxppython
Version: 0.1.26
Summary: A python utils package
Home-page: https://github.com/yourusername/my_package
Author: cxp
Author-email: your.email@example.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pymysql~=1.1.1
Requires-Dist: python-dotenv~=1.0.0
Requires-Dist: requests~=2.32.3
Requires-Dist: colorama~=0.4.6
Requires-Dist: python-statemachine~=2.1
Requires-Dist: munch~=2.5.0
Requires-Dist: mysql-connector-python~=9.2.0
Requires-Dist: SQLAlchemy~=2.0.29
Requires-Dist: asyncio~=3.4.3
Requires-Dist: pydantic~=2.11.3
Requires-Dist: cryptography<45.0,>=43.0
Requires-Dist: pyyaml~=6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# cxppython
### install build
- python -m pip install --upgrade pip setuptools wheel twine
- 
### build
- python setup.py sdist bdist_wheel
### upload
- twine upload dist/*
