{ "info": { "author": "James Pearson", "author_email": "pearson@changedmy.name", "bugtrack_url": null, "classifiers": [], "description": "List all your Github repositories containing a filename matching a\nsearch pattern.\n\n``ghgrep`` is partially ``grep -l`` and partially ``find -name`` - you\ncan pretend it is a special version of ``grep(1)`` in which files are\nactually repositories and each line of a file is actually a filename\ninside the repository.\n\nExamples\n========\n\nShow all repositories with a readme:\n\n::\n\n ghgrep 'README.*'\n\nList all repositories that have a file named 'COPYING':\n\n::\n\n ghgrep -f COPYING\n\nList all repositories that don't have a license file:\n\n::\n\n ghgrep -v (COPYING|LICENSE)\n\nInstallation\n============\n\n::\n\n [$]> pip install ghgrep\n\nor\n\n::\n\n [$]> easy_install ghgrep\n\nHacking\n=======\n\nI highly recommend using virtualenv:\n\n::\n\n [$]> virtualenv --no-site-packages --distribute env\n [$]> source env/bin/activate\n [$]> pip install -r requirements.txt\n [$]> pip install -e . # So we can import the version from inside bin/ .", "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/xiongchiamiov/ghgrep", "keywords": null, "license": "WTFPL", "maintainer": null, "maintainer_email": null, "name": "ghgrep", "package_url": "https://pypi.org/project/ghgrep/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ghgrep/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xiongchiamiov/ghgrep" }, "release_url": "https://pypi.org/project/ghgrep/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "List all your Github repositories containing a filename matching a search pattern.", "version": "1.0.1" }, "last_serial": 792404, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b7c8f84f13b726dd09f8a3d2e1d7ee94", "sha256": "eeba2d54bfc753b052f46dfd631729718049e30334d42d60c77fe48f490ba8b2" }, "downloads": -1, "filename": "ghgrep-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b7c8f84f13b726dd09f8a3d2e1d7ee94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2019, "upload_time": "2013-05-07T04:40:35", "url": "https://files.pythonhosted.org/packages/5a/f6/862300a6be5f8c6eff7eb3006fcfdda66291c094e0287e07204045711d22/ghgrep-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8421936574e29413e5e172d314cbb5ad", "sha256": "f2965dedc0b735deac2ba893e7c68dc5b3db93125307ecf8e661aaa89be9d973" }, "downloads": -1, "filename": "ghgrep-0.0.2.tar.gz", "has_sig": false, "md5_digest": "8421936574e29413e5e172d314cbb5ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2482, "upload_time": "2013-05-09T04:05:28", "url": "https://files.pythonhosted.org/packages/7b/33/469ee026f34369c3bd957c28973ec95d13f5821214ff5ab10c213c94109d/ghgrep-0.0.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0a9a575c7fbb9835c31ca7eea20e610b", "sha256": "f334ef27f2fd6fa567819a17f52c3342c15f832e9a9b7d1288b2820fe8419575" }, "downloads": -1, "filename": "ghgrep-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0a9a575c7fbb9835c31ca7eea20e610b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2339, "upload_time": "2013-05-27T18:33:13", "url": "https://files.pythonhosted.org/packages/7b/bf/a53d6e2ea9e71a88170ce8b71f63da4b6fc00f23a004eb89296327f63aaf/ghgrep-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "424708bc939217a12547a8886ada42fe", "sha256": "0f9bcda388b3454fdb60dc748b6b24b3f715911641cc1d8b7d685ded24c406ad" }, "downloads": -1, "filename": "ghgrep-1.0.1.tar.gz", "has_sig": false, "md5_digest": "424708bc939217a12547a8886ada42fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2013-05-29T02:22:52", "url": "https://files.pythonhosted.org/packages/7a/be/0f6cc0e8df87eb5734066f352e1bede5cbf79ff96684578a6f25551ffca4/ghgrep-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "424708bc939217a12547a8886ada42fe", "sha256": "0f9bcda388b3454fdb60dc748b6b24b3f715911641cc1d8b7d685ded24c406ad" }, "downloads": -1, "filename": "ghgrep-1.0.1.tar.gz", "has_sig": false, "md5_digest": "424708bc939217a12547a8886ada42fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2013-05-29T02:22:52", "url": "https://files.pythonhosted.org/packages/7a/be/0f6cc0e8df87eb5734066f352e1bede5cbf79ff96684578a6f25551ffca4/ghgrep-1.0.1.tar.gz" } ] }