annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/site-packages/wheel-0.45.1.dist-info/METADATA @ 69:33d812a61356

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