Asynchronous Component based Event Application Framework
Project description
Overview
circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.
circuits also includes a lightweight, high performance and scalable HTTP/WSGI compliant web server as well as various I/O and Networking components.
To take full advantage of circuits and its architecture, circuits requires that your application be designed in terms of components and their interactions (events) with each other. An application written using the circuits application framework is maintainable, scalable and easy to develop.
circuits’ Loosely Coupled Component Architecture allows for a high level of Reuse and Scalability. Components are Componsable and much of the component library that circuits ships with are implemented as composed components.
Documentation: http://packages.python.org/circuits or Read the Docs.
Project website: https://bitbucket.org/prologic/circuits/
PyPI page: http://pypi.python.org/pypi/circuits
Features
event driven
concurrency support
component archiecture
asynchronous I/O components
no required external dependencies
full featured web framework (circuits.web)
coroutine based synchronization primitives
Requirements
circuits has no dependencies beyond the Python Standard Library.
Python: >= 2.6
Installation
The simplest and recommended way to install circuits is with pip. You may install the latest stable release from PyPI with pip:
> pip install circuits
If you do not have pip, you may use easy_install:
> easy_install circuits
Alternatively, you may download the source package from the PyPi Page or the Downloads page on the Website; extract it and install using:
> python setup.py install
License
circuits is licensed under the MIT License.
Feedback
We welcome any questions or feedback about bugs and suggestions on how to improve circuits. Let us know what you think about circuits. @pythoncircuits.
Do you have suggestions for improvement? Then please Create an Issue with details of what you would like to see. I’ll take a look at it and work with you to either incorporate the idea or find a better solution.
Community
There is also a small community of circuits enthusiasts that you may find on the #circuits IRC Channel on the FreeNode IRC Network and the Mailing List.
Release Notes - circuits-2.0.1
Minor release fixing a few bugs found whilst testing on FreeBSD.
For a full list of changes for this release see the Change Log.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file circuits-2.0.1.tar.gz
.
File metadata
- Download URL: circuits-2.0.1.tar.gz
- Upload date:
- Size: 211.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 357b54e2262e9f918de3864e6f1099dec42059db4f9078e48eb367f00ef043cb |
|
MD5 | 7690057e66eefddbd5f7535c07c611a2 |
|
BLAKE2b-256 | 776ff2dd7a0986c42469577fbe606732597887d0406acfa0e31ed4e96dde7af2 |
File details
Details for the file circuits-2.0.1-py2.7.egg
.
File metadata
- Download URL: circuits-2.0.1-py2.7.egg
- Upload date:
- Size: 459.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c63ab9259c23dc279cc3ccd9506c05883996dd73ff78b19f0783ff49fd4761a |
|
MD5 | f0ba1722080788f741dd1697470af601 |
|
BLAKE2b-256 | d041cc0816fcb31e8df0ac6f74b643f438784aa3eb82cc06f69f006570a1724f |
File details
Details for the file circuits-2.0.1-py2.6.egg
.
File metadata
- Download URL: circuits-2.0.1-py2.6.egg
- Upload date:
- Size: 458.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fce482424db5dfdb28faf580e5d70ad3ab9faf9ac7a93d6914c7a8200a46cbf |
|
MD5 | f08b4ce05026900e15f9eb5410e9ae2f |
|
BLAKE2b-256 | e532420cbbbe97140b48e1bf4109b8d7db5ebe89cbf6204b722e39fa3b61f059 |