
packaging 26.0
0
Core utilities for Python packages
Contents
Core utilities for Python packages
Stars: 710, Watchers: 710, Forks: 281, Open Issues: 104The pypa/packaging repo was created 11 years ago and the last code push was 13 hours ago.
The project is popular with 710 github stars!
How to Install packaging
You can install packaging using pip
pip install packaging
or add it to a project with poetry
poetry add packaging
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/packaging/
- Documentation:
- https://packaging.pypa.io/
- GitHub Repo:
- https://github.com/pypa/packaging
Classifiers
Related Packages
Errors
A list of common packaging errors.
Code Examples
Here are some packaging code examples and snippets.
GitHub Issues
The packaging package has 104 open issues on GitHub
- feat: errors.py
- tests: clean up a few collections.namedtuple
- Provide Public API to normalize version parts
- Add a new
packaging.dependency_groupsmodule, based on the existingdependency-groupspackage - chore: benchmarking suite
- ci: use nox's uv integration
- ci: add downstream testing
- Plans for
packaging.metadata
pythonfix