Welcome to importlib_metadata documentation!¶
importlib_metadata
supplies a backport of importlib.metadata
,
enabling early access to features of future Python versions and making
functionality available for older Python versions. Users are encouraged to
use the Python standard library where suitable and fall back to
this library for future compatibility. For general usage guidance, start
with importlib.metadata
but substitute importlib_metadata
for importlib.metadata
.
For Enterprise
Professional support for importlib_metadata is available as part of the Tidelift Subscription. Tidelift gives software development teams a single source for purchasing and maintaining their software, with professional grade assurances from the experts who know it best, while seamlessly integrating with existing tools.
Project details¶
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/