-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Update 25 Apr 2025: The SPDX Organization Account on PyPI is https://pypi.org/org/spdx/
PyPI introduced PyPI Organizations last year:
https://blog.pypi.org/posts/2023-04-23-introducing-pypi-organizations/
It would be nice if the SPDX Project has a PyPI Organization presence
and "spdx-tools", "ntia-conformance-checker", and other Python packages from SPDX are published under this PyPI Organization.
This will aid the discovery of relevant official tools and libraries from SPDX Project itself,
and will also help with security as the users will know that the tool/library is published from an organisation that they trust.
A package published under a PyPI Organization will have the organisation name displayed as an owner like this
Request for an PyPI Organization name at https://pypi.org/manage/organizations/
Example of PyPI Organizations:
- https://pypi.org/org/pyca/
- https://pypi.org/org/pallets/
- https://pypi.org/org/certifi/
- https://pypi.org/org/apache/
More info about the PyPI Organization https://docs.pypi.org/organization-accounts/
(a similar issue is opened at spdx/ntia-conformance-checker#227 )