Utility for saving and retrieving your development environments and paths.
Project description
Envpath
Envpath is a command line utility for saving and retrieving your development environments and paths.
Features
- Save your development environment and path
- Open saved environments and their paths from any directory
Usage
There are currently only two commands available.
1) Saving an env
If you want to save a virtual environment, make sure you are in the working directory of that project and run the following command (replace envname with the name of your environment):
envpath --save envname
You can use -s instead of --save
2) Opening an env
To open a previously saved environment, just run the following command from any directory or path (replace envname with the name of your environment):
envpath --open envname
Here too, you can also use -o instead of --open
Requirements & Dependencies
This package depends on the following python packages and will install them if you don't already have them installed:
- virtualenv - Virtual Python Environment builder
- Argparse - Already included in the python standard library from python >= 3.2
Just like these packages, Envpath is also open source software.
Development
Want to contribute code to this repo? You are welcome to do so.
Contact the Author
Reach me via: Email - Click to send mail Twitter @untamedthinking
License
MIT
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
File details
Details for the file envpath-0.1.1.tar.gz.
File metadata
- Download URL: envpath-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e93a98e120b5fa3c3efdc615818bfdfac185b39cf83bd94851c1202858f0a658
|
|
| MD5 |
f9d7ef4f32f9a68a0a1dfa0d7ae67c4b
|
|
| BLAKE2b-256 |
e5d5eb7217992c9b0330ccdc113aa822a7692d8d73fdddced99ef9709b02fbb4
|