Metadata-Version: 2.0
Name: ampoule
Version: 0.3.1
Summary: A process pool implementation in Twisted Matrix and AMP
Home-page: https://github.com/glyph/ampoule
Author: Glyph Lefkowitz
Author-email: glyph@twistedmatrix.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: System
Requires-Dist: Twisted (>=17[tls])


ampoule - Python process pool for Twisted Matrix
=================================================

Ampoule is a process pool implementation written on top of Twisted
Matrix. Its name comes from the use of AMP as the default
communication protocol between the pool and all its children.

It's different from other alternative solutions because it provides an
API very close to that of the Twisted ThreadPool. As an helper
function it also provides a deferToAMPProcess function that creates
the ProcessPool and submits jobs to it.

