comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/wheel-0.45.1.dist-info/METADATA @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
1 Metadata-Version: 2.3
2 Name: wheel
3 Version: 0.45.1
4 Summary: A built-package format for Python
5 Keywords: wheel,packaging
6 Author-email: Daniel Holth <dholth@fastmail.fm>
7 Maintainer-email: Alex Grönholm <alex.gronholm@nextday.fi>
8 Requires-Python: >=3.8
9 Description-Content-Type: text/x-rst
10 Classifier: Development Status :: 5 - Production/Stable
11 Classifier: Intended Audience :: Developers
12 Classifier: Topic :: System :: Archiving :: Packaging
13 Classifier: License :: OSI Approved :: MIT License
14 Classifier: Programming Language :: Python
15 Classifier: Programming Language :: Python :: 3 :: Only
16 Classifier: Programming Language :: Python :: 3.8
17 Classifier: Programming Language :: Python :: 3.9
18 Classifier: Programming Language :: Python :: 3.10
19 Classifier: Programming Language :: Python :: 3.11
20 Classifier: Programming Language :: Python :: 3.12
21 Requires-Dist: pytest >= 6.0.0 ; extra == "test"
22 Requires-Dist: setuptools >= 65 ; extra == "test"
23 Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
24 Project-URL: Documentation, https://wheel.readthedocs.io/
25 Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
26 Project-URL: Source, https://github.com/pypa/wheel
27 Provides-Extra: test
28
29 wheel
30 =====
31
32 This is a command line tool for manipulating Python wheel files, as defined in
33 `PEP 427`_. It contains the following functionality:
34
35 * Convert ``.egg`` archives into ``.whl``
36 * Unpack wheel archives
37 * Repack wheel archives
38 * Add or remove tags in existing wheel archives
39
40 .. _PEP 427: https://www.python.org/dev/peps/pep-0427/
41
42 Historical note
43 ---------------
44
45 This project used to contain the implementation of the setuptools_ ``bdist_wheel``
46 command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to
47 work. Thus, you should install this **only** if you intend to use the ``wheel`` command
48 line tool!
49
50 .. _setuptools: https://pypi.org/project/setuptools/
51
52 Documentation
53 -------------
54
55 The documentation_ can be found on Read The Docs.
56
57 .. _documentation: https://wheel.readthedocs.io/
58
59 Code of Conduct
60 ---------------
61
62 Everyone interacting in the wheel project's codebases, issue trackers, chat
63 rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
64
65 .. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
66