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
- Host: GitHub
- URL: https://github.com/rupurt/winion
- Owner: rupurt
- License: mit
- Created: 2024-05-03T18:41:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T06:07:56.000Z (about 2 years ago)
- Last Synced: 2025-11-28T19:51:30.380Z (7 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winion


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)