Metadata-Version: 2.1
Name: fabrique-actor
Version: 5.0.4
Summary: Fabrique actor transport layer engine
Home-page: http://www.fabrique.ai
Author: Sergey Kuzmin
Author-email: sergey.kuzmin@fabrique.ai
License: MIT
Keywords: kafka
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: confluent-kafka (>=1.2.0)
Requires-Dist: python-dotenv
Requires-Dist: fabrique-atelier (==5.*,>=5.0.5)

fabrique-actor
==============

fabrique kafka transport layer

Install this lib
----------------

``pip3 install fabrique-actor``

Create new actor
----------------

1. Create empty git project and clone it to your local machine
2. Run ``actor_boilerplate.py %actor_type%`` in your project directory
   (``actor_boilerplate.py -h`` to show all supported actor types)
3. Edit files
4. Stage, commit, push, ``git tag %version_str% && git push --tags``


