venv Management Software
Project description
Project Description
- Everytime we want to create a project in python we need to create a virtual environment, and the command line interface (CLI) might be complicated and can cause confusion, sometimes it might cause frustration and time consuming when you have to navigate to a long folder path or mistype something and then you have to retype everything again.
- VENVGEN will allow you to create your own venv environment without the necessity to remember the CLI commands.
- On top of that, you can edit the environment - install or uninstall the libraries.
- The program also checks for the validity of the libraries that you try to install. It also checks if you mis-deleted your venv by accident and helps you to recover the venv with according pre-installed libraries.
How to install the software
pip install venvgen
How to use the software
- After Installation into your python environment, you can use the software easily in the terminal with friendly UI by just type
venvgen
in the terminal and the program will start running.
Release Note
- 0.0.1: Beta version, buggy, just can use the first option only.
- 0.0.2: Still buggy but now can use some of the second option.
- 0.0.4: Update the code structure and checking system.
- 1.0.0: A full version for MacOS (not fully tested, may cause unexpected bug)
- 2.0.0: Windows user now can use the program properly (not fully tested, may cause unexpected bug)
Developer Note
- Software compatibility with these Operating Systems: MacOS, Windows. (Linux is not tested or tried to run yet).
- Python version compatibility: Python 3.12.3. (lower version will yield error since the f-string format does not work, this may be fixed in the future).
Note for Windows Users
- Please install the package on to your main python environment, as the numpy in the virtual environment has undetermined behaviours and cannot be fixed. I will try to find a way to work around. Until then, please use
pip install venvgenon your main environment. - Ensure that the library and the main python environment is correctly added to your PATH (environment variable).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
venvgen-2.0.5.tar.gz
(21.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
venvgen-2.0.5-py3-none-any.whl
(29.2 kB
view details)
File details
Details for the file venvgen-2.0.5.tar.gz.
File metadata
- Download URL: venvgen-2.0.5.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4a512e430cde588d2522341fb65ec966e560c772d046baa9a950aa565751e95
|
|
| MD5 |
24e6661e71a31bff8d5cd7e140475fe8
|
|
| BLAKE2b-256 |
b18b2746dc49b911f6c0a6931951e93bd196f411968b6557eeed56c45a966ef6
|
File details
Details for the file venvgen-2.0.5-py3-none-any.whl.
File metadata
- Download URL: venvgen-2.0.5-py3-none-any.whl
- Upload date:
- Size: 29.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585baf6776734d873f0f085c21c5bc5b01a75fdfa982afb177b16fde2e97f191
|
|
| MD5 |
e74f87bdbcc293aceb0e071e5939598f
|
|
| BLAKE2b-256 |
054d7d5067a212a5ca4f08f352faef4729b38b0df0c8e6f6bfe3f96b8b035646
|