Links
Conda¶
- conda file format
- package spec
- CEP-20 - support for abi3 python packages
- conda-package-handling tool (cph)
- conda-build
- rattler-build
- py-rattler-build - python bindings for rattler-build
- CEP-13 - v1 recipe format
- CEP-14 - v1 recipe schema
Wheels:¶
- Binary distribution format
- Recording installed packages
- Current meta-data specification
- Platform compatibility tags
- Version specifiers
- Name normalization
- Dependency specifiers (PEP 508)
- Wheel 1.0 file format (PEP 427)
- Wheel metadata 1.0 (PEP 241)
- Wheel metadata 1.1 (PEP 314)
- Wheel metadata 1.2 (PEP 345)
- Wheel metadata 2.1 (PEP 566)
- Wheel metadata 2.2 (PEP 643)
- Wheel metadata 2.3 (PEP 685)
- Wheel metadata 2.4 (PEP 639) - license expression and license files
- Wheel metadata 2.5 (PEP 770) - SBOM documents
pyproject.toml metadata format:¶
- Current specification
- PEP 621
- PEP 639 - license files
- PEP 725 - external dependencies
Repository layout¶
- PEP 503 - simple repository API and normalized package names