{ "info": { "author": "Cologler", "author_email": "skyoflw@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.7" ], "description": "# gist-sync-python\n\nJust sync gists with cli!\n\n## HOW-TO-WORK\n\n1. Create a token from Github.\n1. When you call `init` command, `gist-sync` will make dirs for each gist.\n1. Edit gists as you need.\n1. Call `sync` command, all changed will update to the cloud.\n\nYou can change the dir name, but **DO NOT** edit `.gist.json` which in dir.\n\n## HOW-TO-USE\n\n``` txt\nUsage:\n gistsync setup token \n gistsync init-all [--token=]\n gistsync init [--token=]\n gistsync sync [--token=]\n gistsync push [--token=]\n gistsync pull [--token=]\n gistsync check [--token=]\n```\n\ninit gist, edit it, and sync!\n\n*You can register token to avoid input it again over again.*\n\n## INSTALL\n\nfrom pypi.\n\n``` py\npip install gist-sync\n```\n\n\ud83d\ude00\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Cologler/gist-sync-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "gistsync", "package_url": "https://pypi.org/project/gistsync/", "platform": "", "project_url": "https://pypi.org/project/gistsync/", "project_urls": { "Homepage": "https://github.com/Cologler/gist-sync-python" }, "release_url": "https://pypi.org/project/gistsync/0.4.0/", "requires_dist": [ "anyioc", "click-anno", "colorama", "fsoopify", "pygithub", "requests" ], "requires_python": "", "summary": "", "version": "0.4.0" }, "last_serial": 5440713, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "432cc569b3b5c94c0a85b2e85aceaf87", "sha256": "f5dca88d8b32fda2ad489f0c3e7ce6fea77a07a422addb3469b532c739e89090" }, "downloads": -1, "filename": "gistsync-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "432cc569b3b5c94c0a85b2e85aceaf87", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9285, "upload_time": "2019-06-24T13:54:02", "url": "https://files.pythonhosted.org/packages/c3/6b/04ae7609906d1d36f2307226f2b10730829b2ba72d85ebe9d1751146cd97/gistsync-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2de1e541df66e45683860b3a94c3b989", "sha256": "ce98ccd3fd3c8aed279e1333b4f421831a9a17566416a03fae98562332973708" }, "downloads": -1, "filename": "gistsync-0.4.0.tar.gz", "has_sig": false, "md5_digest": "2de1e541df66e45683860b3a94c3b989", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5463, "upload_time": "2019-06-24T13:54:04", "url": "https://files.pythonhosted.org/packages/38/f9/74224693bee40a8f0bb43af900a9e69654de910932ec0bcba2d29fbd6580/gistsync-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "432cc569b3b5c94c0a85b2e85aceaf87", "sha256": "f5dca88d8b32fda2ad489f0c3e7ce6fea77a07a422addb3469b532c739e89090" }, "downloads": -1, "filename": "gistsync-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "432cc569b3b5c94c0a85b2e85aceaf87", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9285, "upload_time": "2019-06-24T13:54:02", "url": "https://files.pythonhosted.org/packages/c3/6b/04ae7609906d1d36f2307226f2b10730829b2ba72d85ebe9d1751146cd97/gistsync-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2de1e541df66e45683860b3a94c3b989", "sha256": "ce98ccd3fd3c8aed279e1333b4f421831a9a17566416a03fae98562332973708" }, "downloads": -1, "filename": "gistsync-0.4.0.tar.gz", "has_sig": false, "md5_digest": "2de1e541df66e45683860b3a94c3b989", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5463, "upload_time": "2019-06-24T13:54:04", "url": "https://files.pythonhosted.org/packages/38/f9/74224693bee40a8f0bb43af900a9e69654de910932ec0bcba2d29fbd6580/gistsync-0.4.0.tar.gz" } ] }