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 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
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-8.tar.gz
(17.7 kB
view details)
Built Distribution
splut-8-py3-none-any.whl
(18.6 kB
view details)
File details
Details for the file splut-8.tar.gz
.
File metadata
- Download URL: splut-8.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 228801d9071479553c15292b670f63204ab3b26308a95820b4e78599980748bf |
|
MD5 | cc252fb9f363360b68eab4b64e3ed249 |
|
BLAKE2b-256 | c6af6aa521d9ca6d1d09cf161bedd32cc8a463bdc1184019bbc3a4a97acec0a0 |
File details
Details for the file splut-8-py3-none-any.whl
.
File metadata
- Download URL: splut-8-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b083793341bf99ecaca49423583506bfb9e2fa5033849b7c8c37508ebebb5512 |
|
MD5 | 91b2bf339c59d53b582e6ca596c341c2 |
|
BLAKE2b-256 | d2b5db18211fcef4033510209e13448d0529df68ebd2e0616a790a640c73408d |