Metadata-Version: 2.4
Name: pitertools
Version: 0.6.0
Author-email: tsah <tsah.weiss@gmail.com>
License-File: LICENSE
Requires-Python: >=3.8.0
Provides-Extra: dev
Requires-Dist: ipython>=8.9.0; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
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
