hutomadotAI / async-process-pool

Process pool and queue that is compatible with Python 3's asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async-process-pool

Description

Process pool and queue that is compatible with Python 3.7's asyncio.

For more information about the library, see the library description at src/README.md.

Building and testing

Dependencies

The library depends on Python 3.7 and uses pipenv to describe its dependencies, in particular for testing.

Testing

The Pipfile from pipenv declares what version of pytest and it's plugins you need to successful run the tests.

Once pipenv is installed, dependencies are obtained by using pipenv install --dev.

It is recommended to use pipenv shell to run tests.

Then, you are able to run pytest to run the unit and integration tests.

About

Process pool and queue that is compatible with Python 3's asyncio

License:Apache License 2.0


Languages

Language:Python 100.0%