LitePipeline command line tool
Project description
litepipeline
A python3 command line tool for LitePipeline.
install
# install from pip
$ pip3 install -U litepipeline
# or install from source code
$ cd ./client
$ python3 ./setup.py install
run
# run litepipeline
$ litepipeline --help
usage: litepipeline [-h] [-r] [-v] address {app,task,cluster} ...
positional arguments:
address manager address, host:port
{app,task,cluster} sub-command help
app operate with app API
task operate with task API
cluster operate with cluster API
optional arguments:
-h, --help show this help message and exit
-r, --raw display raw json data
-v, --version show program's version number and exit
$ litepipeline localhost:8000 app --help
usage: litepipeline address app [-h]
{create,delete,update,list,info,download} ...
positional arguments:
{create,delete,update,list,info,download}
sub-command app help
create create application
delete delete application
update update application
list list applications
info application's info
download download application
optional arguments:
-h, --help show this help message and exit
$ litepipeline localhost:8000 task --help
usage: litepipeline address task [-h] {create,delete,list,info,stop} ...
positional arguments:
{create,delete,list,info,stop}
sub-command task help
create create task
delete delete task
list list tasks
info task's info
stop stop task
optional arguments:
-h, --help show this help message and exit
$ litepipeline localhost:8000 cluster --help
usage: litepipeline address cluster [-h] {info} ...
positional arguments:
{info} sub-command cluster help
info cluster's info
optional arguments:
-h, --help show this help message and exit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
litepipeline-0.0.7.tar.gz
(5.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file litepipeline-0.0.7.tar.gz.
File metadata
- Download URL: litepipeline-0.0.7.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3de8df2782127864b2f336a4ee71043ec8186331b4286c193907ee0901f48402
|
|
| MD5 |
0f161d3f2110d46a5cda9546dabbbd45
|
|
| BLAKE2b-256 |
013bc0d429101d16af06101a1ef80e4e04fca96d0bb7c6c933d62be7a55eb872
|
File details
Details for the file litepipeline-0.0.7-py3-none-any.whl.
File metadata
- Download URL: litepipeline-0.0.7-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ba283addc43d230ace6d836e2cb45196eb6c349e4a5c2daa9c34a298a37603c
|
|
| MD5 |
891b8948ffbbb805089c245497e0f463
|
|
| BLAKE2b-256 |
997f8e91eb5b377d5a59bc81576c5c25ff7fead1e093ab4cd5a0e75ba9edfd4f
|