Jeremiah Paige
Jeremiah Paige
I think I understand the issue now. Windows had no wheels in versions < 0.4.0 so pip will build from sdist. There is a universal wheel version I could package...
> is there some built in sphinx check? as this is a toml file? Nothing like a build-time check. IIRC it was my IDE telling me I was writing bad...
Yes, there will be a full demo package maybe including code that never appears in the docs, just so that we can test such a project end-to-end - not only...
This branch is now ready to merge. I have opened #248 #249 and #250 for follow-on work.
It has not. I have extracted examples under `pyproject-toml-python-package-metadata.md` and `code-style-linting-format.md`, but I have not worked on any other sections. A rough search still shows about 18 Python code blocks...
I agree that a fair amount of our readers likely won't know what shell they're using, or what a shell is (or a terminal, pty). It would be nice to...
Right now this guide has three example project [meson-py](https://github.com/pyOpenSci/python-package-guide/tree/main/examples/extension-hatch), [hatchling](https://github.com/pyOpenSci/python-package-guide/tree/main/examples/pure-hatch), and [setuptools](https://github.com/pyOpenSci/python-package-guide/tree/main/examples/pure-setuptools) (none explicitly require Hatch at this time, but any can be built with Hatch). It may grow more,...
I've taken a stab at this - I don't know how diagrams are built, so no changes there. I haven't linked out to hatch.pypa.io. The only mention I can find...
Whoops, only meant to close the PR. I'm re-opening this again until the diagrams can be updated.
Ideally this guide would not host any example projects that 1) do not build a distribution artifact 2) are not installable or at all usable (if it installs but gives...