Metadata-Version: 2.1
Name: clikit
Version: 0.6.2
Summary: CliKit is a group of utilities to build beautiful and testable command line interfaces.
Home-page: https://github.com/sdispater/clikit
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
License-File: LICENSE
Requires-Dist: pastel (<0.3.0,>=0.2.0)
Requires-Dist: pylev (<2.0,>=1.3)
Requires-Dist: enum34 (<2.0,>=1.1) ; python_version >= "2.7" and python_version < "2.8"
Requires-Dist: typing (<4.0,>=3.6) ; python_version >= "2.7" and python_version < "2.8" or python_version >= "3.4" and python_version < "3.5"
Requires-Dist: typing-extensions (<4.0,>=3.6) ; python_version >= "3.5" and python_full_version < "3.5.4"
Requires-Dist: crashtest (<0.4.0,>=0.3.0) ; python_version >= "3.6" and python_version < "4.0"

# CliKit

CliKit is a group of utilities to build beautiful and testable command line interfaces.

This is at the core of [Cleo](https://github.com/sdispater/cleo).


