gecko-dev/third_party/python/importlib_metadata
Chris H-C 329ab8a4a5 Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik
Using ./mach vendor python glean_parser==1.28.0

(this is the latest version)

Differential Revision: https://phabricator.services.mozilla.com/D84746
2020-07-29 16:53:10 +00:00
..
importlib_metadata Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik 2020-07-29 16:53:10 +00:00
importlib_metadata.egg-info Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik 2020-07-29 16:53:10 +00:00
prepare/example
.gitlab-ci.yml
.readthedocs.yml
LICENSE
MANIFEST.in
PKG-INFO Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik 2020-07-29 16:53:10 +00:00
README.rst
codecov.yml
coverage.ini
coverplug.py
pyproject.toml
setup.cfg Bug 1635260 - Update vendored glean_parser to 1.28.0 r=janerik 2020-07-29 16:53:10 +00:00
setup.py
tox.ini

README.rst

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

``importlib_metadata`` is a library to access the metadata for a Python
package.  It is intended to be ported to Python 3.8.


Usage
=====

See the `online documentation <https://importlib_metadata.readthedocs.io/>`_
for usage details.

`Finder authors
<https://docs.python.org/3/reference/import.html#finders-and-loaders>`_ 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://gitlab.com/python-devs/importlib_metadata
 * Report bugs at: https://gitlab.com/python-devs/importlib_metadata/issues
 * Code hosting: https://gitlab.com/python-devs/importlib_metadata.git
 * Documentation: http://importlib_metadata.readthedocs.io/