Metadata-Version: 1.0
Name: circuits
Version: 1.3
Summary: Asynchronous Component based Event Application Framework
Home-page: http://bitbucket.org/prologic/circuits/
Author: James Mills
Author-email: James Mills, prologic at shortcircuit dot net dot au
License: MIT
Download-URL: http://bitbucket.org/prologic/circuits/downloads/
Description: circuits is a **Lightweight** **Event** driven and **Asynchronous**
        **Application Framework** for the
        `Python Programming Language <http://www.python.org/>`_ with a
        strong **Component** Architecture. circuits also includes a lightweight,
        high performance and scalable HTTP/WSGI web server
        (*with some similar features to* `CherryPy <http://www.cherrypy.org/>`_)
        as well as various I/O and Networking components.
        
        circuits has a clean architecture and has no required external dependencies.
        It has a small footprint and delivers a powerful set of features for building
        large, scalable, maintainable applications and systems. circuits comes with a
        suite of standard components that can be quickly utilized to create
        applications from a simple tool to a complex distributed web application. 
        
        circuits was created by and is primarily maintained by
        `James Mills <http://prologic.shortcircuit.net.au/>`_
        
        Links:
        
        1) `Development Repository <http://bitbucket.org/prologic/circuits/>`_
        
        2) `Development Snapshot (tip) <http://bitbucket.org/prologic/circuits/get/tip.zip#egg=circuits-tip>`_
        
        
Keywords: event framework distributed concurrent component asynchronous
Platform: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Environment :: Other Environment
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3.0
Classifier: Topic :: Adaptive Technologies
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Communications :: Chat :: Internet Relay Chat
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: Topic :: Database
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Clustering
Classifier: Topic :: System :: Distributed Computing
