Skip to main content

Zinc

Project description

zn

Zinc

Development Environment

Setup

Follow these steps to create a development environment for Zinc:

cd ~/projects
git clone git@github.com:blinkdog/zn.git
cd zn
python3.7 -m venv ./env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Maintenance

If you install a new package using pip install then update the requirements.txt file with the following command:

pip freeze --all >requirements.txt

Working

The helper script snake defines some common project tasks:

Try one of the following tasks:

snake clean                # Remove build cruft
snake coverage             # Perform coverage analysis
snake dist                 # Create a distribution tarball and wheel
snake lint                 # Run static analysis tools
snake publish              # Publish the module to Test PyPI
snake rebuild              # Test and lint the module
snake test                 # Test the module

The task rebuild doesn't really build (no need to compile Python), but it does run the unit tests and lint the project.

Version Bumping

If you need to increase the version number of the project, don't forget to edit the following:

CHANGELOG.md
setup.py

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

zn-0.0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

zn-0.0.1-py3-none-any.whl (14.7 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