gituser/production/: importlib-resources-5.4.0 metadata and description

Homepage Simple index

Read resources from Python packages

author Barry Warsaw
author_email barry@python.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3 :: Only
project_urls
  • Documentation, https://importlib-resources.readthedocs.io/
provides_extras testing
requires_dist
  • zipp (>=3.1.0) ; python_version < "3.10"
  • sphinx ; extra == 'docs'
  • jaraco.packaging (>=8.2) ; extra == 'docs'
  • rst.linker (>=1.9) ; extra == 'docs'
  • pytest (>=6) ; extra == 'testing'
  • pytest-checkdocs (>=2.4) ; extra == 'testing'
  • pytest-flake8 ; extra == 'testing'
  • pytest-cov ; extra == 'testing'
  • pytest-enabler (>=1.0.1) ; extra == 'testing'
  • pytest-black (>=0.3.7) ; (platform_python_implementation != "PyPy") and extra == 'testing'
  • pytest-mypy ; (platform_python_implementation != "PyPy") and extra == 'testing'
requires_python >=3.6
File Tox results History
importlib_resources-5.4.0-py3-none-any.whl
Size
27 KB
Type
Python Wheel
Python
3
https://img.shields.io/pypi/v/importlib_resources.svg https://img.shields.io/pypi/pyversions/importlib_resources.svg tests Code style: Black https://readthedocs.org/projects/importlib-resources/badge/?version=latest https://img.shields.io/badge/skeleton-2021-informational

importlib_resources is a backport of Python standard library importlib.resources module for older Pythons.

The key goal of this module is to replace parts of pkg_resources with a solution in Python’s stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.

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_resources

stdlib

5.2

3.11

5.0

3.10

1.3

3.9

0.5 (?)

3.7