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 splut
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/splut.git
git clone git@github.com:combatopera/splut.git
Now use pyven's pipify to create a setup.py, which pip can then use to install the project editably:
python3 -m venv pyvenvenv
pyvenvenv/bin/pip install pyven
pyvenvenv/bin/pipify splut
python3 -m venv venvname
venvname/bin/pip install -e splut
. venvname/bin/activate
Release files for splut 11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| splut-11.tar.gz | 18.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| splut-11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 39.8 kB
Release files / splut-11.tar.gz
| Download URL | splut-11.tar.gz |
|---|---|
| Size | 18.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
15ab0ab1b5e7bb5ec05e5ded6cd3bf53cb56b2dce168694adaa25ceed7f9dc93
|
|
BLAKE2b-256 checksum How to use checksums |
3d5ba9b5723cd93e3b5c42869339e60fb95580c02700c1edd4d575f0aae59215
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|
Release files / splut-11-py3-none-any.whl
| Download URL | splut-11-py3-none-any.whl |
|---|---|
| Size | 21.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
96e65dec10ba8897aa2e5c1d149ed4fa1bbaf810beba1519eed6a4fe00fad7d1
|
|
BLAKE2b-256 checksum How to use checksums |
c0629bc6e0b07628aa1d709ea38d6c6b0d8d27bd6bead41fa43a3574d36cc797
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.15 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|