https://github.com/pdm-project/pdm-backend
The build backend used by PDM that supports latest packaging standards.
https://github.com/pdm-project/pdm-backend
build-tool hacktoberfest packaging pdm pep517 python
Last synced: 3 months ago
JSON representation
The build backend used by PDM that supports latest packaging standards.
- Host: GitHub
- URL: https://github.com/pdm-project/pdm-backend
- Owner: pdm-project
- License: mit
- Created: 2020-09-29T02:08:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-01T20:50:13.000Z (4 months ago)
- Last Synced: 2025-09-10T22:50:48.568Z (4 months ago)
- Topics: build-tool, hacktoberfest, packaging, pdm, pep517, python
- Language: Python
- Homepage: https://backend.pdm-project.org
- Size: 1.51 MB
- Stars: 78
- Watchers: 6
- Forks: 44
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: changelogithub.config.json
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PDM-Backend
The build backend used by [PDM] that supports latest packaging standards.
[](https://pypi.org/project/pdm-backend)
[](https://github.com/pdm-project/pdm-backend/actions/workflows/ci.yml)
[](https://results.pre-commit.ci/latest/github/pdm-project/pdm-backend/main)
[](https://pdm-project.org)
This is the backend for [PDM] projects that is fully-compatible with [PEP 517] spec, but you can also use it alone.
It reads the metadata of [PEP 621] format and coverts it to [Core metadata].
[pep 517]: https://www.python.org/dev/peps/pep-0517/
[pep 621]: https://www.python.org/dev/peps/pep-0621/
[Core metadata]: https://packaging.python.org/specifications/core-metadata/
[PDM]: https://pdm-project.org
## Links
- [Documentation](https://backend.pdm-project.org)
- [Changelog](https://github.com/pdm-project/pdm-backend/releases)
- [PDM Documentation][PDM]
- [PyPI](https://pypi.org/project/pdm-backend)
- [Discord](https://discord.gg/Phn8smztpv)
> **NOTE**
> This project has been renamed from `pdm-pep517` and the old project lives in the [legacy] branch.
[legacy]: https://github.com/pdm-project/pdm-backend/tree/legacy
## Sponsors
## License
This project is licensed under [MIT license](/LICENSE).