Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 990 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 990 Bytes

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.