pypackage-template
pypackage-template copied to clipboard
A project template for Python package with heavy use of Github actions
**Is your feature request related to a problem? Please describe.** Copy-pasting the license is a pain. **Describe the solution you'd like** Add more licenses such as CC0, Unlicense, BSD, MS-PL,...
**Is your feature request related to a problem? Please describe.** It is a pain to set up automatic documentation. **Describe the solution you'd like** Add "sphinx.ext.napoleon", "sphinx.ext.autodoc". and "sphinx.ext.viewcode". I...
**Describe the bug** Creating repository from template failed, because of missing access to github. **To Reproduce** I hopefully installed finally all necessary but not really mentioned dependencies for this template....
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
### Description of change This change replaces the `rm -rf` command in the copier documentation cleanup task with a Python snippet (`shutil.rmtree` and `os.remove`). The previous implementation (`rm -rf`) failed...
### Is your feature request related to a problem? Please describe. [browniebroke/renovate-configs](https://github.com/browniebroke/renovate-configs) have the following problems - No documentation, not sure what is included, very "personal" unfortunately - Javascript-related configs...
### Description of change Since contributors to the repository may not all be JetBrains users, the .idea folder will not reflect the latest changes and become outdated, which is not...
### Description of change ### Pull-Request Checklist - [ ] Code is up-to-date with the `main` branch - [ ] This pull request follows the [contributing guidelines](https://github.com/browniebroke/pypackage-template/blob/main/CONTRIBUTING.md). - [ ]...
### Description of change To make sure that initial commit passes pre-commit at least on the second run ### Pull-Request Checklist - [ ] Code is up-to-date with the `main`...
### Is your feature request related to a problem? Please describe. Copier recently added support for user defined configs, where one can set some "global" variables in a config file...