1wheel
2=====
3
4This library is the reference implementation of the Python wheel packaging
5standard, as defined in `PEP 427`_.
6
7It has two different roles:
8
9#. A setuptools_ extension for building wheels that provides the
10   ``bdist_wheel`` setuptools command
11#. A command line tool for working with wheel files
12
13It should be noted that wheel is **not** intended to be used as a library, and
14as such there is no stable, public API.
15
16.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
17.. _setuptools: https://pypi.org/project/setuptools/
18
19Documentation
20-------------
21
22The documentation_ can be found on Read The Docs.
23
24.. _documentation: https://wheel.readthedocs.io/
25
26Code of Conduct
27---------------
28
29Everyone interacting in the wheel project's codebases, issue trackers, chat
30rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
31
32.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
33
34