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 8
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-8.tar.gz | 17.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| splut-8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 36.3 kB
Release files / splut-8.tar.gz
| Download URL | splut-8.tar.gz |
|---|---|
| Size | 17.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
228801d9071479553c15292b670f63204ab3b26308a95820b4e78599980748bf
|
|
BLAKE2b-256 checksum How to use checksums |
c6af6aa521d9ca6d1d09cf161bedd32cc8a463bdc1184019bbc3a4a97acec0a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9
|
Release files / splut-8-py3-none-any.whl
| Download URL | splut-8-py3-none-any.whl |
|---|---|
| Size | 18.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b083793341bf99ecaca49423583506bfb9e2fa5033849b7c8c37508ebebb5512
|
|
BLAKE2b-256 checksum How to use checksums |
d2b5db18211fcef4033510209e13448d0529df68ebd2e0616a790a640c73408d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9
|