python-package-template
python-package-template copied to clipboard
π Your next Python package needs a bleeding-edge project structure.
Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.6.0 to 1.7.0. Release notes Sourced from nodeenv's releases. 1.7.0: drop py34, py35, py36; improved work on m1 #272 #289 #288 #294 #296 #295 #298 #299 #307...
Bumps [chardet](https://github.com/chardet/chardet) from 4.0.0 to 5.0.0. Release notes Sourced from chardet's releases. chardet 5.0.0 β οΈ This release is the first release of chardet that no longer supports Python < 3.6...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.8.2 to 4.12.0. Changelog Sourced from importlib-metadata's changelog. v4.12.0 py-93259: Now raise ValueError when None or an empty string are passed to Distribution.from_name (and other callers). v4.11.4...
Bumps [charset-normalizer](https://github.com/ousret/charset_normalizer) from 2.0.7 to 2.1.0. Release notes Sourced from charset-normalizer's releases. Version 2.1.0 2.1.0 (2022-06-19) Added Output the Unicode table version when running the CLI with --version (PR #194)...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.6.15. Commits 9d514b4 2022.06.15 4151e88 Add py.typed to MANIFEST.in to package in sdist (#196) 75cc94d 2022.05.18.1 04b7480 Add support for Python 3.10 and drop EOL...
Bumps [colorama](https://github.com/tartley/colorama) from 0.4.4 to 0.4.5. Changelog Sourced from colorama's changelog. 0.4.5 In progress, unreleased Catch a racy ValueError that could occur on exit. Create README-hacking.md, for Colorama contributors. Tweak...
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.4.0 to 3.7.1. Changelog Sourced from filelock's changelog. Changelog v3.6.0 (2022-02-17) Fix pylint warning "Abstract class :class:WindowsFileLock <filelock.WindowsFileLock> with abstract methods instantiated" :pr:135 - by :user:vonschultz Fix...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @βalkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @βericof...
## π Feature Request Support windows natively. ## π Motivation Windows by default does not support make.exe. ## π° Alternatives https://github.com/TezRomacH/python-package-template/issues/41
## π Bug Report I followed the installation instruction but get ``` ModuleNotFoundError: No module named 'chardet' ``` when I try to run ``` poetry run --help ``` Full stack...