template-python
template-python copied to clipboard
My template for new Python libraries.
Hi, Is it possible to use `pip3 install -e .` with these projects? When I try I get an error: ``` Defaulting to user installation because normal site-packages is not...
Hi Jace, in order to get your project known to people looking for similar things, I want to encourage you to add it to @audreyfeldroy's [cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) repository. She has a...
Dear Jace, thanks a stack for conceiving this excellent cookiecutter template. I just used it for the first time and found it to be very pleasant. Just to give you...
Thanks for creating such a good boilerplate. Is it possible to do have support for changelog creation from git history?
This should test everything that https://github.com/jacebrowning/template-python/issues/62 mentions.
Also, MIT is probably a better default license.
This matches the packaging recommendation: https://packaging.python.org/en/latest/tutorials/packaging-projects/
I'm currently working on a Python library development project using this repository as a template. However, I've run into an issue when attempting to merge a [pull request](https://github.com/WilliamBonvini/sydraw/actions/runs/4936907599/jobs/8825018857?pr=3). The problem...