Skip to content

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

License

Notifications You must be signed in to change notification settings

hutomadotAI/async-process-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages