Skip to main content

Async cli application builder.

Project description

precept

CircleCI Coverage Status PyPI version LICENSE Downloads

Toolbox to create async command line applications.

Install

Install with pip: $ pip install precept

Usage

Basic:

from precept import CliApp, Command, Argument

class MyCli(CliApp):
    """
    The name of the command will be the 
    Class docstring is added as cli description.
    """
    @Command(Argument('argument', type=str))
    async def my_command(self, argument):
        print(argument)

def cli():
    MyCli().start()

if __name__ == '__main__':
   cli()

For local testing: Set entry_points.console_script to my-cli = my_package.my_cli:cli in setup.py and $ pip install -e .

Then call: $ my-cli my-command hello -> print hello

License

MIT license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

precept-0.1.1.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file precept-0.1.1.tar.gz.

File metadata

  • Download URL: precept-0.1.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.9.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for precept-0.1.1.tar.gz
Algorithm Hash digest
SHA256 61b145796c3c39fd340ffcd045cc9ea4632cdbe58b92611e8c3201da5a366248
MD5 6c596eed4b2d2c9585ce18af4bf83d63
BLAKE2b-256 dd6eab8a07bc836ab275347df2702c8f4c0a655cb178f93d6ee45a98adff616b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page