File: sidebarintro.html

package info (click to toggle)
python-click 6.6-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,068 kB
  • sloc: python: 6,964; makefile: 124
file content (13 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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. It’s 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>