commandline

Exposes your APIs to the command-line
Download

commandline Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • David Laban

commandline Tags


commandline Description

Exposes your APIs to the command-line commandline is a helper module for making intuitive command line programs with zero effort. It takes a function signature like:example_function(string1, string2='something', string3='something else')and turns it into a simple command-line app with usage:example_program string1 ]All you have to do is:if __name__ == "__main__": import commandline commandline.run_as_main(example_function ) Requirements: · Python


commandline Related Software