python-click/docs/_templates/sidebarintro.html
2014-10-16 14:40:34 -04:00

14 lines
547 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h3>About</h3>
<p>
Click is a Python package for creating beautiful command line interfaces in a
composable way with as little amount of code as necessary. Its the “Command
Line Interface Creation Kit”.
</p>
<h3>Useful Links</h3>
<ul>
<li><a href="http://click.pocoo.org/">The Click Website</a></li>
<li><a href="http://pypi.python.org/pypi/click">click @ PyPI</a></li>
<li><a href="http://github.com/mitsuhiko/click">click @ github</a></li>
<li><a href="http://github.com/mitsuhiko/click/issues">Issue Tracker</a></li>
</ul>