{ "info": { "author": "sintrb", "author_email": "sintrb@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "SVNOnline\n===============\nA svn online client.\n\nInstall\n===============\n::\n\n pip install SVNOnline\n\n\nUse\n===============\ncd to you working directory and run command:\n\n::\n\n SVNOnline\n\non Windows use:\n::\n\n SVNOnline.bat\n\nif can't find SVNOnline command, try:\n::\n\n python -m SVNOnline\n\n\nopen broswer with url **http://127.0.0.1:8000**\n\n\nOther tips\n===============\n1.set http port 80\n::\n\n SVNOnline 80\n\n2.authenticate with username and password (admin admin)\n::\n\n SVNOnline -u admin -p admin\n\n3.set the working directory (/tmp)\n::\n\n SVNOnline -d /tmp\n\n4.bind address with 127.0.0.1\n::\n\n SVNOnline 127.0.0.1:8000\n \n5.use as wsgi\n::\n\n # set username and passwor\n export WSGI_PARAMS=\"-u admin -p admin\" \n # run wsgi with gunicorn\n gunicorn -b 0.0.0.0:8000 SVNOnline.wsgi:application\n\n \n\n\nCHANGES\n===============\n0.0.1\n\n- init version.\n\n\n0.0.2\n\n- first useable version.\n\n0.0.4\n\n- wsgi suport\n\n0.0.5\n\n- README of wsgi\n\n0.0.7\n\n- fix wsgi bug\n\n0.0.8\n\n- remove function", "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/sintrb/SVNOnline", "keywords": null, "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "SVNOnline", "package_url": "https://pypi.org/project/SVNOnline/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SVNOnline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sintrb/SVNOnline" }, "release_url": "https://pypi.org/project/SVNOnline/0.0.8/", "requires_dist": null, "requires_python": null, "summary": "A svn online client.", "version": "0.0.8" }, "last_serial": 2157190, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8d2f3a3f3a122d807bea0c8d1099a8c8", "sha256": "3a45fa23f97d41f429aaf0897c00f43159d9902b365cf5446c05b9b2b963bf90" }, "downloads": -1, "filename": "SVNOnline-0.0.1.zip", "has_sig": false, "md5_digest": "8d2f3a3f3a122d807bea0c8d1099a8c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7976, "upload_time": "2016-04-19T15:55:28", "url": "https://files.pythonhosted.org/packages/2e/88/6df743a265e76a988b046347b7a0935ffdb6ac8c714c2f6498adaa3c042e/SVNOnline-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c5779d14be9e13669f9649f3af879e14", "sha256": "bd08565117be8de62fd6dc862b01a4768b64fc2953e1e3789544aede12f2c930" }, "downloads": -1, "filename": "SVNOnline-0.0.2.zip", "has_sig": false, "md5_digest": "c5779d14be9e13669f9649f3af879e14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 69753, "upload_time": "2016-04-20T14:55:46", "url": "https://files.pythonhosted.org/packages/f8/03/58b14e7346f8ea1f1d14ad4eaf278befcb0c8827cc7b524ce2358235cdca/SVNOnline-0.0.2.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "bfa13916d08f64dcbee5dcde76319155", "sha256": "e3bcecc4d6bd3b6f0900f8f5d69cdf953ef2daaa278fda2742dc2b95de231219" }, "downloads": -1, "filename": "SVNOnline-0.0.4.tar.gz", "has_sig": false, "md5_digest": "bfa13916d08f64dcbee5dcde76319155", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65798, "upload_time": "2016-05-02T14:27:36", "url": "https://files.pythonhosted.org/packages/9e/ca/e837765799689c601f99b93f55a031e60fd109d572b04650a6ef138a410a/SVNOnline-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "f7456ab7b3c1d67774be9bdea4ce5e13", "sha256": "dd230a2c534c078731d394fc9d862f6952c85824ed81dbf35bb7e7e96e87977f" }, "downloads": -1, "filename": "SVNOnline-0.0.5.tar.gz", "has_sig": false, "md5_digest": "f7456ab7b3c1d67774be9bdea4ce5e13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65989, "upload_time": "2016-05-02T14:46:12", "url": "https://files.pythonhosted.org/packages/e4/6b/180f1f41e33f4a3dd3530c1b5ecd7e05f18cbf8a430de1560b70d4e26e79/SVNOnline-0.0.5.tar.gz" } ], "0.0.6": [], "0.0.7": [ { "comment_text": "", "digests": { "md5": "798ea651e11eff7689ffbc92e862679b", "sha256": "4b166156fc0b652672a4307f53288660f3d7b69abf2c8d1e6fdf2c4ee6c0bdf0" }, "downloads": -1, "filename": "SVNOnline-0.0.7.tar.gz", "has_sig": false, "md5_digest": "798ea651e11eff7689ffbc92e862679b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66047, "upload_time": "2016-05-02T15:08:42", "url": "https://files.pythonhosted.org/packages/23/ae/05914135987759b836c0f4bc4cb6f956b580a565f42b968d249af7e05d2b/SVNOnline-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "bbaf59637890bdf82e05353dfc2eae1a", "sha256": "7101fef51e0d02736eef931097f5c260c3e9e144f944193b8637f95f8dd3cf4f" }, "downloads": -1, "filename": "SVNOnline-0.0.8.tar.gz", "has_sig": false, "md5_digest": "bbaf59637890bdf82e05353dfc2eae1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66597, "upload_time": "2016-06-08T16:50:54", "url": "https://files.pythonhosted.org/packages/ee/e8/83c934c202f204e57d9420fa01bdbe3608b2e094d7625cdad22f4ae59493/SVNOnline-0.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bbaf59637890bdf82e05353dfc2eae1a", "sha256": "7101fef51e0d02736eef931097f5c260c3e9e144f944193b8637f95f8dd3cf4f" }, "downloads": -1, "filename": "SVNOnline-0.0.8.tar.gz", "has_sig": false, "md5_digest": "bbaf59637890bdf82e05353dfc2eae1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66597, "upload_time": "2016-06-08T16:50:54", "url": "https://files.pythonhosted.org/packages/ee/e8/83c934c202f204e57d9420fa01bdbe3608b2e094d7625cdad22f4ae59493/SVNOnline-0.0.8.tar.gz" } ] }