A project for testing https://github.com/creditornot/wolt-python-package-cookiecutter
Project description
Just a test project
Documentation: https://creditornot.github.io/just-a-test-project
PyPI: https://pypi.org/project/just-a-test-project/
A project for testing wolt-python-package-cookiecutter
Installation
pip install just-a-test-project
Development
- Clone this repository
- Create a virtual environment and install the dependencies
poetry install
- Activate the virtual environment
poetry shell
Testing
pytest
Documentation
The documentation is automatically generated from the content of the docs directory and from the docstrings of the public signatures of the source code. The documentation is updated and published as a Github project page automatically as part each release.
Releasing
A PyPI release and documentation update is initiated by creating a release in GitHub.
The project uses semantic versioning. Use v
in front of the major version number, for
example: v2.1.3
.
Pre-commit
Pre-commit hooks run all the auto-formatters (e.g. black
, isort
), linters (e.g. mypy
, flake8
), and other quality
checks to make sure the changeset is in good shape before a commit/push happens.
You can install the hooks with (runs for each commit):
pre-commit install
Or if you want them to run only for each push:
pre-commit install -t pre-push
Or if you want e.g. want to run all checks manually for all files:
pre-commit run --all-files
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
Hashes for just-a-test-project-0.0.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe9f1e5b94d57d77f4fe4ab262281977f0e36abf31cb4a4afd2f9fc361d8a225 |
|
MD5 | 1800f59da680c5670c97b7ac0d160335 |
|
BLAKE2b-256 | 4e924a08ef3ccde2f104f603e0b467c5f6ebb8f72a347a841d763525c60be7ad |
Hashes for just_a_test_project-0.0.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dc524b06604281e8dc97bc0346cb85924daf08a4427507c8b7e422221b1b274 |
|
MD5 | 7d3209270f3eda6aba39b1adf85c7a85 |
|
BLAKE2b-256 | 2c37166892ca7e23115b22adf893b39df167a794a2b97b09b555f801578b4b15 |