Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/importlib_metadata-1.7.0.dist-info/METADATA @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:32:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d30785e31577 | 1:56ad4e20f292 |
---|---|
1 Metadata-Version: 2.1 | |
2 Name: importlib-metadata | |
3 Version: 1.7.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: pep517 ; extra == 'testing' | |
27 Requires-Dist: importlib-resources (>=1.3) ; (python_version < "3.9") and extra == 'testing' | |
28 | |
29 ========================= | |
30 ``importlib_metadata`` | |
31 ========================= | |
32 | |
33 ``importlib_metadata`` is a library to access the metadata for a Python | |
34 package. It is intended to be ported to Python 3.8. | |
35 | |
36 | |
37 Usage | |
38 ===== | |
39 | |
40 See the `online documentation <https://importlib_metadata.readthedocs.io/>`_ | |
41 for usage details. | |
42 | |
43 `Finder authors | |
44 <https://docs.python.org/3/reference/import.html#finders-and-loaders>`_ can | |
45 also add support for custom package installers. See the above documentation | |
46 for details. | |
47 | |
48 | |
49 Caveats | |
50 ======= | |
51 | |
52 This project primarily supports third-party packages installed by PyPA | |
53 tools (or other conforming packages). It does not support: | |
54 | |
55 - Packages in the stdlib. | |
56 - Packages installed without metadata. | |
57 | |
58 Project details | |
59 =============== | |
60 | |
61 * Project home: https://gitlab.com/python-devs/importlib_metadata | |
62 * Report bugs at: https://gitlab.com/python-devs/importlib_metadata/issues | |
63 * Code hosting: https://gitlab.com/python-devs/importlib_metadata.git | |
64 * Documentation: http://importlib_metadata.readthedocs.io/ | |
65 | |
66 |