Metadata-Version: 2.1
Name: pwbus
Version: 0.0.2
Summary: A simple task execution manager with integration bus cababities
Home-page: https://github.com/fszostak/pwbus
Author: Fabio Szostak
Author-email: fszostak@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: absolute-import (==0.4)
Requires-Dist: boto3 (==1.10.34)
Requires-Dist: botocore (==1.13.34)
Requires-Dist: certifi (==2019.9.11)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: colorama (==0.4.1)
Requires-Dist: connection-pool (==0.0.2)
Requires-Dist: cursor (==1.3.4)
Requires-Dist: docutils (==0.15.2)
Requires-Dist: halo (==0.0.28)
Requires-Dist: idna (==2.8)
Requires-Dist: jmespath (==0.9.4)
Requires-Dist: kazoo (==2.5.0)
Requires-Dist: log-symbols (==0.0.14)
Requires-Dist: pika (==1.1.0)
Requires-Dist: pykafka (==2.8.0)
Requires-Dist: pymongo (==3.10.0)
Requires-Dist: python-dateutil (==2.8.0)
Requires-Dist: python-dotenv (==0.10.3)
Requires-Dist: redis (==3.3.11)
Requires-Dist: requests (==2.22.0)
Requires-Dist: s3transfer (==0.2.1)
Requires-Dist: six (==1.13.0)
Requires-Dist: spinners (==0.0.23)
Requires-Dist: tabulate (==0.8.6)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: urllib3 (==1.25.7)
Requires-Dist: websockets (==8.1)

# pwbus

A simple task execution manager with integration bus capabities.

Features

- Asynchronous task
- Data format conversion
- **TODO**

[Github-](https://github.com/fszostak/pwbus)


