python-package-guide
python-package-guide copied to clipboard
scientific Python package recommendations & guidance curated by pyOpenSci
This pr is a rework of #110 . Let's plan to run a sprint on this pr in the next few weeks to see if we can get to a...
This is a draft of a new page on environment and package manager tools.
As is this might not be clear. What I'm trying to convey is that you do ``` pixi init example && cd example pixi add numpy pixi add --pypi scipy...
There's also the `--active` flag that will choose whatever environment that is currently active _Originally posted by @yeelauren in https://github.com/pyOpenSci/python-package-guide/pull/584#discussion_r2492982883_
We have wonderful ways of including pyproject.toml and other snippet in our packaging guide thans to @ucodery . I think that we should overhaul the package examples using 1. A...
It seems to think our JSON is malformed, but when I dropped it into a linter, it's valid. So either I'm missing something, or there is a bug with the...
> Hi folks, would it be helpful to connect/link these resources on CITATION.cff written by an overlapping community in The Turing Way: https://book.the-turing-way.org/communication/citable/citable-cff? > > We have a few more...
To avoid users copying the prompt character in a bash / console we likely want to default to console if we have output The default console symbols is `$` ```console...
This PR adds a svg editable version (i think) of our packaging diagram to the repo. it's not a huge file. I think it might be easier if we used...