Metadata-Version: 2.1
Name: pitertools
Version: 0.1.3
Summary: 
Home-page: https://github.com/tsah/pitertools
Author: tsah
Author-email: tsah.weiss@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/tsah/pitertools
Description-Content-Type: text/markdown

# pitertools
Tools to process python iterators in parallel.

## map_parallel
Spin up n threads to pull from input iterator and run an operation on it in parallel

##
Roadmap
- Add more tests 
- Add some linter, static type checking
- Add `ordered` parameter to `map_parallel` (currently results are unordered)
- Allow running on external executor

