Skip to main content

Compile all py files in a wheel to pyc files.

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:

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

or with backup:

$ python -m pyc_wheel --with_backup your_wheel-1.0.0-py3-none-any.whl
# Output: your_wheel-1.0.0-py3-none-any.whl
#         your_wheel-1.0.0-py3-none-any.whl.bak

or with quiet:

$ python -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:

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

To check all available processing options:

$ python -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-2025 Adam Karpierz
Copyright (c) 2016 Grant Patten
Licensed under the MIT License
Please refer to the accompanying LICENSE file.

Authors

Changelog

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-1.3.0.tar.gz (15.2 kB view details)

Uploaded Source

Built Distribution

pyc_wheel-1.3.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyc_wheel-1.3.0.tar.gz
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyc_wheel-1.3.0.tar.gz
Algorithm Hash digest
SHA256 b6a3db74c5da80aa811f69d7541b09d83582ed8fcea2d1e94ac46ca19adda4d3
MD5 32fd403da97208c408d3df995f3dc9b9
BLAKE2b-256 60ab6d374a5388359e60709c35e701c3d70412bbf657f481c7d27d02cb2a313c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyc_wheel-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyc_wheel-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ed5b6cc298966d5192eb905cdf0a5c2be8dc2979bfe991830b25cffab8f93da2
MD5 3cd2af172d587c2938bec72343af9bf9
BLAKE2b-256 b9337af3e901c6687a5c50672aec579d04431b28ac5be6d9ce66066d9f868d5d

See more details on using hashes here.

Supported by

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