Releases: khan-asfi-reza/pepsin
Releases · khan-asfi-reza/pepsin
v1.0.0-beta
👋 Pepsin First Beta Release
Pepsin Beta
Features
- Automatically generate a virtual environment
- No need to pip freeze every time after installing or uninstalling a dependency
- Generates a fail log file if a lib fails to install
- Stores everything in
pepsin.yaml
file
Available Commands
init
- Initializes a pepsin project along with a YAML config file that stores all project configurationinstall
- Installs a library, appends it in the config file automaticallyupgrade
- Upgrades a library and appends it in the configuninstall
- Uninstalls a library and removes it from the configpip
- Pip command runner