npm.io
1.0.0 • Published 6 years agoCLI

pypi-cli

Licence
ISC
Version
1.0.0
Deps
3
Size
7 kB
Vulns
0
Weekly
0

About Project

CLI tool to download and install python packages from input json file

Usage

Usage: node index [command] --path [JSON_file_path]
  • where [command] is:
    install or i
    node index install or node index i: install python package dependencies mentioned in 'dependencies.json' file
    If no command is specified displays help on command usage

  • Options:
    --path or -p : specify [JSON_file_path] i.e., path of JSON file containing dependencies
    If path isn't specified, defaults to './dependencies.json
    -h: displays help on command usage

Output in terminal

If case all are successfully installed print success
If some failed then print list of all failed packages, one of each in separate line.