python-tooling icon indicating copy to clipboard operation
python-tooling copied to clipboard

Python package template for new research software projects

Results 29 python-tooling issues
Sort by recently updated
recently updated
newest added

A start on https://github.com/UCL-ARC/python-tooling/issues/354. I don't have recent experience with other GUI toolkits, so leave it for others to fill them in. I would suggest merging this PR as a...

enhancement
website

> We don't have any way of viewing rendered docs from a PR to check them before merging do we? For what is worth, we do that in the excalibur...

enhancement

### What needs to be done? It would be good to decide and document which versions of Python to support. The two options here seem to be: 1. All currently...

task

### Is Your Feature Request Related to a Problem? Please Describe No ### Describe the Solution You'd Like Add the contributing thing to the top level README ### Describe Alternatives...

enhancement

### Describe the Bug MkDocs documentation in template doesn't include submodules of top-level package in API reference as we don't [enable the `show_submodules` option](https://stackoverflow.com/a/74237199). ### To Reproduce Create an instance...

bug

### Is Your Feature Request Related to a Problem? Please Describe Add an automated way to wrap markdown files at 80 (@dstansby: maybe a bit more??) characters. Suggested by @paddyroddy...

enhancement

### Describe the Bug See bug described here https://github.com/actions/setup-python/issues/850, essentially `macos-latest` now represents ARM mac 😱 ### To Reproduce Use `macos-latest` in conjunction with python versions `

bug

Following the recent change on GitHub Actions https://github.com/actions/setup-python/issues/850 our tests are currently failing https://github.com/UCL-ARC/python-tooling/issues/359. Previously we were following [NEP29](https://numpy.org/neps/nep-0029-deprecation_policy.html) which is why we never supported `3.8`. My suggestion is to...

bug
p1-critical

### Is Your Feature Request Related to a Problem? Please Describe n/a ### Describe the Solution You'd Like A section in the docs on packages for creating CLIs with Python....

enhancement