A pythonic coroutine-based concurrent programming framework inspired by Kamaelia.
Project description
About
Message For You Sir! (m4us) is a coroutine-based concurrent programming library and framework for Python. It is heavily inspired by the BBC Research’s brilliant Kamaelia project. In fact, it largely intends to be a reimplementation of most of Kamaelia’s core concepts, but be based on Python coroutines instead of generators. It also aims to be cleaner and simpler.
Features
Provides coroutine-based inbox/outbox message-passing programming style.
Provides simple event loop and message routing mechanisms.
Provides single-thread and thread-based concurrency.
Promotes loose-coupling and component-based program design.
Excellent for pipeline-style data transformation systems.
Supports publish/subscribe style message distribution.
Works with both plain Python 2.6+ coroutines (value = (yield)) and class-based components.
Much more pythonic than Kamaelia and with less magic.
Clearly defined interfaces for all objects.
Complete API documentation and very clean source code.
Extensible with custom schedulers, post offices, message filters, etc.
Extensible with zope.interface adapters and custom interface implementations.
Easy to extend to support distributed computing.
100% line test coverage and almost 100% branch test coverage.
Currently implements equivalents to Kamaelia’s Component, ThreadedComponent, Scheduler, Pipeline, Graphline, and Backplane.
Provides several convenience functions and decorators to make creating common coroutine types easy.
Status
This project is very young and the code should be considered Alpha quality. It has been minimally tested on Linux and Windows, under Python 2.6, but has not yet been seriously tested on any platform. That said, it does have an extensive test suite with almost 100% branch test coverage.
You are welcome to use this project if you like it, and contributions are certainly welcome, but if you are looking for a better supported project with a strong community, then Kamaelia is a the more responsible choice.
Installation
The easiest way to install this distribution is:
pip install m4us
or:
easy_install m4us
Basic Usage
Documentation is still lacking. For now see A Simple Example for a simple example.
See also the integration tests for additional examples.
Documentation and Support
- Home page:
- Downloads:
- Documentation:
- Bug/issue tracker:
- Source code repository:
Contributing
There is always room for improvement in this project and contributions are certainly welcome. The easiest way to contribute is simply to file a bug report in the issue tracker whenever you find a problem or want to suggest an improvement.
If you would like to participate in a more substantial way, check out the issue tracker and the To Do Items Index to find out about the work still needs to be done.
Licence
Message For You Sir! is licensed under the GNU Affero General Public License version 3 or later (AGPLv3+). This is free software: you are free to change and redistribute it under certain conditions. There is NO WARRANTY, to the extent permitted by law. For full licensing information, see the Licensing Information .
Credits
m4us was created by Krys Lawrence <m4us at krys ca>.
This project is greatly inspired by Kamaelia. Special thanks goes to the authors of that project.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file m4us-0.3.0.tar.gz
.
File metadata
- Download URL: m4us-0.3.0.tar.gz
- Upload date:
- Size: 549.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2efc62fcddaa4937d7582648441273e52541e0390ee49d4d2432024beb78cd37 |
|
MD5 | 6e2b801acd2c13b552b76f86608b9948 |
|
BLAKE2b-256 | d45cf4e6fa4f3fa083899f5ad86cdf444de4375e0e1bb3b19d1818781f0e6cfb |