{ "info": { "author": "R\u00e9my HUBSCHER", "author_email": "hubscher.remy@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pylons", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "RawGithub\n=========\n\nrawgithub is a simple wsgi server that allows you to serve a file from Github even if you need to provide an access_token.\n\nJust do:\n\n GET /:owner/:repo/:file?[access_token=]&[ref=master]\n\nAnd that's all.\n\n\nRun the service\n+++++++++++++++\n\n pserve rawgithub.ini\n\n\nRun with WSGI\n+++++++++++++\n\n.. code:: python\n\n # -*- coding: utf-8 -*-\n import os\n\n cfg_dir = os.path.dirname(__file__)\n env_dir = os.path.join(cfg_dir, 'var', 'venv')\n\n activate_this = os.path.join(env_dir, 'bin', 'activate_this.py')\n execfile(activate_this, dict(__file__=activate_this))\n\n from pyramid.paster import get_app, setup_logging\n ini_path = os.path.join(cfg_dir, 'rawgithub.ini')\n setup_logging(ini_path)\n application = get_app(ini_path, 'main')", "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/diecutter/rawgithub", "keywords": "web services", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "rawgithub", "package_url": "https://pypi.org/project/rawgithub/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rawgithub/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/diecutter/rawgithub" }, "release_url": "https://pypi.org/project/rawgithub/0.1/", "requires_dist": null, "requires_python": null, "summary": "rawgithub", "version": "0.1" }, "last_serial": 1017315, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "09e214a3c771631e732ddde65fd29c47", "sha256": "26746a7782d37c666588ad3808b0d64acbc0c9b7eb7a26a82b6f64e773b443cd" }, "downloads": -1, "filename": "rawgithub-0.1.zip", "has_sig": false, "md5_digest": "09e214a3c771631e732ddde65fd29c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6769, "upload_time": "2014-03-03T14:42:02", "url": "https://files.pythonhosted.org/packages/e9/df/e6a7cbfa40fa1c4d904c66ced3cf48b19cfb6f4aa6d351ec863e2de81577/rawgithub-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "09e214a3c771631e732ddde65fd29c47", "sha256": "26746a7782d37c666588ad3808b0d64acbc0c9b7eb7a26a82b6f64e773b443cd" }, "downloads": -1, "filename": "rawgithub-0.1.zip", "has_sig": false, "md5_digest": "09e214a3c771631e732ddde65fd29c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6769, "upload_time": "2014-03-03T14:42:02", "url": "https://files.pythonhosted.org/packages/e9/df/e6a7cbfa40fa1c4d904c66ced3cf48b19cfb6f4aa6d351ec863e2de81577/rawgithub-0.1.zip" } ] }