{"id":30865058,"url":"https://github.com/ozi-project/pyc_wheel-cp311","last_synced_at":"2025-09-07T20:21:02.736Z","repository":{"id":229926432,"uuid":"778030217","full_name":"OZI-Project/pyc_wheel-cp311","owner":"OZI-Project","description":"CPython 3.11 wheel compiler","archived":false,"fork":false,"pushed_at":"2024-05-03T00:22:40.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-03T08:07:41.224Z","etag":null,"topics":["container-actions","docker-image","gh-actions-repo"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OZI-Project.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-27T00:17:01.000Z","updated_at":"2024-05-03T00:22:23.000Z","dependencies_parsed_at":"2024-04-28T18:46:15.474Z","dependency_job_id":null,"html_url":"https://github.com/OZI-Project/pyc_wheel-cp311","commit_stats":null,"previous_names":["rjdbcm/pyc_wheel-cp311"],"tags_count":6,"template":false,"template_full_name":"OZI-Project/pyc_wheel","purl":"pkg:github/OZI-Project/pyc_wheel-cp311","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpyc_wheel-cp311","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpyc_wheel-cp311/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpyc_wheel-cp311/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpyc_wheel-cp311/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OZI-Project","download_url":"https://codeload.github.com/OZI-Project/pyc_wheel-cp311/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OZI-Project%2Fpyc_wheel-cp311/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088856,"owners_count":25220314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container-actions","docker-image","gh-actions-repo"],"created_at":"2025-09-07T20:20:57.551Z","updated_at":"2025-09-07T20:21:02.723Z","avatar_url":"https://github.com/OZI-Project.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyc_wheel\n=========\n\nCompile all py files in a wheel to pyc files.\n\nOverview\n========\n\n|package_bold| is a strict fork of Grant Patten's pycwheel_ package\nwith a fixes allowing to work with Python3 or higher and with a code\nreformatting and some improvements.\n\n`PyPI record`_.\n\n`Documentation`_.\n\nUsage\n-----\n\nProcessing the wheel in place:\n\n.. code-block:: bash\n\n    $ python -m pyc_wheel your_wheel-1.0.0-py3-none-any.whl\n    # Output: your_wheel-1.0.0-py3-none-any.whl\n\nor with backup:\n\n.. code-block:: bash\n\n    $ python -m pyc_wheel --with_backup your_wheel-1.0.0-py3-none-any.whl\n    # Output: your_wheel-1.0.0-py3-none-any.whl\n    #         your_wheel-1.0.0-py3-none-any.whl.bak\n\nor with quiet:\n\n.. code-block:: bash\n\n    $ python -m pyc_wheel --quiet your_wheel-1.0.0-py3-none-any.whl\n    # Output: your_wheel-1.0.0-py3-none-any.whl\n\nor skipping compilation for a file subset:\n\n.. code-block:: bash\n\n    $ python -m pyc_wheel --exclude \"some/regex\" your_wheel-1.0.0-py3-none-any.whl\n\nTo check all available processing options:\n\n.. code-block:: bash\n\n    $ python -m pyc_wheel --help\n\nInstallation\n============\n\nPrerequisites:\n\n+ Python 3.6 or higher\n\n  * https://www.python.org/\n  * 3.7 is a primary test environment.\n\n+ pip and setuptools\n\n  * https://pypi.org/project/pip/\n  * https://pypi.org/project/setuptools/\n\nTo install run:\n\n  .. parsed-literal::\n\n    python -m pip install --upgrade |package|\n\nDevelopment\n===========\n\nPrerequisites:\n\n+ Development is strictly based on *tox*. To install it run::\n\n    python -m pip install --upgrade tox\n\nVisit `development page`_.\n\nInstallation from sources:\n\nclone the sources:\n\n  .. parsed-literal::\n\n    git clone |respository| |package|\n\nand run:\n\n  .. parsed-literal::\n\n    python -m pip install ./|package|\n\nor on development mode:\n\n  .. parsed-literal::\n\n    python -m pip install --editable ./|package|\n\nLicense\n=======\n\n  | Copyright (c) 2016 Grant Patten\n  | Copyright (c) 2019-2021 Adam Karpierz\n  | Licensed under the MIT License\n  | https://opensource.org/licenses/MIT\n  | Please refer to the accompanying LICENSE file.\n\nAuthors\n=======\n\n* Grant Patten \u003cgrant@gpatten.com\u003e\n* Adam Karpierz \u003cadam@karpierz.net\u003e\n\n.. |package| replace:: pyc_wheel\n.. |package_bold| replace:: **pyc_wheel**\n.. |respository| replace:: https://github.com/karpierz/pyc_wheel.git\n.. _development page: https://github.com/karpierz/pyc_wheel\n.. _PyPI record: https://pypi.org/project/pyc_wheel/\n.. _Documentation: https://pyc_wheel.readthedocs.io/\n.. _pycwheel: https://pypi.org/project/pycwheel/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozi-project%2Fpyc_wheel-cp311","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozi-project%2Fpyc_wheel-cp311","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozi-project%2Fpyc_wheel-cp311/lists"}