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 7
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-7.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| splut-7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 34.4 kB
Release files / splut-7.tar.gz
| Download URL | splut-7.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a21dc489c20e9bdf576d5dd61b3cd9cfea3d73936fa54118ffc961a20f366c73
|
|
BLAKE2b-256 checksum How to use checksums |
da18205d456c3fda3696d77b05341802b5fbeb9027ed87d1983dee5502b7c760
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.9
|
Release files / splut-7-py3-none-any.whl
| Download URL | splut-7-py3-none-any.whl |
|---|---|
| Size | 17.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
60f9c001415f2983030567b3bedaa9ae6f23553938a84f44d9ff9e3a4ffbaf64
|
|
BLAKE2b-256 checksum How to use checksums |
cce2b43e490017f9c5b5a61b92dce8f2249ae98148f9606a5c4ce55516a9a97f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.6.9
|