Env

Python package manager. Inspired by yarn.

Usage

  1. Generate package.json file and .env directory.
env init
  1. Install package, which would generate python_modules directory.
env install <package>
  1. Install package.
env uninstall <package>
  1. Show all packages.
env show