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.2020123001
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.2020123001.tar.gz | 48.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aimaxcli-4.5.1.2020123001-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 104.0 kB
Release files / aimaxcli-4.5.1.2020123001.tar.gz
| Download URL | aimaxcli-4.5.1.2020123001.tar.gz |
|---|---|
| Size | 48.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
054f3982d68fd79b5bc2b62454926df7adda1528e8a2ac4c8567b197ce7d4bdd
|
|
BLAKE2b-256 checksum How to use checksums |
5c68dd7a8c26b5e068d7e362f196f8b1310f625c02290f4b335c84f066d8bc17
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.9.1
|
Release files / aimaxcli-4.5.1.2020123001-py3-none-any.whl
| Download URL | aimaxcli-4.5.1.2020123001-py3-none-any.whl |
|---|---|
| Size | 56.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
84e37ef63b3aaf76d3246a88db2c6840a29d72b14a2d593daa811f6d46c18111
|
|
BLAKE2b-256 checksum How to use checksums |
d68d7e4f4baa7ceccac44db3aa958cba5be7f4dfbb7fd578f0937622da5f4a80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.9.1
|