A python program for scaffolding python projects.
Project description
pygen-scaffold
A python program for scaffolding python projects.
Setup
Step 1. Create a virtual environment
You only need to do this once, if you've done it before for this project, you can skip this step.
python3 -m venv venv
Step 2. Activate the virtual environment
source venv/bin/activate
Step 3. Upgrade PIP
pip install --upgrade pip
Step 4. Install the dependencies
# Install the production dependencies
pip install -r requirements.txt
# Install development dependencies
pip install -r requirements-dev.txt
Development Usage
Clean transient files
inv clean
Run the tests
inv test
Generate Coverage Report
inv coverage
Run the linter
inv lint
Execute the build process
inv
References
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
pygen-scaffold-0.1.0.tar.gz
(14.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygen-scaffold-0.1.0.tar.gz.
File metadata
- Download URL: pygen-scaffold-0.1.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.2 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/5.2.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ab06cf4b155779b415b7fb699dcad3aa5c5e1acea6218a44657964f43ce359f
|
|
| MD5 |
302cb2d58e4f384366d0b156cde4d211
|
|
| BLAKE2b-256 |
fe4fbd879a63b664abfb18e806d30f836a958bf6ce27de17267cf376da8909ba
|
File details
Details for the file pygen_scaffold-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pygen_scaffold-0.1.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.2 readme-renderer/37.3 requests/2.28.1 requests-toolbelt/0.10.1 urllib3/1.26.13 tqdm/4.64.1 importlib-metadata/5.2.0 keyring/23.13.1 rfc3986/2.0.0 colorama/0.4.6 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c43e0cac0b3a6320b343d5ce402451f6fcb2290d9517927dd2ed8ea75c4504d
|
|
| MD5 |
d3054f886a4936ab481d048995d60ef7
|
|
| BLAKE2b-256 |
04730b414a515b2da41ddc2d6e167d52f84b23d9d8cc013bea26c2aacec6468d
|