Metadata-Version: 1.0
Name: weightless-core
Version: 0.9.4
Summary: Weightless data-processing with coroutines
Home-page: http://www.weightless.io
Author: Erik J. Groeneveld
Author-email: erik@seecr.nl
License: GNU Public License
Description: 
        Weightless presents a way to implement data-processing programs, such as web-servers, with coroutines in Python. The results are lightweight, efficient and readable programs without call-backs, threads and buffering. Weightless supports:
        1. decomposing programs into coroutines using compose
        2. creating pipelines using the observer pattern
        3. connecting file descriptors (sockets etc) to pipelines using gio
        
Platform: cpython
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Text Processing
