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