{"id":13988719,"url":"https://github.com/lepisma/pipwin","last_synced_at":"2025-07-22T09:31:26.941Z","repository":{"id":28977783,"uuid":"32504240","full_name":"lepisma/pipwin","owner":"lepisma","description":"Install compiled python libraries for windows provided by Christoph Gohlke","archived":true,"fork":false,"pushed_at":"2023-06-18T08:41:44.000Z","size":125,"stargazers_count":89,"open_issues_count":26,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-12T08:53:30.215Z","etag":null,"topics":["package-manager","python","windows"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lepisma.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}},"created_at":"2015-03-19T06:13:05.000Z","updated_at":"2025-01-02T12:53:28.000Z","dependencies_parsed_at":"2024-01-15T16:52:25.248Z","dependency_job_id":null,"html_url":"https://github.com/lepisma/pipwin","commit_stats":{"total_commits":96,"total_committers":17,"mean_commits":5.647058823529412,"dds":0.7291666666666667,"last_synced_commit":"acd86ad128e9624502ec35e686df3184abbc49aa"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/lepisma/pipwin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepisma%2Fpipwin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepisma%2Fpipwin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepisma%2Fpipwin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepisma%2Fpipwin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lepisma","download_url":"https://codeload.github.com/lepisma/pipwin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lepisma%2Fpipwin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266465078,"owners_count":23933058,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["package-manager","python","windows"],"created_at":"2024-08-09T13:01:19.577Z","updated_at":"2025-07-22T09:31:26.575Z","avatar_url":"https://github.com/lepisma.png","language":"Python","readme":"===============================\npipwin\n===============================\n\n\n.. image:: https://img.shields.io/pypi/v/pipwin.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/pipwin/\n    :alt: Latest Version\n\n.. image:: https://img.shields.io/appveyor/ci/lepisma/pipwin.svg?style=flat-square\n    :target: https://ci.appveyor.com/project/lepisma/pipwin\n    :alt: Build\n\n.. image:: https://img.shields.io/pypi/l/pipwin.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/pipwin/\n    :alt: License\n\nThis tool is unmaintained now and the repository is archived. See `this issue \u003chttps://github.com/lepisma/pipwin/issues/64#issuecomment-1596034715\u003e`_ for more details.\n\n**pipwin** is a complementary tool for **pip** on Windows. **pipwin** installs\nunofficial python package binaries for windows provided by Christoph Gohlke here\n`http://www.lfd.uci.edu/~gohlke/pythonlibs/\n\u003chttp://www.lfd.uci.edu/~gohlke/pythonlibs/\u003e`_\n\nQuickStart\n^^^^^^^^^^\n\n.. code-block::\n\n   \u003e\u003e pip install pipwin\n   \u003e\u003e pipwin search cv\n\n   Did you mean any of these ?\n\n     * cvxopt\n     * opencv-python\n     * abcview\n     * cvxpy\n\n   \u003e\u003e pipwin install opencv-python\n\n   \u003e\u003e pipwin install numpy\u003e=1.11\n\n\nDetails\n^^^^^^^\n\n- On first run, **pipwin** builds a cache of available package list in ``~/.pipwin``\n\n- You can force a cache rebuild using : ``pipwin refresh``\n\n- List all available packages : ``pipwin list``\n\n- Search packages : ``pipwin search \u003cpartial_name/name\u003e``\n\n- Install packages : ``pipwin install \u003cpackage\u003e``\n\n  Also works version specifiers, e.g. ``pipwin install \u003cpackage\u003e==\u003cversion\u003e`` or\n  ``pipwin install \u003cpackage\u003e\u003c=\u003cversion\u003e``\n\n- Download only (to ``~/pipwin`` or ``\u003cdest\u003e`` if provided) : ``pipwin\n  download -d \u003cdest\u003e \u003cpackage\u003e``\n\n- Install from pipwin requirements file : ``pipwin install -r requirements.txt``\n\n- Download only from pipwin requirements file : ``pipwin download -r\n  requirements.txt``\n\n- Uninstall packages (Can directly use **pip** for this) : ``pipwin uninstall\n  \u003cpackage\u003e``\n\n**Free software: BSD license**\n\n\nChangelog\n---------\n\nv0.5.2\n~~~~~~\n\n- `Fixed issue where install -r (filename) does not work \u003chttps://github.com/lepisma/pipwin/pull/62\u003e`.\n\nv0.5.1\n~~~~~~\n\n- Support for ``--proxy`` flag via `PR#54 \u003chttps://github.com/lepisma/pipwin/pull/54\u003e`.\n\nv0.5.0\n~~~~~~\n\n- Handles text vs string parsing for beautifulsoup4 for python2 vs python3.\n- Fixes `issue 43 \u003chttps://github.com/lepisma/pipwin/issues/43\u003e`\n\nv0.4.9\n~~~~~~\n\n- More robust whitespace handling in requirement parsing.\n\nv0.4.8\n~~~~~~\n\n- Using PySmartDL to handle download and install of packages.\n- Removed progress bar and streaming downloader blocks now handled by PySmartDL.\n\nv0.4.7\n~~~~~~\n\n- Using postman client type to overcome use of robobrowser to create package\n  cache.\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepisma%2Fpipwin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flepisma%2Fpipwin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepisma%2Fpipwin/lists"}