gituser/docker/: importlib-metadata-4.6.3 metadata and description

Homepage Simple index

Read metadata from Python packages

author Jason R. Coombs
author_email jaraco@jaraco.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
provides_extras testing
requires_dist
  • zipp (>=0.5)
  • typing-extensions (>=3.6.4) ; python_version < "3.8"
  • sphinx ; extra == 'docs'
  • jaraco.packaging (>=8.2) ; extra == 'docs'
  • rst.linker (>=1.9) ; extra == 'docs'
  • ipython ; extra == 'perf'
  • pytest (>=4.6) ; extra == 'testing'
  • pytest-checkdocs (>=2.4) ; extra == 'testing'
  • pytest-flake8 ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
  • pytest-enabler (>=1.0.1) ; extra == 'testing'
  • packaging ; extra == 'testing'
  • pep517 ; extra == 'testing'
  • pyfakefs ; extra == 'testing'
  • flufl.flake8 ; extra == 'testing'
  • pytest-perf (>=0.9.2) ; extra == 'testing'
  • pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  • pytest-mypy ; (platform_python_implementation != "PyPy" and python_version < "3.10") and extra == 'testing'
  • importlib-resources (>=1.3) ; (python_version < "3.9") and extra == 'testing'
requires_python >=3.6
File Tox results History
importlib_metadata-4.6.3-py3-none-any.whl
Size
17 KB
Type
Python Wheel
Python
3
https://img.shields.io/pypi/v/importlib_metadata.svg https://img.shields.io/pypi/pyversions/importlib_metadata.svg tests Code style: Black https://readthedocs.org/projects/importlib-metadata/badge/?version=latest https://img.shields.io/badge/skeleton-2021-informational

Library to access the metadata for a Python package.

This package supplies third-party access to the functionality of importlib.metadata including improvements added to subsequent Python versions.

Compatibility

New features are introduced in this third-party library and later merged into CPython. The following table indicates which versions of this library were contributed to different versions in the standard library:

importlib_metadata

stdlib

4.4

3.10

1.4

3.8

Usage

See the online documentation for usage details.

Finder authors can also add support for custom package installers. See the above documentation for details.

Caveats

This project primarily supports third-party packages installed by PyPA tools (or other conforming packages). It does not support:

  • Packages in the stdlib.

  • Packages installed without metadata.

Project details