Skip to main content

A easy to use, extremely configurable shell/terminal command manager for python.

Project description

Commanger for python

A easy to use, extremely configurable shell/terminal command manager for python.

At first it may just look like any other command line parser but it has so much more! You don't have to ever configure the parsing yourself, you can just tell it what you wan't. It also deals with stray non specfied arguments and I am always adding more!

Basic example:

Importation and initialization

from commanger import commanger
cmd = commanger("cmd")

The main Function and config

cmd.basicConfig([1,2,"b"]) #set a basic config

@cmd.command #Attach the main func
def main(args): #Take in the args
    print(args)

Places:

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

commanger-0.1.3.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

commanger-0.1.3-py3-none-any.whl (5.7 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