python-package-guide
python-package-guide copied to clipboard
scientific Python package recommendations & guidance curated by pyOpenSci
It is a typical use case to follow the Conventional commits standard for commiting https://www.conventionalcommits.org/en/v1.0.0/ I'd suggest adding it as a best practice. Conventional commits allow users and maintainers identify...
We are currently working on translating the Python Package Guide into Spanish and we could use the help of new contributors. This is a great issue to work on if...
went to commit and had an error in vale and wondered what it was, started looking at the rules, reading the `write-good` module and was like "surely not" so I...
During my work on translating the packaging guide, I followed the instructions in `TRANSLATING.md` to build a live version of the website using the following command: ```bash nox -s docs-live-lang...
Apply some minor improvements to the Markdown syntax in the pages instruction on how to create the `pyproject.toml` file. This PR was created during SciPy2024 sprints. **TODO** - [ ]...
I'm a Linux user that does not use apt install and found it easier to install hatch via conda as a quick way to try out hatch and get started...
This PR adds a CI action to ensure that the generated translation `.po` files reflect any changes to the source text. It also includes a run of the `update-translations` nox...
Wanted to help out the translation effort, but since i am a reprehensible monolingual don't have much to add. Here's a draft of adding a language selector and making the...
The license page has a markdown table. Let's convert that to MyST for easier maintainability.
Reorg the license sections page as discussed in #189. ``` i feel like some of this would be useful above. what is we thought about re-organizing this page jonny? at...