Metadata-Version: 2.1
Name: toolkit4life
Version: 0.2.2
Summary: Faster deployment is what we want!
Home-page: https://github.com/keivanipchihagh/toolkit4life
Author: Keivan Ipchi Hagh
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
Requires-Dist: async-timeout
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: Deprecated
Requires-Dist: greenlet
Requires-Dist: idna
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: psycopg2-binary
Requires-Dist: pyparsing
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: redis
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: SQLAlchemy (==1.4.41)
Requires-Dist: SQLAlchemy-Utils
Requires-Dist: trino
Requires-Dist: urllib3
Requires-Dist: wrapt
Requires-Dist: PyYAML

# toolkit4life
A PyPI package to help speed-up development and make life easier.

## Features
- **logger**: Different decorators to use on your fuctions
- **threads**: *Thread* and *ThreadPool* with return values
- **requests**: Send requests with Backoff-Strategy
- **clients**:
  - **redis**: Redis-Client
  - **trino**: trino-Client
  - **postgre**: PostgreSQL-Client
