{"id":16027024,"url":"https://github.com/ashwinvis/pyenv-virtualenv-migrate","last_synced_at":"2025-03-18T03:32:01.450Z","repository":{"id":95790190,"uuid":"356717319","full_name":"ashwinvis/pyenv-virtualenv-migrate","owner":"ashwinvis","description":"Migrate all pyenv virtual environments from a Python compiler version to another","archived":false,"fork":false,"pushed_at":"2024-10-08T01:31:41.000Z","size":8,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T04:55:20.268Z","etag":null,"topics":["pyenv","pyenv-plugin","pyenv-virtualenv","python","virtualenvs"],"latest_commit_sha":null,"homepage":"","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/ashwinvis.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":"2021-04-10T23:05:19.000Z","updated_at":"2024-09-25T11:43:17.000Z","dependencies_parsed_at":"2024-10-27T17:17:28.144Z","dependency_job_id":null,"html_url":"https://github.com/ashwinvis/pyenv-virtualenv-migrate","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.5714285714285714,"last_synced_commit":"9b02ad41b73b04991159c3991594bf58b3b0d900"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinvis%2Fpyenv-virtualenv-migrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinvis%2Fpyenv-virtualenv-migrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinvis%2Fpyenv-virtualenv-migrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashwinvis%2Fpyenv-virtualenv-migrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashwinvis","download_url":"https://codeload.github.com/ashwinvis/pyenv-virtualenv-migrate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243901078,"owners_count":20366251,"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":["pyenv","pyenv-plugin","pyenv-virtualenv","python","virtualenvs"],"created_at":"2024-10-08T20:04:37.709Z","updated_at":"2025-03-18T03:32:01.436Z","avatar_url":"https://github.com/ashwinvis.png","language":"Shell","readme":"# pyenv-virtualenv-migrate\n\npyenv-virtualenv-migrate is a [pyenv](https://github.com/pyenv/pyenv) plugin\nto provide a `pyenv virtualenv-migrate` command to migrate all virtual environments from\na Python version to another.\n\n## Installation\n\n### Installing as a pyenv plugin\n\nInstalling pyenv-virtualenv-migrate as a pyenv plugin will give you access to the\n`pyenv virtualenv-migrate` command.\n\n    git clone https://github.com/pyenv/pyenv-pip-migrate.git $(pyenv root)/plugins/pyenv-pip-migrate\n    git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv\n    git clone https://github.com/ashwinvis/pyenv-virtualenv-migrate.git $(pyenv root)/plugins/pyenv-virtualenv-migrate\n\nThis will install the latest development version of pyenv-virtualenv-migrate into\nthe `$(pyenv root)/plugins/pyenv-virtualenv-migrate` directory. From that directory, you\ncan check out a specific release tag. To update pyenv-virtualenv-migrate, run `git\npull` to download the latest changes.\n\n\n## Usage\n\n### Using `pyenv virtualenv-migrate` with pyenv\n\npyenv-virtualenv-migrate uses `pyenv virtualenv` and `pyenv migrate` to\nrecreate virtual environments with a different Python version. For example, to\nmigrate virtual environments based on Python `3.8.9` to `3.9.4`, use `pyenv\nvirtualenv-migrate` as follows:\n\n    pyenv virtualenv-migrate 3.8.9 3.9.4\n\nTo migrate only one particular virtualenv, for exampled named `my-env`:\n\n    pyenv virtualenv-migrate -o my-env 3.8.9 3.9.4\n\n## Version History\n\n#### 0.0.1\n\n * Initial release\n\n### License\n\n[(The MIT License)](LICENSE)\n\n* Copyright (c) 2021 Ashwin Vishnu Mohanan\n* Copyright (c) 2013-2020 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%2Fashwinvis%2Fpyenv-virtualenv-migrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashwinvis%2Fpyenv-virtualenv-migrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashwinvis%2Fpyenv-virtualenv-migrate/lists"}