python-package-guide
python-package-guide copied to clipboard
scientific Python package recommendations & guidance curated by pyOpenSci
Translation: We need to create guidelines around how we translate words to other languages/ spanish
We have this [document](https://github.com/pyOpenSci/python-package-guide/blob/main/TRANSLATING.md) but this doesn't overview how particular words are chosen in the translation -- for instance the "wheel" in python packaging. Or do we use "tu" vs...
The use of Unicode should be avoided unless necessary.
[GitHub Actions](https://docs.github.com/en/actions) is the correct name.
It is better to show contributors name alphabetically. - [Bot Configuration](https://allcontributors.org/docs/en/bot/configuration)
The `with the input of both 0 and` part is missing information and cannot be read. Please tell us what you are trying to convey. https://github.com/pyOpenSci/python-package-guide/blob/53e10d6e222c0f5df1b05eddf7b4bdfdf1535865/tests/write-tests.md?plain=1#L84
Is the content of `dependabot` necessary for this guide? When managing Python packages, the `dependabot` configuration is very important for making the package robust. - [Working with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot)