Enter the plac-app directory, then create a virtual environment,
$ python3 -m venv .venvThen activate the virtual environment by running:
$ source .venv/bin/activateInstall this CLI app in editable mode,
$ pip install -e .When done, it should have plac-app package installed with version 0.0.1.
Validate the installation,
$ pip show skcliUse the commands by following the --help instruction,
$ skcli -h
usage: skcli [-h] [-configfile CONFIGFILE]
A minimal interface over a shelve object.
options:
-h, --help show this help message and exit
-configfile CONFIGFILE
path name of the shelveEnter into the CLI session, then use the command, or get the help,
$ skcli
A minimal interface over a shelve object.
Operating on conf.shelve.
Use help to see the available commands.
i> help
special commands
================
.last_tb
custom commands
===============
add get help list remove update
i> add -h
usage: skcli add [-h] appname username password
Add new password
positional arguments:
appname
username
password
options:
-h, --help show this help message and exit
i>