winion

A producer/consumer async runtime for Python


License
MIT
Install
pip install winion==0.0.0

Documentation

winion

pypi versions

A producer/consumer async runtime for Python

Usage

  1. Install the package from pypi
> pip install winion

Development

This repository manages the dev environment as a Nix flake and requires Nix to be installed

> nix develop -c $SHELL
> make setup
> make test

Publish Package to PyPi

> make pypi

License

winion is released under the MIT license