wemake-python-package
wemake-python-package copied to clipboard
Bleeding edge cookiecutter template to create new python packages
It is a really bad experience to have this exception: ``` » cookiecutter gh:wemake-services/wemake-python-package You've downloaded /Users/sobolev/.cookiecutters/wemake-python-package before. Is it okay to delete and re-download it? [yes]: yes project_name [my-awesome-project]:...
Maybe we don't need to run `poetry install` if cache worked. ```yml - run: poetry install if: steps.cache.outputs.cache-hit != 'true' ``` https://github.com/schemathesis/schemathesis/blob/master/.github/workflows/scheduled.yml#L40
this is a open issue for over a year now: https://github.com/microsoft/vscode-python/issues/11929 https://github.com/microsoft/vscode-python/issues/11729 May be considering removing it from the boilerplate? or a notice in the doc? it took me a...
We will be able to move `doc` dependecies to a separate group: https://python-poetry.org/blog/announcing-poetry-1.2.0a2/
https://docs.pytest.org/en/latest/changelog.html#pytest-6-0-0rc1-2020-07-08
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 2.5.0 to 2.6.0. Release notes Sourced from cookiecutter's releases. 2.6.0 Changes Minor Changes Support Python 3.12 (#1989) @ericof fix: modifying start and end variable strings (#1997) @sacha-c...
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.0 to 8.0.1. Release notes Sourced from pytest's releases. 8.0.1 pytest 8.0.1 (2024-02-16) Bug Fixes #11875: Correctly handle errors from getpass.getuser{.interpreted-text role="func"} in Python 3.13. #11879: Fix...
How about also add docker and docker compose file to project to be able to user docker interpreter and/or if your package is intend to run under docker?