Merge pull request #970 from zachvalenta/rm-ref-to-clint

remove reference to Clint
This commit is contained in:
Marc Poulin
2019-01-17 12:18:13 -07:00
committed by GitHub
-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
*****