remove reference to Clint

This commit is contained in:
zachvalenta
2019-01-10 14:58:49 -05:00
parent 7375152528
commit c84165588c
-10
View File
@@ -24,16 +24,6 @@ Some popular command-line applications include:
system primarily written in Python
*****
Clint
*****
`clint <https://pypi.python.org/pypi/clint/>`_ is a Python module which is
filled with very useful tools for developing command-line applications.
It supports features such as: CLI colors and indents, simple and powerful
column printer, iterator based progress bars, and implicit argument handling.
*****
Click
*****