diapyr
Constructor injection for Python
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 diapyr
To use, temporarily
If you prefer to keep .local clean, install to a virtualenv:
python3 -m venv venvname
venvname/bin/pip install diapyr
. venvname/bin/activate
To develop
First clone the repo using HTTP or SSH:
git clone https://github.com/combatopera/diapyr.git
git clone git@github.com:combatopera/diapyr.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 diapyr
python3 -m venv venvname
venvname/bin/pip install -e diapyr
. venvname/bin/activate
Release files for diapyr 24
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| diapyr-24.tar.gz | 18.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| diapyr-24-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 40.8 kB
Release files / diapyr-24.tar.gz
| Download URL | diapyr-24.tar.gz |
|---|---|
| Size | 18.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90b4d2c7edf59bd367e18b021f5e810da212f7050443fb83d993995b7b82378d
|
|
BLAKE2b-256 checksum How to use checksums |
d5065dac865546894f3a69ee6b94fa8ef87d979d0cdb968d33f5c3c6d313522a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|
Release files / diapyr-24-py2.py3-none-any.whl
| Download URL | diapyr-24-py2.py3-none-any.whl |
|---|---|
| Size | 22.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
6557127340caccae67fadabb5589bee596812cdfaab58350507106329a710c31
|
|
BLAKE2b-256 checksum How to use checksums |
2a3daed06d4faef01c1f1d632af8d2aeb1e6fdd8a4b61535f82bdf2753e1d518
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9
|