{ "info": { "author": "Jannis Leidel", "author_email": "jannis@leidel.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: No Input/Output (Daemon)", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Software Development :: Version Control" ], "description": "========\r\ngitserve\r\n========\r\n\r\nThis is a helper tool for git that mimics mercurial_'s serve_ command.\r\n\r\nIt makes it very easy to see all your git project via git_'s own gitweb_ by\r\nrunning a lightweight local server.\r\n\r\n.. _mercurial: http://www.selenic.com/mercurial/\r\n.. _serve: http://www.selenic.com/mercurial/wiki/index.cgi/hgserve\r\n.. _git: http://git.or.cz/\r\n.. _gitweb: http://git.or.cz/gitwiki/Gitweb\r\n\r\nUsage\r\n-----\r\n\r\nWhen ``gitserve`` was installed correctly (with ``sudo``) it's usually located\r\nin ``/usr/local/bin``. Note that this directory needs to be on your ``$PATH``\r\nenvironment variable to be found by your shell.\r\n\r\nUsage pretty easy::\r\n\r\n $ gitserve --help\r\n Usage: gitserve [options]