Metadata-Version: 2.1
Name: subprocessing
Version: 0.1.1
Summary: A subprocess-based reimplementation of parts of Python's multiprocessing library.
Project-URL: Homepage, https://github.com/schneiderkamplab/subprocessing
Project-URL: Bug Tracker, https://github.com/schneiderkamplab/subprocessing/issues
Author: Peter Schneider-Kamp
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: dill
Description-Content-Type: text/markdown

# subprocessing
A subprocess-based reimplementation of parts of Python's multiprocessing library

## TODOs
* implement Process fully
* implement other parts of the multiprocessing interface
* look into non-blocking I/O to handle different job lengths
* make dill vs pickle configurable?