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 n/a ### Describe the Solution You'd Like A seciton in the docs on toolkits for making GUIs with Python....
### What needs to be done? Now we have a pretty established package and set of docs, I was wondering what people think of going up from requiring one approval...
- [x] Create a social banner (a la [matt-graham/mici](https://github.com/matt-graham/mici) - [x] Finalise logo. - [x] #330 ---- - [x] @matt-graham tutorial at "The Festival of Digital Research and Scholarship". -...
### What needs to be done? We should add a `CITATION.cff` file to make it clear how to cite this repository itself, particularly as we're starting to think about advertising...
### Is Your Feature Request Related to a Problem? Please Describe I had a broken internal link in https://github.com/UCL-ARC/python-tooling/pull/335, but the doc bulid didin't fail. ### Describe the Solution You'd...
@samcunliffe thought it would be good to say things like: - Create `conda` environment - Enter `conda environment` - `pip install -e .` package - Run `pre-commit install` - etc.
### Is Your Feature Request Related to a Problem? Please Describe We don't currently have any regression tests for the files that are generated by the package template. As an...
I didn't realise that the intent of the `github_user` variable was to be the username or organisation where the git repository is remotely located. So when I ran the cookiecutter...
* Add mention of the VSCode plugin. * Add a section about live environments: * binder * Google collab * GH Codespaces * Coolcalc which UCL has a subscription for......
### Which Section of the Documentation Needs Improving? It's wasn't clear from just the `cookiecutter` command line what `initialise_git_repository` does. In particular, does it initialise the repo locally or put...