python-tooling
python-tooling copied to clipboard
Python package template for new research software projects
### Is Your Feature Request Related to a Problem? Please Describe When the cookiecutter is run, it asks for `author_given_names` and `author_family_names`. This doesn't allow for the possibility of the...
[TASK]: Agree on and potentially document a process for recording outcomes of off-GitHub discussions
### What needs to be done? Following on from discussion in thread of #288. We sometimes have conversations about this project off-GitHub - for example during the semi-regular in-person hackathon...
### What needs to be done? Currently, you are forced to pick a funder, this may not always be appropriate,
@matt-graham says we will get the latest commit at the HEAD of main unless specified. - [x] verify this Make a latest tag.
Once we work out how to get the version, let's update the issue templates in #262
We decided to ~keep the traffic lights as is. pybind could be recommended in certain circumstances. Cython is less flexible but better for smaller projects.
Wonder whether we could make them better in git using this https://github.com/nbQA-dev/nbQA in `pre-commit`
* https://pypi.org/project/Werkzeug/ @sfmig you've been using it... which makes you expert. So here's a ticket 😁. If the answer is "yes": please add it. If "no": please close with `wontfix`.
I'm following the instructions at https://allcontributors.org/docs/en/bot/installation. I think I already installed the GitHub app to this repository, so here's the config needed. Fixes https://github.com/UCL-ARC/python-tooling/issues/372
This adds a regression test for generated pacakge data. The test folder now has a data folder inside it which contains a reference copy of the generated package. This is...