Metadata-Version: 2.1
Name: parproc
Version: 0.3.0
Summary: Process Parallelization
Author: Oivind Loe
Author-email: oivind.loe@gmail.com
Keywords: development scripting
Classifier: Development Status :: 4 - Beta
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.8
License-File: LICENSE.txt

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
