python-package-guide
python-package-guide copied to clipboard
scientific Python package recommendations & guidance curated by pyOpenSci
make sure in the maintainer section that we include discussions of what versions of python to support. the scientific python spec 00 is what we want to ideally promote here....
We should update the actions for checkout and setup-python to avoid future node 16 warnings in ci For instance see our current build. i think the current versino for checkout...
Python is uniquely suited for writing wrappers + interface to libraries in other languages. I think this is in scope for pyOpenSci since a lot of tools will be written...
Let's create a tutorial on dynamic versioning in our package guide that covers using hatch_vcs for versioning the tutorial would cover * what is dynamic versioning? * How to create...
This issue involves writing new text about this file in our guidebook. It is beginner friendly in that you could complete this totally on the github GUI or even in...
NOTE: could be worth revisiting this and adding nbgallery as a front end with nbsphinx - will provide a much nicer front end for peope to use https://nbsphinx.readthedocs.io/en/0.8.11/subdir/gallery.html thanks to...
from @tupui https://github.com/pyOpenSci/python-package-guide/pull/19#discussion_r1065027753 > About documentation. Some advice to use a different license than code. It's apparently advisable to use a CC one for the doc and something else like...
I have completed a couple cycles of the packaging guide locally (tested through the test PyPI step and reviewed the remaining steps). As part of this process, I created a...
GOAL: We have a [list of tutorials](https://www.pyopensci.org/python-package-guide/tutorials/intro.html) published in the pyopensci package guide which is a sphinx book. We would also like to cross post tutorials on our[ website in...
Is this possible? see comment below frm me in an open pr! FUTURE IDEA: This is of course for another issue / PR BUT there is this tool I use...