Skip to main content

A python program for scaffolding python projects.

Project description

pygen-scaffold

A python program for scaffolding python projects.

Test Coverage Status License: GPL v3

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

Github-flavored Markdown

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

pygen-scaffold-0.1.0.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

pygen_scaffold-0.1.0-py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page