loongson/pypi/: importlib-metadata-3.4.0 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 docs
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'
  • pytest (!=3.7.3,>=3.5) ; extra == 'testing'
  • pytest-checkdocs (>=1.2.3) ; extra == 'testing'
  • pytest-flake8 ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
  • pytest-enabler ; extra == 'testing'
  • packaging ; extra == 'testing'
  • pep517 ; extra == 'testing'
  • pyfakefs ; extra == 'testing'
  • flufl.flake8 ; extra == 'testing'
  • pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
  • pytest-mypy ; (platform_python_implementation != "PyPy") and extra == 'testing'
  • importlib-resources (>=1.3) ; (python_version < "3.9") and extra == 'testing'
requires_python >=3.6

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
importlib_metadata-3.4.0-py3-none-any.whl
Size
10 KB
Type
Python Wheel
Python
3
importlib_metadata-3.4.0.tar.gz
Size
31 KB
Type
Source
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

Library to access the metadata for a Python package.

As of Python 3.8, this functionality has been added to the Python standard library. This package supplies backports of that functionality including improvements added to subsequent Python versions.

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.