Metadata-Version: 2.1
Name: pysagas
Version: 0.0.2
Summary: Simple async sagas package
Home-page: https://github.com/kimbugp/sagas
Author: Kimbugwe Simon Peter
Author-email: kimbsimon2@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/kimbugp/sagas
Description: # SAGAS
        
        A simple async sagas implementation
        
        ## Installation
        
        ```
        $ pip install pysagas
        ```
        
        CHANGES
        =======
        
        * rename package
        * add changelog
        * add setup.py file
        * remove example
        * Setup publishing to pypi
        * initial commit
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
