Insert project description here
Project description
Project Short Description (default ini)
Project long description or extended summary goes in here (default ini)
Testing
This project uses pytest to run tests and also to test docstring examples.
Install the test dependencies.
$ pip install -r requirements_test.txt
Run the tests.
Developing
This project uses black to format code and flake8 for linting. We also support pre-commit to ensure these have been run. To configure your local environment please install these development dependencies and set up the commit hooks.
$ pip install black flake8 pre-commit
$ pre-commit install
Releasing
Releases are published automatically when a tag is pushed to GitHub.
# Set next version number
export RELEASE = x.x.x
# Create tags
git commit --allow -empty -m "Release $RELEASE"
git tag -a $RELEASE -m "Version $RELEASE"
# Push
git push upstream --tags
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
Built Distribution
Close
Hashes for PackageItStructureExample-0.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eaf3ff4def14c62acff97a83c155bcae9c4fc03bb2af8b881257afa268e63b1 |
|
MD5 | 1866511ea66c690c89193154768fed21 |
|
BLAKE2b-256 | b7b8c2ae5977183d2c9071202e580a6a1ce329506a69d4e359fd5fdbdebbddcb |
Close
Hashes for PackageItStructureExample-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 967a058ed36f1e7efb7e4c2cef80cb9a580e8c73412602e03f7144817b659ecf |
|
MD5 | fc3c7daa6f3c1ee078920ba03ff34131 |
|
BLAKE2b-256 | 83f5b4a01c40f9054439fddc624e4a71bfd47a85b17b18d369477ace4ccb1532 |