{"id":37073369,"url":"https://github.com/zuzukin/whl2conda","last_synced_at":"2026-01-14T08:36:45.716Z","repository":{"id":191860673,"uuid":"678101097","full_name":"zuzukin/whl2conda","owner":"zuzukin","description":"Generate conda package from pure python wheel","archived":false,"fork":false,"pushed_at":"2025-09-22T17:37:30.000Z","size":2455,"stargazers_count":7,"open_issues_count":38,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T07:21:44.149Z","etag":null,"topics":["build-tool","conda","python","wheel"],"latest_commit_sha":null,"homepage":"https://zuzukin.github.io/whl2conda/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zuzukin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-13T17:21:49.000Z","updated_at":"2025-09-16T11:08:56.000Z","dependencies_parsed_at":"2023-09-01T06:51:33.686Z","dependency_job_id":"5efa261f-116f-4ba2-971c-25dc32cef956","html_url":"https://github.com/zuzukin/whl2conda","commit_stats":{"total_commits":242,"total_committers":1,"mean_commits":242.0,"dds":0.0,"last_synced_commit":"e64c0b417ebc4cb6f624969d4f4eb5be23607da3"},"previous_names":["analog-cbarber/whl2conda"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zuzukin/whl2conda","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuzukin%2Fwhl2conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuzukin%2Fwhl2conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuzukin%2Fwhl2conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuzukin%2Fwhl2conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zuzukin","download_url":"https://codeload.github.com/zuzukin/whl2conda/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuzukin%2Fwhl2conda/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:31:27.429Z","status":"ssl_error","status_checked_at":"2026-01-14T08:31:19.098Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["build-tool","conda","python","wheel"],"created_at":"2026-01-14T08:36:45.068Z","updated_at":"2026-01-14T08:36:45.703Z","avatar_url":"https://github.com/zuzukin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whl2conda \n\n[![pypi version](https://img.shields.io/pypi/v/whl2conda.svg)](https://pypi.org/project/whl2conda/)\n[![conda version](https://img.shields.io/conda/vn/conda-forge/whl2conda)](https://anaconda.org/conda-forge/whl2conda)\n[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://zuzukin.github.io/whl2conda/)  \n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/whl2conda)\n![GitHub](https://img.shields.io/github/license/analog-cbarber/whl2conda)  \n[![CI](https://github.com/zuzukin/whl2conda/actions/workflows/python-package-conda.yml/badge.svg)](https://github.com/zuzukin/whl2conda/actions/workflows/python-package-conda.yml) [![codecov](https://codecov.io/gh/zuzukin/whl2conda/graph/badge.svg?token=097C3MBNIX)](https://codecov.io/gh/zuzukin/whl2conda)\n![GitHub issues](https://img.shields.io/github/issues/analog-cbarber/whl2conda)  \n[![Pixi Badge](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/prefix-dev/pixi/main/assets/badge/v0.json)](https://pixi.sh)\n\n**Generate conda packages directly from pure python wheels**\n\n*whl2conda* is a command line utility to build and test conda packages\ngenerated directly from pure python wheels.\n\n* **Performance**: because it does not need to create conda environments\n    in order to build, this is *much* faster than solutions involving *conda-build*.\n\n* **Dependency renaming**: renames pypi package dependencies to their \n    corresponding conda name. Automatically renames packages from known\n    list collected from conda-forge and supports user-specified rename\n    patterns as well.\n\n* **Multiple package formats**: can generate both V1 ('.tar.bz2') and V2 ('.conda')\n    conda package formats. Can also generate a unpacked directory tree for debugging\n    or additional user customization.\n\n* **Project configuration**: *whl2conda* project-specific options can be read from\n    project's `pyproject.toml` file.\n\n* **Test install support**: supports installing conda package into a conda\n    environment for testing prior to deployment.\n\n* **Hides pypi dependencies**: rewrites the original pip/pypi dependencies in the\n    installed dist-info to avoid [compatibility issues](https://zuzukin.github.io/whl2conda/latest/guide/renaming.html#hide-pip).\n\n\n## Installation\n\nWith pip:\n\n```bash\npip install whl2conda\n```\n\nWith conda (upcoming):\n\n```bash\nconda install -c conda-forge whl2conda\n```\n\n## Quick usage\n\nGenerate a conda package in same directory as wheel file:\n\n```bash\nwhl2conda build dist/mypackage-1.2.3-py3-none-any.whl\n```\n\nAdd default tool options to `pyproject.toml`\n\n```bash\nwhl2conda config --generate-pyproject pyproject.toml\n```\nBuild both wheel and conda package for project:\n\n```bash\nwhl2conda build --build-wheel my-project-root\n```\n\nCreate python 3.10 test environment for generated conda package:\n\n```bash\nwhl2conda install dist/mypackage-1.2.3.-py_0.conda --create -n testenv \\\n  --extra pytest python=3.10\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuzukin%2Fwhl2conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzuzukin%2Fwhl2conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuzukin%2Fwhl2conda/lists"}