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

I'd like to add a github action to notify and close inactive issues and PRs (Already done in PR #323) **Why important?** Our project partners or end users often don't...

template

**Description** Related to issue #324 . Add gh action to check and close stale issues and PRs. With current setting, the action runs at midnight of every Mon., Wed. and...

Currently, the developer readme suggests to use `python3 setup.py sdist bdist_wheel` to build packages, in a freshly created virtual environment too. The [official Python packaging docs](https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives) recommend using `python -m...

generated-package

because its restructured text format is currently at odds with the markdown used in other places

generated-package

The license list has a bunch of permissive licenses, and the GPLv3+ is a strong copyleft license, but there is no option for a weak copyleft license. I suggest adding...

template

The template lets you select a license that you want to license your package under, and puts that into the generated package. But the generated package itself contains a lot...

generated-package

Currently it's not clear how to make a configuration change, like for example you want 120 characters per line instead of 79. Where does this information go? I propose we...

generated-package

It takes about a 1 minute to perform the check on all links in this repository and on generated repo. The [action](https://github.com/gaurav-nelson/github-action-markdown-link-check) has an option to only check changed files...

Split of #160: We should then decide on relative imports or absolute (not sure those are the correct terms): ```python # the import below is in a file that is...

generated-package

See discussion here: https://github.com/NLeSC/python-template/pull/316

documentation