Metadata-Version: 2.1
Name: py3toolbox
Version: 0.1.48
Summary: A Python3 tools and utilities collection
Home-page: https://github.com/gr82morozr/py3toolbox.git
Author: Great Tomorrow
Author-email: gr82morozr@gmail.com
License: MIT
Keywords: toolbox
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
License-File: LICENSE

# Python3 Toolbox 

A utility set for :
1 - Filesystem
2 - Time
3 - Print
4 - AWS
5 - Elasticsearch
6 - Image
7 - Network
... etc

For install :
> pip install py3toolbox

For upgrade:
> pip install py3toolbox --upgrade --no-cache-dir

For PyPi upload:
> twine upload dist/* --repository-url https://upload.pypi.org/legacy/ 

