/cookie

Simple command line argument parsing in Python 3.

Primary LanguagePythonOtherNOASSERTION

Cookie

Build status Coveralls

Version 2.0 is here!

what is Cookie?

Cookie is a simple command line argument parser for Python 3. It uses decorators to parse arguments while your sleeping! The main focus of Cookie is to allow you to easily convert python projects into contained and scalable command line applications in seconds.

documentation

The documentation covers installation options and example usage.