Skip to main content

New command line interface based on Python Rich library.

Project description

Argsense CLI

The documentation is under construction.

argsense is a command line interface made with Python.

Usage

from argsense import cli

@cli.cmd
def hello(name: str):
    print(f'Hello {name}!')

if __name__ == '__main__':
    cli.run()

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

argsense-0.1.0.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

argsense-0.1.0-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

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