• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H13-Dec-2020-1,524965

manpages/H13-Dec-2020-4426

src/H13-Dec-2020-2,7732,051

tests/H13-Dec-2020-1,034810

MANIFEST.inH A D13-Dec-2020334 1110

PKG-INFOH A D13-Dec-20202.4 KiB6551

README.rstH A D13-Dec-2020941 3421

setup.cfgH A D13-Dec-20201.6 KiB7462

setup.pyH A D13-Dec-202082 52

tox.iniH A D13-Dec-2020549 2016

README.rst

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