shadchin 6b2a05ea43 Remove support Python 3 from importlib-metadata/py2 11 months ago
..
.dist-info e0e3e1717e add ydb deps 1 year ago
importlib_metadata e0e3e1717e add ydb deps 1 year ago
LICENSE e0e3e1717e add ydb deps 1 year ago
README.rst e0e3e1717e add ydb deps 1 year ago
ya.make 6b2a05ea43 Remove support Python 3 from importlib-metadata/py2 11 months ago

README.rst

=========================
``importlib_metadata``
=========================

``importlib_metadata`` is a 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.

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/