python-project-template icon indicating copy to clipboard operation
python-project-template copied to clipboard

DO NOT FORK, CLICK ON "Use this template" - A github template to start a Python Project - this uses github actions to generate your project based on the template.

Results 14 python-project-template issues
Sort by recently updated
recently updated
newest added

Hi, Foremost, thanks for sharing these templates. I'm a beginner to Python and hope this will help me build my first project, despite not being able to understand half of...

**Describe the bug** When I do `make relase` On my MacOSX. It cannot write properly VERSION file. This is due to the **_read_** command which is not working as expected...

bug
help wanted

### Summary :memo: Small fix for a typo in readme.md file ### Details 1. changed readme.md ### Checks - [ ] Closed #798 - [ ] Tested Changes - [...

**Describe the bug** Hello Thanks for your awesome template! Everything from your template is working fine,. I have only two problems: one with writing VERSION number on MACOSX (see other...

bug
help wanted

When making a new release, `HISTORY.md` newest position is called `(unreleased)` instead of the newest version. I've created a simple workaround by modifying `release` under `Makefile`. Instead of calling: ```bash...

bug
help wanted

https://github.com/rochacbruno/python-project-template/blob/3b55b1c022d54fba2c8604cc56d7daccba310352/CONTRIBUTING.md?plain=1#L100 `PIPY_API_TOKEN` -> `PYPI_API_TOKEN` ?

This was the initial output to my terminal under MINGW64 in vscode and Win10 === $ make switch-to-poetry Switching to poetry ... This command will guide you through creating your...

Hacktoberfest

ADD ISSUE_TEMPLATE and PR_TEMPLATE

enhancement
Hacktoberfest

Add files to setup netlify docs hosting (example in rochacbruno/dynaconf)

documentation
enhancement
Hacktoberfest

Is HISTORY.md is a feature of git? I cannot see any code that makes HISTORY.md

question