Skip to main content

Compile all py files in a wheel to pyc files.

Reason this release was yanked:

Incompatibilities

Project description

pyc_wheel

Compile all py files in a wheel to pyc files.

Overview

pyc_wheel is a strict fork of Grant Patten’s pycwheel package with a fixes allowing to work with Python3 or higher and with a code reformatting and some improvements.

PyPI record.

Documentation.

Usage

Processing the wheel in place:

$ python3 -m pyc_wheel your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-py3-none-any.whl

or renaming for the python version:

$ python3.12 -m pyc_wheel --rename your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-cp312-none-any.whl

or with backup:

$ python3.12 -m pyc_wheel --rename --with-backup your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-cp312-none-any.whl
#         your_wheel-1.0.0-py3-none-any.whl.bak

or with quiet:

$ python3 -m pyc_wheel --quiet your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-py3-none-any.whl

or skipping compilation for a file subset:

$ python3 -m pyc_wheel --exclude "some/regex" your_wheel-1.0.0-py3-none-any.whl

To check all available processing options:

$ python3 -m pyc_wheel --help

Installation

Prerequisites:

To install run:

python -m pip install --upgrade pyc_wheel

Development

Prerequisites:

  • Development is strictly based on tox. To install it run:

    python -m pip install --upgrade tox

Visit Development page.

Installation from sources:

clone the sources:

git clone https://github.com/karpierz/pyc_wheel.git pyc_wheel

and run:

python -m pip install ./pyc_wheel

or on development mode:

python -m pip install --editable ./pyc_wheel

License

Copyright (c) 2019-2026 Adam Karpierz
Copyright (c) 2016 Grant Patten
Licensed under the MIT License
Please refer to the accompanying LICENSE file.

Authors

Changelog

2.0.8 (2025-11-30)

  • Mark the package as typed.

  • Copyright year update.

  • Add tox’s tool.tox.env.cleanup testenv.

  • Setup (dependencies) update.

1.5.0 (2025-09-01)

  • Making the package typed.

  • Setup (dependencies) update.

1.3.6 (2025-07-07)

  • Unittests have been added.

  • 100% code coverage.

  • A few minor code improvements.

  • Setup (dependencies) update.

1.3.5 (2025-06-11)

  • Setup (dependencies) update.

1.3.4 (2025-05-15)

  • The distribution is now created using ‘build’ instead of ‘setuptools’.

  • Setup (dependencies) update (due to regressions in tox and setuptools).

1.3.2 (2025-05-10)

1.3.0 (2025-02-10)

1.2.7 (2021-10-14)

  • Setup update.

1.2.6 (2021-07-20)

  • Setup general update and improvement.

1.2.4 (2020-10-18)

  • Drop support for Python 3.5.

  • Fixed docs setup.

1.1.0 (2020-09-22)

1.0.3 (2020-01-16)

  • Added ReadTheDocs config file.

  • Setup update.

1.0.2 (2019-12-03)

  • Added the ability to exclude files from compilation.

  • Added the ability to use wildcards.

1.0.1rc3 (2019-11-30)

  • A little fix for README.rst

1.0.1rc2 (2019-11-30)

  • Creating a fork of Grant Patten’s pycwheel package with a fixes,
    changes and improvements allowing to work with Python3 or higher.

Changes of the original pycwheel:

1.0.0 (Sep 25, 2016)

  • Initial commit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyc_wheel-2.0.8.tar.gz (133.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyc_wheel-2.0.8-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file pyc_wheel-2.0.8.tar.gz.

File metadata

  • Download URL: pyc_wheel-2.0.8.tar.gz
  • Upload date:
  • Size: 133.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for pyc_wheel-2.0.8.tar.gz
Algorithm Hash digest
SHA256 608d9d1f6e9aed88845f933d3f63361cf598ec039fe5ff2d3a02621034f6a203
MD5 fe6bf5b6cfcd158d8c46633442f20f7c
BLAKE2b-256 ffee67da922c36dbcec1ca2c9280f736517d724f6d01f24bcc4d932c2db9e88e

See more details on using hashes here.

File details

Details for the file pyc_wheel-2.0.8-py3-none-any.whl.

File metadata

  • Download URL: pyc_wheel-2.0.8-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for pyc_wheel-2.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f4a85ae2c413593023d3ae8057fa6d32cfdfd326108eb449de06c14bb60563d5
MD5 90c493609a4b4a28947329d3c1792f47
BLAKE2b-256 2bfad96b421014b91dcb5f32097e23be952cae8bcaa6c77eac43baca92fe4cb8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page