Metadata-Version: 2.1
Name: pitertools
Version: 0.3.0
Summary: 
Home-page: https://github.com/tsah/pitertools
Author: tsah
Author-email: tsah.weiss@gmail.com
Requires-Python: >=3.8.0,<3.9.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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 automated testing, publishing
- Add more tests 
- Add some linter, static type checking
- Allow running on external executor
- Add asyncio implementation

