comparison lib/python3.8/site-packages/wheel-0.34.2.dist-info/METADATA @ 0:9e54283cc701 draft

"planemo upload commit d12c32a45bcd441307e632fca6d9af7d60289d44"
author guerler
date Mon, 27 Jul 2020 03:47:31 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9e54283cc701
1 Metadata-Version: 2.1
2 Name: wheel
3 Version: 0.34.2
4 Summary: A built-package format for Python
5 Home-page: https://github.com/pypa/wheel
6 Author: Daniel Holth
7 Author-email: dholth@fastmail.fm
8 Maintainer: Alex Grönholm
9 Maintainer-email: alex.gronholm@nextday.fi
10 License: MIT
11 Project-URL: Documentation, https://wheel.readthedocs.io/
12 Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
13 Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
14 Keywords: wheel,packaging
15 Platform: UNKNOWN
16 Classifier: Development Status :: 5 - Production/Stable
17 Classifier: Intended Audience :: Developers
18 Classifier: Topic :: System :: Archiving :: Packaging
19 Classifier: License :: OSI Approved :: MIT License
20 Classifier: Programming Language :: Python
21 Classifier: Programming Language :: Python :: 2
22 Classifier: Programming Language :: Python :: 2.7
23 Classifier: Programming Language :: Python :: 3
24 Classifier: Programming Language :: Python :: 3.5
25 Classifier: Programming Language :: Python :: 3.6
26 Classifier: Programming Language :: Python :: 3.7
27 Classifier: Programming Language :: Python :: 3.8
28 Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
29 Provides-Extra: test
30 Requires-Dist: pytest (>=3.0.0) ; extra == 'test'
31 Requires-Dist: pytest-cov ; extra == 'test'
32
33 wheel
34 =====
35
36 This library is the reference implementation of the Python wheel packaging
37 standard, as defined in `PEP 427`_.
38
39 It has two different roles:
40
41 #. A setuptools_ extension for building wheels that provides the
42 ``bdist_wheel`` setuptools command
43 #. A command line tool for working with wheel files
44
45 It should be noted that wheel is **not** intended to be used as a library, and
46 as such there is no stable, public API.
47
48 .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
49 .. _setuptools: https://pypi.org/project/setuptools/
50
51 Documentation
52 -------------
53
54 The documentation_ can be found on Read The Docs.
55
56 .. _documentation: https://wheel.readthedocs.io/
57
58 Code of Conduct
59 ---------------
60
61 Everyone interacting in the wheel project's codebases, issue trackers, chat
62 rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
63
64 .. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
65
66