Jeremiah Paige
Jeremiah Paige
Some things I see that could use a refresh: - we still recommend PDM in the several places, which is not true any more (we recommend hatch) - poetry is...
@lwasser to address your reply made in the originating PR, I am personally against adding `requires-python` until the author has some confirmed knowledge that some version of Python is incompatible...
Your point on easier to remove a restriction than to add it later is well taken. With PyPI's write-only scheme it is actually impossible to address in some cases, as...
Summoning @lwasser: I thought we had recommended `importlib.resources` for exactly this scenario: 5kb of CSV files are used in testing. But our tests page Only recommends a "repository such as...