wheel-optimizer
===============

Pluggable post-processing optimizers for Python wheels. Reduce wheel size
by stripping docstrings, type hints, and other unnecessary data from
``.py`` files before distribution.

.. toctree::
   :maxdepth: 2

   project/usage.md
   project/optimizers.md
   project/custom-optimizers.md
   project/api.md
