Concurrency-related Python utils
Project description
splut
Concurrency-related Python utils
Install
These are generic installation instructions.
To use, permanently
The quickest way to get started is to install the current release from PyPI:
pip3 install --user splut
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install -U pip
venvname/bin/pip install splut
. venvname/bin/activate
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
splut-14.tar.gz
(4.2 kB
view hashes)
Built Distribution
splut-14-py3-none-any.whl
(6.0 kB
view hashes)