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

Netherlands eScience Center Python Template

Results 76 python-template issues
Sort by recently updated
recently updated
newest added

The template has a setup.py and setup.cfg file in the root. I wasn't aware that the template even needs these; it is not a Python package, is it? Does anybody...

template

When a new package is created from the template and pushed to Github, the developer receives a series of emails about failed actions, e.g. for Sonarcloud (see e.g. #282), the...

enhancement
needs discussion
generated-package
future release

I propose - fewer builds by only running on the first and latest supported python versions (@egpbos ' idea) - only run build jobs on several configurations when a single...

generated-package

Following a discussion on Teams, we should discuss moving to [copier](https://copier.readthedocs.io/en/stable). The main reason for a move would be the ability to update a package when the template is updated....

template

## Description Updated pre-commit script to use new explicit `ruff check .` syntax and ruff section in `pyproject.toml` to put most settings under `tool.ruff.lint` as instructed by deprecation warnings >...

## What As mentioned during the discussion session on April 18, this template is frequently used as a starting point from which parts are **removed** after package generation. We should...

enhancement
needs discussion
generated-package

After creating a new project and installing the pre-commit hook, ruff complains with two warnings: - `ruff ` is being deprecated in favor of explicitly calling `ruff check ` -...

generated-package

**Description** - [x] I have read the [contribution guidelines](../CONTRIBUTING.md) - [x] This update is in line with what is recommended in the [Python chapter of the Guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python) This proposes a...

Markdown link check Github Action is failing for [some links](https://github.com/NLeSC/python-template/blob/455ae35bd67e7ddb63cdeff184da4759a81e5a5d/%7B%7Bcookiecutter.directory_name%7D%7D/project_setup.md?plain=1#L57) in `{{cookiecutter.directory_name}}/project_setup.md `

template

As of May 2024 [gaurav-nelson/github-action-markdown-link-check](https://github.com/gaurav-nelson/github-action-markdown-link-check) is not a preferred and supported version. Consider using [linkspector](https://github.com/UmbrellaDocs/action-linkspector) or even better [lychee](https://github.com/lycheeverse/lychee)

template