Metadata-Version: 2.1
Name: common-py-lib
Version: 1.4
Summary: Python Library
Author: Steve Zheng
Author-email: steve.zheng@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (>=1.26.0)
Requires-Dist: botocore (>=1.29.0)
Requires-Dist: jmespath (>=1.0.1)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: s3transfer (>=0.6.0)
Requires-Dist: six (>=1.16.0)
Requires-Dist: urllib3 (>=1.26.12)

# README #

Python libraries

## Command line ##

- Build a package: `python setup.py sdist bdist_wheel`
- Install to AWS CodeArtifact: `./install_AWS_CodeArtifacts.sh [Domain Name] [Repo Name] [AWS profile name if has multiple]`
- Install to PyPi: `./install_pypi.sh [PyPi username] [PyPi password]`
- Use the package (You need to login to the AWS CodeArtifacts using CLI): `pip install common-py-lib`

## Change Notes
- 2022-11-02: Initial release with logging and aws services support
