Cheap CLI framework, gives rich commands for Django
Project description
# clilabs: the python CLI that gets things done.
Sometimes I want to execute a python callback with some args on the command
line, but i get frustrated that it always requires to wrap my command in a
wrapper of some sort. Clilabs unfrustrates me.
Get started:
```
$ pip install clilabs
$ clilabs
clilabs automates python callables parametered calls.
Things starting with - will arrive in clilabs.context.
Examples:
clilabs help your.mod:main
clilabs debug your.mod -a --b --something='to see' how it=parses
clilabs your.mod:funcname with your=args
clilabs help clilabs.django
clilabs clilabs.django:list auth.user
clilabs +django:list auth.user # also works
```
Sometimes I want to execute a python callback with some args on the command
line, but i get frustrated that it always requires to wrap my command in a
wrapper of some sort. Clilabs unfrustrates me.
Get started:
```
$ pip install clilabs
$ clilabs
clilabs automates python callables parametered calls.
Things starting with - will arrive in clilabs.context.
Examples:
clilabs help your.mod:main
clilabs debug your.mod -a --b --something='to see' how it=parses
clilabs your.mod:funcname with your=args
clilabs help clilabs.django
clilabs clilabs.django:list auth.user
clilabs +django:list auth.user # also works
```
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
clilabs-0.3.0.tar.gz
(4.7 kB
view details)
File details
Details for the file clilabs-0.3.0.tar.gz
.
File metadata
- Download URL: clilabs-0.3.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfe37801e7a0903ca41ccc48fda85712845cd65175c0a9ea4e9197d96c05939e |
|
MD5 | 5318ee0a0bab1ab1ca0e34785f34c5f1 |
|
BLAKE2b-256 | c07b3554e4ba6c7302f2fdb7c86fa047793f6661b2c4155950cb9a66ec7d1b90 |