Setup
First, you need to create a virtual environment and activate it.
$ pip install virtualenv $ virtualenv .venv $ . .venv/bin/activate (.venv)$
Next, install cliff in the environment.
(.venv)$ python setup.py install
Now, install the demo application into the virtual environment.
(.venv)$ cd demoapp (.venv)$ python setup.py install
Usage
With cliff and the demo setup up, you can now play with it.
To see a list of commands available, run:
(.venv)$ cliffdemo --help
One of the available commands is “simple” and running it
(.venv)$ cliffdemo simple
produces the following
sending greeting hi!
To see help for an individual command, include the command name on the command line:
(.venv)$ cliffdemo files --help
Cleaning Up
Finally, when done, deactivate your virtual environment:
(.venv)$ deactivate $
Release files for aimaxcli 4.5.1.2020123002
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aimaxcli-4.5.1.2020123002.tar.gz | 48.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aimaxcli-4.5.1.2020123002-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 104.0 kB
Release files / aimaxcli-4.5.1.2020123002.tar.gz
| Download URL | aimaxcli-4.5.1.2020123002.tar.gz |
|---|---|
| Size | 48.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b4e9e5b6bcf2f5f2a78166eeebe2019b9f499552a0ff9e1d576f3b82ca522f7b
|
|
BLAKE2b-256 checksum How to use checksums |
8fe406f950cda3447be27bb9197e5967758aa02d864cfa65d7751bb6910bab80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.9.1
|
Release files / aimaxcli-4.5.1.2020123002-py3-none-any.whl
| Download URL | aimaxcli-4.5.1.2020123002-py3-none-any.whl |
|---|---|
| Size | 56.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c03bf9861540f4ff2e5ce0ff53429cb68549ca7ddb579446fee43bd4558cdbda
|
|
BLAKE2b-256 checksum How to use checksums |
34dcbef5e67fc623c0792834ebbb87b940b7a38916d45ed83a8f211f601f38f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.9.1
|