comparison env/lib/python3.7/site-packages/importlib_metadata-1.6.0.dist-info/METADATA @ 0:26e78fe6e8c4 draft

"planemo upload commit c699937486c35866861690329de38ec1a5d9f783"
author shellac
date Sat, 02 May 2020 07:14:21 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:26e78fe6e8c4
1 Metadata-Version: 2.1
2 Name: importlib-metadata
3 Version: 1.6.0
4 Summary: Read metadata from Python packages
5 Home-page: http://importlib-metadata.readthedocs.io/
6 Author: Barry Warsaw
7 Author-email: barry@python.org
8 License: Apache Software License
9 Platform: UNKNOWN
10 Classifier: Development Status :: 3 - Alpha
11 Classifier: Intended Audience :: Developers
12 Classifier: License :: OSI Approved :: Apache Software License
13 Classifier: Topic :: Software Development :: Libraries
14 Classifier: Programming Language :: Python :: 3
15 Classifier: Programming Language :: Python :: 2
16 Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
17 Requires-Dist: zipp (>=0.5)
18 Requires-Dist: pathlib2 ; python_version < "3"
19 Requires-Dist: contextlib2 ; python_version < "3"
20 Requires-Dist: configparser (>=3.5) ; python_version < "3"
21 Provides-Extra: docs
22 Requires-Dist: sphinx ; extra == 'docs'
23 Requires-Dist: rst.linker ; extra == 'docs'
24 Provides-Extra: testing
25 Requires-Dist: packaging ; extra == 'testing'
26 Requires-Dist: importlib-resources ; (python_version < "3.7") and extra == 'testing'
27
28 =========================
29 ``importlib_metadata``
30 =========================
31
32 ``importlib_metadata`` is a library to access the metadata for a Python
33 package. It is intended to be ported to Python 3.8.
34
35
36 Usage
37 =====
38
39 See the `online documentation <https://importlib_metadata.readthedocs.io/>`_
40 for usage details.
41
42 `Finder authors
43 <https://docs.python.org/3/reference/import.html#finders-and-loaders>`_ can
44 also add support for custom package installers. See the above documentation
45 for details.
46
47
48 Caveats
49 =======
50
51 This project primarily supports third-party packages installed by PyPA
52 tools (or other conforming packages). It does not support:
53
54 - Packages in the stdlib.
55 - Packages installed without metadata.
56
57 Project details
58 ===============
59
60 * Project home: https://gitlab.com/python-devs/importlib_metadata
61 * Report bugs at: https://gitlab.com/python-devs/importlib_metadata/issues
62 * Code hosting: https://gitlab.com/python-devs/importlib_metadata.git
63 * Documentation: http://importlib_metadata.readthedocs.io/
64
65