You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyosMeta is a python package that we use to parse through our software peer review issues and create a "database" / yaml file of all of the packages that have been accepted to be shown on our website.
We really need more specific development documentation for this package to make it easier for people to contribute. Some of this might belong on our README page, other could be in a DEVELOPMENT.md file. Including:
what this tool is for
how it's used
how we develop it.
I have created a similar page for stravalib here that we can reuse and just adjust (we use hatch and hatch_vcs here) instead of setuptools + setuptools_scm there. The workflows are similar so we can reuse work done on stravalib.