Metadata-Version: 2.1
Name: asynchelper
Version: 0.1.0
Summary: asynchelper - Allows execution of unlimited number of asynchronous tasks while limiting the amount of active concurrent ones.
Home-page: https://github.com/darkarp/asynchelper
Author: Mario Nascimento
Author-email: mario@whitehathacking.tech
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License

asynchelper
===========

.. image:: https://img.shields.io/pypi/v/asynchelper.svg
    :target: https://pypi.python.org/pypi/asynchelper
    :alt: Latest PyPI version


Allows execution of unlimited number of asynchronous tasks while limiting the amount of active concurrent ones.

Usage
-----

Installation
------------

Requirements
^^^^^^^^^^^^

Compatibility
-------------

Licence
-------

Authors
-------

`asynchelper` was written by `Mario Nascimento <mario@whitehathacking.tech>`_.

