Metadata-Version: 2.4
Name: cryptoowl
Version: 0.1.13
Summary: A library, that stores commonly used code for different modules in the CryptoOwl application
Author: Cryptoowl
Author-email: cryptoowl.app@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: pytz
Requires-Dist: boto3
Requires-Dist: PyMySQL
Requires-Dist: redis
Requires-Dist: botocore
Requires-Dist: setuptools
Requires-Dist: pymemcache
Requires-Dist: psycopg2-binary
Requires-Dist: requests
Requires-Dist: pydantic
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# cryptoowl-common
A library, that stores commonly used code for different modules in the CryptoOwl application.
Never store username-password in this repository.

## Useful links for python packaging: 
[Link-1](https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56)
[Link-2](https://www.section.io/engineering-education/setting-up-cicd-for-python-packages-using-github-actions/)
