Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork93
Library to access metadata for Python packages
python/importlib_metadata
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Library to access the metadata for a Python package.
This package supplies third-party access to the functionality ofimportlib.metadataincluding improvements added to subsequent Python versions.
New features are introduced in this third-party library and later mergedinto CPython. The following table indicates which versions of this librarywere contributed to different versions in the standard library:
| importlib_metadata | stdlib |
|---|---|
| 4.4 | 3.10 |
| 1.4 | 3.8 |
See theonline documentationfor usage details.
Finder authors canalso add support for custom package installers. See the above documentationfor details.
This project primarily supports third-party packages installed by PyPAtools (or other conforming packages). It does not support:
- Packages in the stdlib.
- Packages installed without metadata.
- Project home:https://github.com/python/importlib_metadata
- Report bugs at:https://github.com/python/importlib_metadata/issues
- Code hosting:https://github.com/python/importlib_metadata
- Documentation:https://importlib_metadata.readthedocs.io/
About
Library to access metadata for Python packages
Resources
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.