Metadata-Version: 2.1
Name: pymacaron-async
Version: 0.0.70
Summary: Seamless asynchronous execution of method calls inside a PyMacaron endpoint, using celery+redis
Home-page: https://github.com/pymacaron/pymacaron-async
Author: Erwan Lemonnier
Author-email: erwan@lemonnier.se
License: BSD
Description: # pymacaron-async
        
        An extension of pymacaron seamlessly adding asynchronous task execution
        based on celery/Redis.
        
        See more at [pymacaron.com](http://pymacaron.com/async.html)
        
        NOTE: tests for pymacaron-async are located in pymacaron-helloworld. This is temporary and needs to be fixed.
        
        ## Author
        
        Erwan Lemonnier<br/>
        [github.com/pymacaron](https://github.com/pymacaron)</br>
        [github.com/erwan-lemonnier](https://github.com/erwan-lemonnier)<br/>
        [www.linkedin.com/in/erwan-lemonnier/](https://www.linkedin.com/in/erwan-lemonnier/)
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
