{ "info": { "author": "JuanPablo AJ", "author_email": "jpabloaj@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7" ], "description": "========\ngit data\n========\n\n.. image:: https://coveralls.io/repos/juanpabloaj/gitdata/badge.png?branch=master\n :target: https://coveralls.io/r/juanpabloaj/gitdata?branch=master\n\n\nStorage the data files (images, data test) in remote ssh servers. In git only save a register of necessary files to current commit.\n\n.gitdata file\n=============\n\n::\n\n SHA1 path remote_ssh:ssh_port\n\nExample::\n\n 96e93e946f7fd810b167e34561c489ce067d7ef1 data/data2.txt\n c00214008bcd3fe1f5beccdf1a63d15b158bf0b3 data/data1.txt user@server:tmp/\n 7a7a91f5c2b5bc1f4d294de5a6166abec5364d15 data/data0.txt user@server:tmp/:1234\n\nInstallation\n============\n\n::\n\n pip install gitdata\n\nUsage\n=====\n\nAdd to ``.gitdata`` file, `SHA-1 `_ and path of files contained in the directory.::\n\n git data -a directory\n\nShow modified files, files with modified ``SHA-1``::\n\n git data status\n\nFiles with ssh column are pushed to remote ssh server::\n\n git data -p\n\nFiles with ssh column are pulled from remote ssh server, the version download is respective to the current SHA-1 in ``.gitdata`` file.::\n\n git data -u\n\nShow files stored in the ``.gitdata`` file::\n\n git data -l", "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/juanpabloaj/gitdata", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "gitdata", "package_url": "https://pypi.org/project/gitdata/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gitdata/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/juanpabloaj/gitdata" }, "release_url": "https://pypi.org/project/gitdata/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Storage the data files in ssh servers", "version": "0.0.2" }, "last_serial": 1163884, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "73ea0c66f4d9317c55822d1b1568e634", "sha256": "7ed3546439381a6db839aa49a38bba40ef8a7dae2bc83fb3cfb6e13114d5ab10" }, "downloads": -1, "filename": "gitdata-0.0.1.tar.gz", "has_sig": false, "md5_digest": "73ea0c66f4d9317c55822d1b1568e634", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3307, "upload_time": "2014-07-21T02:51:19", "url": "https://files.pythonhosted.org/packages/86/07/09f5eb4a7ba0e017577bda87a93da72918cd7b80093ea9a5cb70442f0833/gitdata-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "df11064e416bd83971b3c39bbf4dd727", "sha256": "a611fff8c1c81d1264899e987931856df04e03cbb26440ebd71afc0a44c3ab64" }, "downloads": -1, "filename": "gitdata-0.0.2.tar.gz", "has_sig": false, "md5_digest": "df11064e416bd83971b3c39bbf4dd727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3377, "upload_time": "2014-07-21T04:36:34", "url": "https://files.pythonhosted.org/packages/ab/31/32069047f825ebc87ec478251da3f67ff6dad5fea07a9bb61a2279dd6e57/gitdata-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df11064e416bd83971b3c39bbf4dd727", "sha256": "a611fff8c1c81d1264899e987931856df04e03cbb26440ebd71afc0a44c3ab64" }, "downloads": -1, "filename": "gitdata-0.0.2.tar.gz", "has_sig": false, "md5_digest": "df11064e416bd83971b3c39bbf4dd727", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3377, "upload_time": "2014-07-21T04:36:34", "url": "https://files.pythonhosted.org/packages/ab/31/32069047f825ebc87ec478251da3f67ff6dad5fea07a9bb61a2279dd6e57/gitdata-0.0.2.tar.gz" } ] }