Metadata-Version: 2.1
Name: werkit
Version: 0.2.0
Summary: Toolkit for encapsulating Python-based computation into deployable and distributable tasks
Home-page: https://github.com/metabolize/werkit
Author: Metabolize
Author-email: github@paulmelnikow.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/metabolize/werkit/issues
Project-URL: Documentation, https://werkit.readthedocs.io/en/stable/
Description: # werkit
        
        [![version](https://img.shields.io/pypi/v/werkit.svg?style=flat-square)][pypi]
        [![python versions](https://img.shields.io/pypi/pyversions/werkit.svg?style=flat-square)][pypi]
        [![license](https://img.shields.io/pypi/l/werkit.svg?style=flat-square)][pypi]
        [![build](https://img.shields.io/circleci/project/github/metabolize/werkit/master.svg?style=flat-square)][build]
        [![code style](https://img.shields.io/badge/code%20style-black-black.svg?style=flat-square)][black]
        
        Toolkit for encapsulating Python-based computation into deployable and
        distributable tasks.
        
        Provides code that helps package things up:
        
        - Serializing results
        - Handling and serializing errors
        - Deploying task workers using [Redis][], [RQ][] and the [Fargate CLI][]
        
        [redis]: https://redis.io/
        [rq]: https://python-rq.org/
        [fargate cli]: https://somanymachines.com/fargate/
        
        They're particularly useful for providing repsonse consistency 
        
        [pypi]: https://pypi.org/project/werkit/
        [coverage]: https://coveralls.io/github/metabolize/werkit
        [build]: https://circleci.com/gh/lace/werkit/tree/master
        [docs build]: https://werkit.readthedocs.io/en/latest/
        [black]: https://black.readthedocs.io/en/stable/
        
        ## Installation
        
        ```sh
        pip install werkit
        ```
        
        ## Usage
        
        ```py
        from werkit import ...
        ```
        
        
        ## Contribute
        
        - Issue Tracker: https://github.com/metabolize/werkit/issues
        - Source Code: https://github.com/metabolize/werkit
        
        Pull requests welcome!
        
        
        ## Support
        
        If you are having issues, please let us know.
        
        
        ## License
        
        The project is licensed under the MIT License.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
