Skip to main content

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:

http://pypi.python.org/pypi/m4us

Downloads:

http://pypi.python.org/pypi/m4us#downloads

Documentation:

http://packages.python.org/m4us

Bug/issue tracker:

http://bitbucket.org/krys/m4us/issues

Source code repository:

http://bitbucket.org/krys/m4us

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

m4us-0.3.0.tar.gz (549.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page