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

Python project best practices for scientific software

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

Currently, we assume the `pip` command is available when setting up a project. However, in environments created with `uv venv`, `pip` is not installed; instead, the `uv pip` command should...

Reproducible example, it uses v2.0.7 because of #542 ``` # Initialize a new project copier copy gh:lincc-frameworks/python-project-template -r v2.0.7 new_project ## Select simple and and answer other questions cd new_project...

bug

The benchmarking results of the nightly runs are not presented in the rendered benchmark pages. That's totally understandable, as they're not associated with a merge commit, but just the time...

PPT provides three GitHub issue templates, but GitHub itself adds "Blank issue" to that list, which is basically the same as our "General issue." Should we remove "General issue" so...

I think the current PR template puts a lot of pressure on potential contributors. Correct me if I'm wrong, but I have also seen a lot of PRs that actually...

I’m having a hard time running the pre-commit mypy hook locally, which can produce results that differ from what I see in CI. I propose using fixed mypy versions so...

I updated to the latest project template and tried to commit some new code to my repository, but now my CI tests are failing. Even before this attempt, the .yml...

If you're inside a MacOS z-shell, some scripts fail in confusing ways. Meg Schwamb has more details.

You can dig into the "Installing Dependencies" step in the workflow in the Github UI to find the particular versions of packages, but similar to the smoke test, it would...

It looks like `mypy` started to check everything assuming the interpreter python version, not the project python version. Could we please add this block to `pyproject.toml`: ```toml [tool.mypy] python_version =...

bug