Metadata-Version: 2.1
Name: pitertools
Version: 0.5.0
Summary: 
Home-page: https://github.com/tsah/pitertools
Author: tsah
Author-email: tsah.weiss@gmail.com
Requires-Python: >=3.8.0,<3.12.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
Concurrently run computation on iterator, respecting backpressure.

## Roadmap
- Add automated testing, publishing
- Add more tests 
- Add some linter, static type checking
- Allow running on Process pool executor

