Metadata-Version: 2.0
Name: parproc
Version: 0.1.0
Summary: Parallelization of Scripts
Home-page: UNKNOWN
Author: Oivind Loe
Author-email: oivind.loe@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Keywords: development scripting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3

PARPROC
=======

A library for parallelizing scripts, by allowing different script elements to be grouped in
processes, and allowing each group to depend on the completion of one or more other groups


