1 Repositories
1.1 Distributions
1.2 Source code
2 Usage
$ ve -h
usage: ve [-h] [--version] [directory]
positional arguments:
directory create the virtual environment in this directory (default .venv)
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit
3 Hacking
This project makes extensive use of tox, pytest, and GNU Make.
3.1 Development environment
Use following command to create a Python virtual environment with all necessary dependencies:
tox --recreate -e develop
This creates a Python virtual environment in the .tox/develop directory. It can be activated with the following command:
. .tox/develop/bin/activate
3.2 Run test suite
In a Python virtual environment run the following command:
make review
Outside of a Python virtual environment run the following command:
tox --recreate
3.3 Build and package
In a Python virtual environment run the following command:
make package
Outside of a Python virtual environment run the following command:
tox --recreate -e package
Release files for ve 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ve-0.0.1.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ve-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.5 kB
Release files / ve-0.0.1.tar.gz
| Download URL | ve-0.0.1.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0509cac5424aac38e04556b499e01e9f0d1c14b085d5fbf33007ae501063efc0
|
|
BLAKE2b-256 checksum How to use checksums |
d3480da2a2afe6581abde96f13c544999086e8e4fd03f30c643d84cd649752a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.1
|
Release files / ve-0.0.1-py3-none-any.whl
| Download URL | ve-0.0.1-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b62be00a031e16b96927e70bd6ad6f1b3ad5ca40b7bf865187b74281b13a1441
|
|
BLAKE2b-256 checksum How to use checksums |
e53c55ee36bd25915d134df7f88ce0b45323354d1e3a7499f00482408a703768
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.1
|