{"id":19562719,"url":"https://github.com/pyenv/pyenv-pip-migrate","last_synced_at":"2025-04-27T00:31:53.545Z","repository":{"id":8659509,"uuid":"10313633","full_name":"pyenv/pyenv-pip-migrate","owner":"pyenv","description":"Migrate pip packages from a Python version to another","archived":false,"fork":false,"pushed_at":"2023-01-13T23:47:18.000Z","size":10,"stargazers_count":87,"open_issues_count":2,"forks_count":20,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T09:04:18.234Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/pyenv.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}},"created_at":"2013-05-27T11:35:54.000Z","updated_at":"2025-04-11T17:50:40.000Z","dependencies_parsed_at":"2023-01-14T11:48:52.460Z","dependency_job_id":null,"html_url":"https://github.com/pyenv/pyenv-pip-migrate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyenv%2Fpyenv-pip-migrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyenv%2Fpyenv-pip-migrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyenv%2Fpyenv-pip-migrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyenv%2Fpyenv-pip-migrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyenv","download_url":"https://codeload.github.com/pyenv/pyenv-pip-migrate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250398052,"owners_count":21423910,"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":[],"created_at":"2024-11-11T05:15:27.613Z","updated_at":"2025-04-27T00:31:53.299Z","avatar_url":"https://github.com/pyenv.png","language":"Shell","readme":"# pyenv-pip-migrate\n\npyenv-pip-migrate is a [pyenv](https://github.com/pyenv/pyenv) plugin\nthat provides a `pyenv migrate` command to migrate pip package from a Python\nversion to another.\n\n## Installation\n\n### Installing as a pyenv plugin\n\nInstalling pyenv-pip-migrate as a pyenv plugin will give you access to the\n`pyenv migrate` command.\n\n    $ git clone https://github.com/pyenv/pyenv-pip-migrate.git $(pyenv root)/plugins/pyenv-pip-migrate\n\nThis will install the latest development version of pyenv-pip-migrate into\nthe `$(pyenv root)/plugins/pyenv-pip-migrate` directory. From that directory, you\ncan check out a specific release tag. To update pyenv-pip-migrate, run `git\npull` to download the latest changes.\n\n\n### Installing with Homebrew (for macOS users)\n\nmacOS users can install pyenv-pip-migrate with the\n[Homebrew](http://brew.sh) package manager.\nThis will give you access to the `pyenv-migrate` command. If you have pyenv\ninstalled, you will also be able to use the `pyenv migrate` command.\n\n*This is the recommended method of installation if you installed pyenv\n with Homebrew.*\n\n```\n$ brew install pyenv-pip-migrate\n```\n\nOr, if you would like to install the latest development release:\n\n```\n$ brew install --HEAD pyenv-pip-migrate\n```\n\n## Usage\n\n### Using `pyenv migrate` with pyenv\n\npyenv-pip-migrate uses `pip freeze` to dump all installed packages in a Python version,\nand then tries to `pip install` them into another version.\n\nLet's say if you have following two versions in pyenv.\n\n    $ pyenv versions\n    * 2.7.4 (set by /home/yyuu/.pyenv/version)\n      2.7.5\n    $ pip freeze\n    distribute==0.6.43\n    nose==1.3.0\n    wsgiref==0.1.2\n\nTo migrate installed packages from `2.7.4` to `2.7.5`, use `pyenv migrate`.\n\n    $ pyenv migrate 2.7.4 2.7.5\n    $ pyenv global 2.7.5\n    $ pip freeze\n    distribute==0.6.43\n    nose==1.3.0\n    wsgiref==0.1.2\n\n## Version History\n\n#### 20130527\n\n * Initial public release.\n\n### License\n\n[(The MIT License)](LICENSE)\n\n* Copyright (c) 2013 Yamashita, Yuu\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyenv%2Fpyenv-pip-migrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyenv%2Fpyenv-pip-migrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyenv%2Fpyenv-pip-migrate/lists"}