An open API service indexing awesome lists of open source software.

https://github.com/rupurt/winion

A producer/consumer async runtime for Python
https://github.com/rupurt/winion

Last synced: 4 months ago
JSON representation

A producer/consumer async runtime for Python

Awesome Lists containing this project

README

          

# winion
![pypi](https://img.shields.io/pypi/v/winion.svg)
![versions](https://img.shields.io/pypi/pyversions/winion.svg)

A producer/consumer async runtime for Python

## Usage

1. Install the package from pypi

```console
> pip install winion
```

## Development

This repository manages the dev environment as a Nix flake and requires [Nix to be installed](https://github.com/DeterminateSystems/nix-installer)

```console
> nix develop -c $SHELL
```

```console
> make setup
```

```console
> make test
```

## Publish Package to PyPi

```console
> make pypi
```

## License

`winion` is released under the [MIT license](./LICENSE)