Metadata-Version: 2.1
Name: parallel-bars
Version: 0.0.5
Summary: Simple wrapper on top of multiprocessing and tqdm progress bars
Home-page: https://github.com/mrapacz/parallel-bars
Author: Maciej Rapacz
Author-email: python.parallelbars@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# parallel-bars

This is a simple wrapper on top of `multiprocessing` and `tqdm` allowing for easy and abstract parallel computing with progress bars.

## Installation
```bash
pip install parallel-bars
```

Feel free to report any issues and leave feedback. 

## Authors
- Maciej Rapacz

