fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

@henryiii What are those PEPs, for us who don't memorise all the numbers?

@hugovk PEP 639 is an extension to PEP 621 with SPDX license expressions in PEP 517/PEP 518's pyproject.toml file, and PEP 735 is groups of PEP 508 specifiers of PEP 440 deps. 🤪

@hugovk Or:

# PEP 639 - SPDX licenses
[project]
license = "MIT"
license-files = ["LICENSE"]

# PEP 735 - dependency groups
[dependency-groups]
test = ["pytest", "coverage"]
docs = ["sphinx", "sphinx-rtd-theme"]