Skip to content

v0.1.0

Choose a tag to compare

@jonyoder jonyoder released this 23 Jul 11:31
· 37 commits to main since this release
b9bf321

First tagged release of go-python-packaging — Go primitives for Python packaging metadata (RFD 0001).

Packages:

  • version — PEP 440 versions + specifiers
  • requirement / marker / extras — PEP 508 dependency specifiers, environment markers, PEP 685 extras
  • reqtxt — pip requirements.txt parsing
  • distribution / wheelname / tags — METADATA/wheel parsing, PEP 425/600/656 compatibility tags
  • license — PyPI license derivation (Names/Types + SPDX/classifier helpers), consumed by the PyPI RSF producer (rstudio/package-manager#19135)

Dual-licensed Apache-2.0 OR MIT.