Metadata-Version: 2.1
Name: paradec
Version: 0.0.1
Summary: Python decorator
Home-page: https://github.com/malteal/paradec
Author: Malte Algren
Author-email: malte__algren@hotmail.com
License: UNKNOWN
Description: # paradec
        paradec is a python decorator making it easy to parallelize a function with multiple input with concurrent.futures
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
