Metadata-Version: 1.1
Name: nose-gevented-multiprocess
Version: 0.1.3
Summary: Gevent-supporting multiprocess plugin for Nose testing framework
Home-page: http://github.com/dvdotsenko/nose_gevent_multiprocess
Author: Daniel Dotsenko
Author-email: ddotsenko@shift.com
License: GNU LGPL
Download-URL: http://github.com/dvdotsenko/nose_gevent_multiprocess/tarball/stable
Description: Gevent-supporting multiprocess plugin for Nose testing framework.
        Normal multiprocess plugin relies on specific parts of multiprocess module that break under gevent. This specifically applies to multiprocessing.Queue objects that are used to communicate the tests and results between master thread and worker threads.
        This plugin switches the communication to JSON-RPC requests over HTTP - a medium and the protocol that should work under gevent-patched sockets.
Keywords: nose,multiprocess,gevent
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
