Name | rmvenv JSON |
Version |
0.2.0
JSON |
| download |
home_page | None |
Summary | Find and delete built environments |
upload_time | 2025-08-20 19:26:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License
Copyright (c) 2024 VoltRadar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
venv
delete
manage
list
rust
target
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# rmvenv
Command line app to list and delete build environments. This only leaves
your source code and files to rebuild the environment, so they can be
easily backed up.
This software can identify Python
[virtual environments](https://docs.python.org/3/library/venv.html),
Rust's
[target](https://doc.rust-lang.org/cargo/commands/cargo-build.html)
directory, as well as java's `.class` files. If deleted, this
can save gigabytes of space, and they can be easily recreated and the
packages re-downloaded when the code needs to run again. This software can
also show and delete files and folders over a given size.
However, the exact version of the software may change if
dependences aren't managed well, and they may be removed from package
repositories. Hopefully these errors are rare.
## Installation
### Requirements
- Python >= 3.10
- pip
I think it's OS independent, but I've not tested it outside of a Linux
OS, so tread with caution.
### Steps
Open the command line and run
```
pip install rmvenv
```
On some Linux distributions [pipx](https://pipx.pypa.io/latest/)
may have to be used:
```
pipx install rmvenv
```
## Example uses
On the command line, to list virtual environments in the currently
directory, simply use:
```
rmvenv
```
To delete (interactively) build environments, as well as large files and
folders over 1 gigabytes in the folder `my_code`:
```
rmvenv -s 1G -d my_code --delete
```
Raw data
{
"_id": null,
"home_page": null,
"name": "rmvenv",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "venv, delete, manage, list, rust, target",
"author": null,
"author_email": "Daisy F <daisyfarns@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/77/1d/2a3395a7d61924556d6b22aa3ecb2479e91ec9614096dc548cf4b5e5bd80/rmvenv-0.2.0.tar.gz",
"platform": null,
"description": "# rmvenv\n\nCommand line app to list and delete build environments. This only leaves\nyour source code and files to rebuild the environment, so they can be\neasily backed up.\n\nThis software can identify Python\n[virtual environments](https://docs.python.org/3/library/venv.html),\nRust's\n[target](https://doc.rust-lang.org/cargo/commands/cargo-build.html)\ndirectory, as well as java's `.class` files. If deleted, this\ncan save gigabytes of space, and they can be easily recreated and the\npackages re-downloaded when the code needs to run again. This software can\nalso show and delete files and folders over a given size.\n\nHowever, the exact version of the software may change if\ndependences aren't managed well, and they may be removed from package\nrepositories. Hopefully these errors are rare.\n\n## Installation\n\n### Requirements\n\n- Python >= 3.10\n- pip\n\nI think it's OS independent, but I've not tested it outside of a Linux\nOS, so tread with caution.\n\n### Steps\n\nOpen the command line and run\n\n```\npip install rmvenv\n```\n\nOn some Linux distributions [pipx](https://pipx.pypa.io/latest/)\nmay have to be used:\n\n```\npipx install rmvenv\n```\n\n## Example uses\n\nOn the command line, to list virtual environments in the currently\ndirectory, simply use:\n\n```\nrmvenv\n```\n\nTo delete (interactively) build environments, as well as large files and\nfolders over 1 gigabytes in the folder `my_code`:\n\n```\nrmvenv -s 1G -d my_code --delete\n```\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2024 VoltRadar\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Find and delete built environments",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/DaisyFarns/rmvenv"
},
"split_keywords": [
"venv",
" delete",
" manage",
" list",
" rust",
" target"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c53c1499f1aac52a158aa2f3a10107f7717404a9ea70d0811aa2d60fd8933406",
"md5": "e1a57268446bc5cf8eadc0f03529ff17",
"sha256": "8f74550da6e9fca0c59f33b17e02837dcb54f5541bdc7fbb87246996d49f9d77"
},
"downloads": -1,
"filename": "rmvenv-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1a57268446bc5cf8eadc0f03529ff17",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 9198,
"upload_time": "2025-08-20T19:26:31",
"upload_time_iso_8601": "2025-08-20T19:26:31.854570Z",
"url": "https://files.pythonhosted.org/packages/c5/3c/1499f1aac52a158aa2f3a10107f7717404a9ea70d0811aa2d60fd8933406/rmvenv-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "771d2a3395a7d61924556d6b22aa3ecb2479e91ec9614096dc548cf4b5e5bd80",
"md5": "3fa6c8d64e7d0bb8f3456bcc563c5227",
"sha256": "3856c3100a262ecee22b901aaa2232ddf280fb29bd78d7043931cf0914e2a821"
},
"downloads": -1,
"filename": "rmvenv-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "3fa6c8d64e7d0bb8f3456bcc563c5227",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 8176,
"upload_time": "2025-08-20T19:26:32",
"upload_time_iso_8601": "2025-08-20T19:26:32.897230Z",
"url": "https://files.pythonhosted.org/packages/77/1d/2a3395a7d61924556d6b22aa3ecb2479e91ec9614096dc548cf4b5e5bd80/rmvenv-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-20 19:26:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DaisyFarns",
"github_project": "rmvenv",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "rmvenv"
}