{ "info": { "author": "Mikhail Andreev", "author_email": "x11org@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "github-sync: GitHub Repo Syncer\n================================\n\nThis script uses the GitHub API to get a list of all your repos in your GitHub account. If the repo already exists locally, it will update it via git-pull.\n\nUnlike https://github.com/kennethreitz/ghsync this package does not require a directory structure, just point the way to the place where you have to find your repos. The default is \".\" (current directory), set the correct path::\n\n export GITHUB_SYNC_DIR='/path/to/repos'\n\n\nInstall\n-------\n\nTo install github-sync, simply run::\n\n $ pip install github-sync\n ... or develop. version:\n $ pip install -e git://github.com/adw0rd/github-sync.git#egg=github-sync\n\nThe command ``github-sync`` will then be available to you from the command line.\n::\n\n $ github-sync\n\n\nHistory\n--------\n\nThis fork has roots from https://github.com/kennethreitz/ghsync/\n\nI wanted to get my fork is simpler, without the directory structure, etc.\nAnd just to recursively searched github-repository at the specified path and performed git-pull", "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/adw0rd/github-sync", "keywords": null, "license": "ISC", "maintainer": null, "maintainer_email": null, "name": "github-sync", "package_url": "https://pypi.org/project/github-sync/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/github-sync/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/adw0rd/github-sync" }, "release_url": "https://pypi.org/project/github-sync/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Github Syncer. Checks and pulls all your GitHub repos", "version": "0.1.1" }, "last_serial": 792463, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3a4a927349a9cd2ab9a89706683e6bb1", "sha256": "6e6dfc28053cd7bdb8fbfa11993d0bde594b5dcc26b7934ce47e59ec874f9943" }, "downloads": -1, "filename": "github-sync-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3a4a927349a9cd2ab9a89706683e6bb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2765, "upload_time": "2012-11-10T09:43:55", "url": "https://files.pythonhosted.org/packages/81/80/94d91e3a40ff17bd5a9aa2a2ec37218edc3790d61f21b38c4c26f0645951/github-sync-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b4d01431f8dc2af29e529c9b79b7c5de", "sha256": "a539a2c0ceebf1ca19bb564d04999071e56718af0a9765b69b2d3280bf9082ae" }, "downloads": -1, "filename": "github-sync-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b4d01431f8dc2af29e529c9b79b7c5de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2935, "upload_time": "2012-12-23T12:14:41", "url": "https://files.pythonhosted.org/packages/1d/b2/7a83662a57ada084cba62831e677df646270871edb968a600052b6c57e6e/github-sync-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b4d01431f8dc2af29e529c9b79b7c5de", "sha256": "a539a2c0ceebf1ca19bb564d04999071e56718af0a9765b69b2d3280bf9082ae" }, "downloads": -1, "filename": "github-sync-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b4d01431f8dc2af29e529c9b79b7c5de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2935, "upload_time": "2012-12-23T12:14:41", "url": "https://files.pythonhosted.org/packages/1d/b2/7a83662a57ada084cba62831e677df646270871edb968a600052b6c57e6e/github-sync-0.1.1.tar.gz" } ] }