Metadata-Version: 2.1
Name: paper-cup
Version: 20.12.4
Summary: Microservices communication system powered with paper cup engine!
Home-page: https://github.com/LUXEYS/paper_cup
Author: Luxeys
Author-email: bryan@luxeys.com
License: MIT
Description: Paper Cup
        --------
        
        Microservices communication using publish and subscribe.
        
        Paper Cup Pypi
        --------
        
        #### dependencies
        > pip3 install -r requirements.txt
        
        #### test
        > make test
        
        For unit test you must have moto running
        
        #### PyPi package
        - In your local dist directory remove any old version of the package.
        - Create the new version of the package run: make build
        - Upload to pypi run: make package_upload
        - Install pip install paper-cup.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
