Skip to main content

A project for testing https://github.com/creditornot/wolt-python-package-cookiecutter

Project description

Just a test project

PyPI PyPI - Python Version PyPI - License

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

  1. Clone this repository

  2. Create a virtual environment and install the dependencies

    poetry install
    
  3. 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, e.g. v.2 .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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

just-a-test-project-0.0.10.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

just_a_test_project-0.0.10-py3-none-any.whl (3.2 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