Skip to content

ilanjb/clime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-generated, Argparse based, CLIs from attrs classes. Full docs here: https://ilanjb.github.io/clime/

hello world:

{!../docs_src/sample_usage/tutorial_000.py!}

Check the help:

$ python tutorial_000.py --help
usage:
    Everything about the Dude!


positional arguments:
  name        type: <str>

optional arguments:
  -h, --help  show this help message and exit

Run it

$ python tutorial_000.py joe
Dude(name='joe')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages