{
"info": {
"author": "Filip Noetzel",
"author_email": "filip+pypi@j03.de",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX",
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Version Control"
],
"description": "================\ngit-remote-couch\n================\n\nRelax your source code\n----------------------\n\n:Author: `Filip Noetzel `_\n:Version: v0.1a\n:Web: http://github.com/peritus/git-remote-couch/\n:Git: ``git clone git://github.com/peritus/git-remote-couch.git``\n (`browse source `_)\n:Download: `Downloads page on GitHub `_\n:Abstract: `git-remote-couch` is a `git-remote-helper\n `_\n that allows you to push source code into a `CouchDB\n `_ (you can then fetch a clone from it, of course).\n\n.. warning::\n\n This software is very slow and a three headed monkey will eat your data! It\n should not be used to save valuable production source code! **ALWAYS** keep\n at least a second copy using other backup mechanisms.\n\n.. note::\n\n This is a fun project for me to learn some git and CouchDB internals. Also, I\n want to write `CouchApps `_ that handle\n source code. Patches welcome.\n\n\nInstallation and Usage\n++++++++++++++++++++++\n\nFirst, install `git-remote-couch` via your favorite Python package installing mechanism, like so::\n\n easy_install -U git-remote-couch\n\nThen, you can start cloning a repository::\n\n git remote add couch http+couch://localhost:5984/testrepo/\n git push origin master\n\nYou can now browse your repository with CouchDB's web interface at\n`http://localhost:5984/_utils/database.html?testrepo\n`_ or clone that\nrepository::\n\n git clone http+couch://localhost:5984/testrepo/ a_copy",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://github.com/peritus/git-remote-couch",
"keywords": null,
"license": "Beerware",
"maintainer": null,
"maintainer_email": null,
"name": "git-remote-couch",
"package_url": "https://pypi.org/project/git-remote-couch/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/git-remote-couch/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/peritus/git-remote-couch"
},
"release_url": "https://pypi.org/project/git-remote-couch/0.1a2/",
"requires_dist": null,
"requires_python": null,
"summary": "a git-remote-helper that allows you to push source code into a CouchDB",
"version": "0.1a2"
},
"last_serial": 755529,
"releases": {
"0.1a0": [
{
"comment_text": "",
"digests": {
"md5": "382c95e6042ae1ae389e5a939409eb54",
"sha256": "10c017389d26ded65293a2bbaf7eacd97d4c4e09b1d2f4dfd90b4451214c5c66"
},
"downloads": -1,
"filename": "git-remote-couch-0.1a0.tar.gz",
"has_sig": false,
"md5_digest": "382c95e6042ae1ae389e5a939409eb54",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5784,
"upload_time": "2010-07-17T12:37:17",
"url": "https://files.pythonhosted.org/packages/fe/d2/4547690ee2add6a3589f28863d09b591ff64874a20ecccd401ee40475918/git-remote-couch-0.1a0.tar.gz"
}
],
"0.1a2": [
{
"comment_text": "",
"digests": {
"md5": "7901c05dde0bb649e3f03c3218930f38",
"sha256": "8363562b5c06dc2c6c45e96e9b51c7279a53a3458f420ea92010c72908628a4a"
},
"downloads": -1,
"filename": "git-remote-couch-0.1a2.tar.gz",
"has_sig": false,
"md5_digest": "7901c05dde0bb649e3f03c3218930f38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7712,
"upload_time": "2010-08-11T15:11:45",
"url": "https://files.pythonhosted.org/packages/50/7d/695ebc3adff859f36b569661841a75072ace06c0097b3c332f480b8db3c2/git-remote-couch-0.1a2.tar.gz"
}
],
"0.1dev": [
{
"comment_text": "",
"digests": {
"md5": "be399ca732d0cf3dc1abf9aeaf2d25e2",
"sha256": "589b0efed110267baab2552884d950b257c252f4894652906518de171478d7f5"
},
"downloads": -1,
"filename": "git-remote-couch-0.1dev.tar.gz",
"has_sig": false,
"md5_digest": "be399ca732d0cf3dc1abf9aeaf2d25e2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5419,
"upload_time": "2010-07-17T11:50:52",
"url": "https://files.pythonhosted.org/packages/42/78/c367c3dd7c57a2c33e1652318209b6871154932071dc1515303de1810949/git-remote-couch-0.1dev.tar.gz"
}
],
"0.1dev2": [
{
"comment_text": "",
"digests": {
"md5": "3778bf321c4b35d9127b1efb338c275e",
"sha256": "91a05141328dde31b24f54fe77b9e9d3895ef1f773d73e7b49f8ea9dd4581ccf"
},
"downloads": -1,
"filename": "git-remote-couch-0.1dev2.tar.gz",
"has_sig": false,
"md5_digest": "3778bf321c4b35d9127b1efb338c275e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4952,
"upload_time": "2010-07-17T12:04:30",
"url": "https://files.pythonhosted.org/packages/87/0b/2d8c5cb3044b8de778200ce78453dc6a40355a66a778b2c3ebeb33e0edad/git-remote-couch-0.1dev2.tar.gz"
}
],
"0.1dev3": [
{
"comment_text": "",
"digests": {
"md5": "76b894aca55447801bebfe69c77abc92",
"sha256": "ebfe1079190f773898db2b255fd2ba6fcf37df099f5fd7be75941d588850d831"
},
"downloads": -1,
"filename": "git-remote-couch-0.1dev3.tar.gz",
"has_sig": false,
"md5_digest": "76b894aca55447801bebfe69c77abc92",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4974,
"upload_time": "2010-07-17T12:11:31",
"url": "https://files.pythonhosted.org/packages/54/95/4b7ddaa5e262f60f68e97613836ca15dfd0e308493be1026d2a0273903d0/git-remote-couch-0.1dev3.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "7901c05dde0bb649e3f03c3218930f38",
"sha256": "8363562b5c06dc2c6c45e96e9b51c7279a53a3458f420ea92010c72908628a4a"
},
"downloads": -1,
"filename": "git-remote-couch-0.1a2.tar.gz",
"has_sig": false,
"md5_digest": "7901c05dde0bb649e3f03c3218930f38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7712,
"upload_time": "2010-08-11T15:11:45",
"url": "https://files.pythonhosted.org/packages/50/7d/695ebc3adff859f36b569661841a75072ace06c0097b3c332f480b8db3c2/git-remote-couch-0.1a2.tar.gz"
}
]
}