Skip to content

v1.0.0-beta

Latest
Compare
Choose a tag to compare
@khan-asfi-reza khan-asfi-reza released this 20 Jun 09:36
· 68 commits to master since this release
bb727d5

👋 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

  1. init - Initializes a pepsin project along with a YAML config file that stores all project configuration
  2. install - Installs a library, appends it in the config file automatically
  3. upgrade- Upgrades a library and appends it in the config
  4. uninstall- Uninstalls a library and removes it from the config
  5. pip- Pip command runner