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

generated package now has pyproject.toml this should be explained in project_setup.md

generated-package

Update contributing guide for the generated package - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...

generated-package

Update contributing guide for the template repository - Use markdown file from https://github.com/matchms/matchms/blob/master/CONTRIBUTING.md - Add other type of contributions - Spreading the word (LinkedIn, blog posts, Twitter, Reddit etc.) -...

template

https://cookiecutter.readthedocs.io/en/1.7.2/advanced/hooks.html#example-validating-template-variables

template

For library users it is beneficial if [typings](https://docs.python.org/3/library/typing.html) in the library are available. It will make writing code in an IDE much richer and less error prone. Having typing from...

generated-package

Currently we can use a git hook on pre commit to check style and import order with https://github.com/NLeSC/python-template/blob/c19f866479cd94abcb0151e6f9bc7c55e898b8bc/%7B%7Bcookiecutter.project_name%7D%7D/.githooks/pre-commit#L1 This is a handcrafted script which could be replaced with the [https://pre-commit.com/](https://pre-commit.com/)...

generated-package

Pushing a generated project to GitHub will trigger the `.github/workflows/sonarcloud.yml` workflow to be run. However Sonar token has not been [setup](https://github.com/NLeSC/python-template/blob/main/%7B%7Bcookiecutter.project_name%7D%7D/project_setup.md#continuous-code-quality) yet then the workflow will fail with a unpleasant...

generated-package

![image](https://user-images.githubusercontent.com/4558105/115503134-3c832380-a276-11eb-9c34-fd50c5a72d8c.png)

question
template

also, document in README.dev.md

enhancement
help wanted
generated-package

`tests/test_values.py` tests dashes and spaces for given user input. We should also check slashes and backslashes.

template