python-project-wizard
python-project-wizard copied to clipboard
A tool for creating skeleton python project, built with popular develop tools and conform to best practice.
now tox in ppw will install package under testing by itself, using pip, this will somehow cause dep resolving again. Since poetry is introduced, it's better to let poetry do...
currently ppw seperate extra dependency into test, dev and doc. Poetry prefer to using dev alone and it could be best practice
codespell v1.16.0 can cause the following issue when python == 3.8: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode upgrade to 2.2 could solve the problem
Hello, Here is a package that should be interesting to put in the list of requirement dev: https://pypi.org/project/poetry-bumpversion/ The poetry version command only updates version in pyproject.toml file. This plugin...
Hi, This looks like a neat offshoot of cookiecutter! I'm wondering if you would consider integrating the capabilities of [cruft](https://github.com/cruft/cruft) into the `ppw` package? `cruft` works by fast-forwarding projects from...