Metadata-Version: 2.1
Name: simpletasks
Version: 0.1.0
Summary: A simple library to run one task, or multiples ones in sequence or parallel
Home-page: https://github.com/upOwa/simpletasks
License: LGPL-3.0-or-later
Author: Thomas Muguet
Author-email: thomas.muguet@upowa.org
Requires-Python: >=3.6.1,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Provides-Extra: click
Provides-Extra: tqdm
Requires-Dist: click (>=7.1.2,<8.0.0); extra == "click"
Requires-Dist: tqdm (>=4.54.1,<5.0.0); extra == "tqdm"
Project-URL: Repository, https://github.com/upOwa/simpletasks
Description-Content-Type: text/markdown

# simpletasks

Simple tasks runner for Python


----
Contributing

```
poetry install --no-root
poetry install -E click -E tqdm
```
