{"id":15689985,"url":"https://github.com/tibdex/python-wheel-to-conda-package","last_synced_at":"2025-07-27T00:36:05.484Z","repository":{"id":65656698,"uuid":"593044557","full_name":"tibdex/python-wheel-to-conda-package","owner":"tibdex","description":"Convert a Pure-Python Wheel to a noarch Conda package","archived":false,"fork":false,"pushed_at":"2024-10-11T20:14:40.000Z","size":78,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T19:44:57.578Z","etag":null,"topics":["conda","conda-package","python-wheel","wheel"],"latest_commit_sha":null,"homepage":"","language":"Python","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/tibdex.png","metadata":{"files":{"readme":"README.md","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":"2023-01-25T04:52:35.000Z","updated_at":"2024-10-11T20:14:43.000Z","dependencies_parsed_at":"2023-02-19T02:46:10.528Z","dependency_job_id":"b826d2e9-e7b4-4026-8264-3f6cb3862692","html_url":"https://github.com/tibdex/python-wheel-to-conda-package","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"97557437cb6dca571a6a79a4f73fa4fcc661f7f8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibdex%2Fpython-wheel-to-conda-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibdex%2Fpython-wheel-to-conda-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibdex%2Fpython-wheel-to-conda-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tibdex%2Fpython-wheel-to-conda-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tibdex","download_url":"https://codeload.github.com/tibdex/python-wheel-to-conda-package/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067708,"owners_count":21207395,"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","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":["conda","conda-package","python-wheel","wheel"],"created_at":"2024-10-03T18:05:45.427Z","updated_at":"2025-04-15T11:52:21.595Z","avatar_url":"https://github.com/tibdex.png","language":"Python","readme":"\u003ca href=\"https://pypi.org/project/python-wheel-to-conda-package\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/v/python-wheel-to-conda-package\" alt=\"Package version\"\u003e\n\u003c/a\u003e\n\n# Python Wheel to Conda package\n\nThis converts a Pure-Python Wheel to a noarch Conda package.\n\nThis tool can be used to replace `conda build` which can sometimes be very slow.\n[`setup.py bdist_conda`](https://docs.conda.io/projects/conda-build/en/latest/user-guide/recipes/build-without-recipe.html) can build a Conda package without a recipe but it relies on conda-build behind the scenes and thus suffers from the same slowness.\n\n## Usage\n\n### As a library\n\n```python\nfrom python_wheel_to_conda_package import python_wheel_to_conda_package\n\nconda_package_path = python_wheel_to_conda_package(wheel_path, output_directory=some_directory)\n```\n\n### As a command line tool\n\n```console\n$ python-wheel-to-conda-package test_lib-0.4.2.dev0-42_1337gg-py3-none-any.whl --output-directory /a/b/c/\n/a/b/c/test-lib-0.4.2.dev0-1337gg.tar.bz2\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibdex%2Fpython-wheel-to-conda-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftibdex%2Fpython-wheel-to-conda-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftibdex%2Fpython-wheel-to-conda-package/lists"}