{ "info": { "author": "Bruno Adele", "author_email": "bruno@adele.im", "bugtrack_url": null, "classifiers": [], "description": "gitcheck\n========\n\nIf you working in multiples projects, you want can be analyzed in a\nsingle pass of the changes in your projects. gitcheck is script who scan\nrecursive directory to find a git directory and analyse all\nmodifications.\n\nInstallation\n------------\n\n::\n\n pip install git+git://github.com/badele/gitcheck.git\n\nExamples utilizations\n---------------------\n\nSimple version\n~~~~~~~~~~~~~~\n\nIn simple version, it show for each repositories if you have\nmodification not committed and or commits not pushed.\n\n.. code:: bash\n\n >garchdeps.py\n\n.. figure:: http://bruno.adele.im/static/gitcheck.png\n :alt: Gitcheck simple\n\n Gitcheck simple\n\nVerbose version\n~~~~~~~~~~~~~~~\n\nSubstantially identical to the previous version, in bonus, it print who\nfiles modified and commits not pushed\n\n.. code:: bash\n\n >garchdeps.py -v \n\n.. figure:: http://bruno.adele.im/static/gitcheck_verbose.png\n :alt: Gitcheck verbose\n\n Gitcheck verbose\n\nOptions\n~~~~~~~\n\n.. code:: plaintext\n\n -v, --verbose Show files & commits\n -r, --remote also check with the remote\n -b, --bell bell on action needed\n -w , --watch after displaying, wait and run again\n -i , --ignore-branch ignore branches matching the regex \n -d , --dir Search for repositories\n\nFrench version is available here\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nhttp://bruno.adele.im/projets/gitcheck/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/badele/gitcheck", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "gitcheck", "package_url": "https://pypi.org/project/gitcheck/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gitcheck/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/badele/gitcheck" }, "release_url": "https://pypi.org/project/gitcheck/0.3/", "requires_dist": null, "requires_python": null, "summary": "Check multiple git repository in one pass", "version": "0.3" }, "last_serial": 969626, "releases": { "0.3": [] }, "urls": [] }