importlib_metadata supplies a backport ofimportlib.metadata,enabling early access to features of future Python versions and makingfunctionality available for older Python versions. Users are encouraged touse the Python standard library where suitable and fall back tothis library for future compatibility. For general usage guidance, startwithimportlib.metadata but substituteimportlib_metadataforimportlib.metadata.
Professional support for importlib_metadata is available as part of theTidelift Subscription.Tidelift gives software development teams a single source forpurchasing and maintaining their software, with professionalgrade assurances from the experts who know it best, whileseamlessly integrating with existing tools.
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/