Metadata-Version: 2.1
Name: mc-automation-tools
Version: 0.0.16
Summary: Map colonies automation infrastructure kit tools for mutual purpose
Home-page: https://github.com/MapColonies/automation-kit.git
Author: MC
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.25.0)
Requires-Dist: boto3 (~=1.16.43)
Requires-Dist: gpval
Requires-Dist: wheel
Requires-Dist: setuptools (~=50.3.2)
Requires-Dist: botocore (~=1.19.43)
Requires-Dist: PyJWT
Requires-Dist: paramiko
Requires-Dist: shapely
Requires-Dist: pandas
Requires-Dist: psycopg2-binary (==2.8.6)

# automation-kit

### This pytonic package include useful sub-packages and implementation for variant manipulation of automation infrastructure.

### Include:
1. base_request - wrapper for restful API's requests [post, get, etc..]
2. S3storage - wrapper of boto3 library for handling with S3 storage type
3. Common - common utils for string manipulations, urls, storage, os, and data-types convertor
4. Jira - integration sub-package for connecting pytest results with jira's dashboard.
5. PostGres support wrapping module that provide useful class and function working with pg

