ve application
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ve-0.0.1.tar.gz
(7.5 kB
view details)
Built Distribution
ve-0.0.1-py3-none-any.whl
(8.0 kB
view details)
File details
Details for the file ve-0.0.1.tar.gz
.
File metadata
- Download URL: ve-0.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0509cac5424aac38e04556b499e01e9f0d1c14b085d5fbf33007ae501063efc0 |
|
MD5 | 75b8a9121b1b90d893ffef99f70cab22 |
|
BLAKE2b-256 | d3480da2a2afe6581abde96f13c544999086e8e4fd03f30c643d84cd649752a6 |
File details
Details for the file ve-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: ve-0.0.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b62be00a031e16b96927e70bd6ad6f1b3ad5ca40b7bf865187b74281b13a1441 |
|
MD5 | 280538e203d3437a3f82b05f5fe213da |
|
BLAKE2b-256 | e53c55ee36bd25915d134df7f88ce0b45323354d1e3a7499f00482408a703768 |