Metadata-Version: 2.4
Name: batch_executor
Version: 0.2.2
Summary: A high-performance batch executor supporting async, threading, multiprocessing, and hybrid execution modes with progress bars and logging.
Author-email: Rex Wang <1073853456@qq.com>
Maintainer-email: Rex Wang <1073853456@qq.com>
License: MIT license
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: tqdm
Requires-Dist: func_timeout
Requires-Dist: psutil
Requires-Dist: colorama
Provides-Extra: dev
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: asyncio; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-pythonpath; extra == "dev"
Dynamic: license-file

==============
batch_executor
==============


.. image:: https://img.shields.io/pypi/v/batch_executor.svg
        :target: https://pypi.python.org/pypi/batch_executor

.. image:: https://img.shields.io/travis/RexWzh/batch_executor.svg
        :target: https://travis-ci.com/RexWzh/batch_executor

.. image:: https://readthedocs.org/projects/batch-executor/badge/?version=latest
        :target: https://batch-executor.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




A high-performance batch executor supporting async, threading, multiprocessing, and hybrid execution modes with progress bars and logging.


* Free software: MIT license
* Documentation: https://batch-executor.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
