{ "info": { "author": "Thibault Clerice", "author_email": "leponteineptique@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Flask", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.5", "Topic :: Documentation :: Sphinx", "Topic :: Internet :: Proxy Servers" ], "description": ".. image:: https://coveralls.io/repos/PonteIneptique/flask-github-proxy/badge.svg?service=github\n :alt: Coverage Status\n :target: https://coveralls.io/github/PonteIneptique/flask-github-proxy\n.. image:: https://travis-ci.org/PonteIneptique/flask-github-proxy.svg\n :alt: Build Status\n :target: https://travis-ci.org/PonteIneptique/flask-github-proxy\n.. image:: https://badge.fury.io/py/flask_github_proxy.svg\n :alt: PyPI version\n :target: http://badge.fury.io/py/flask_github_proxy\n.. image:: https://readthedocs.org/projects/docs/badge/?version=latest\n :alt: Documentation\n :target: https://flask-github-proxy.readthedocs.io/en/latest/\n\nWhat ?\n######\n\nFlask Github proxy is a flask extension to provide saving resources to GitHub. To use this service, you will need a github token (Generate token : https://github.com/settings/tokens )\n\nInstallation\n############\n\nTo install it, simply do : :code:`pip3 install flask_github_proxy` or\n\n.. code-block:: bash\n\n git clone https://github.com/ponteineptique/flask-github-proxy.git\n cd flask-github-proxy\n python3 setup.py install\n\nExample\n#######\n\n.. code-block:: python\n :linenos:\n\n from flask import Flask\n from flask_github_proxy import GithubProxy\n from flask_github_proxy.models import Author\n \n app = Flask(\"name\")\n proxy = GithubProxy(\n \"/proxy\",\n \"ponteineptique/dummy1\",\n \"alpheios-project/dummy1\",\n secret=\"something\",\n token=\"Github Token\",\n app=app,\n origin_branch=\"master\",\n default_author=Author(\n \"Github Proxy\",\n \"anonymous@github.com\"\n )\n )\n app.run()\n\nFunding and original development\n################################\n\nThis python software has originally been developed in the context of the Syriaca_ Project, under the funding of NEH.\n\n.. image:: ./_static/images/neh_logo.png\n :alt: NEH\n :target: http://www.neh.gov/\n\n.. _Syriaca: http://www.syriaca.org/", "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/ponteineptique/flask-github-proxy", "keywords": null, "license": "GNU GPL", "maintainer": null, "maintainer_email": null, "name": "flask_github_proxy", "package_url": "https://pypi.org/project/flask_github_proxy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flask_github_proxy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ponteineptique/flask-github-proxy" }, "release_url": "https://pypi.org/project/flask_github_proxy/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Plugin to build services to push data from a website to github with PullRequests confirmation", "version": "0.0.2" }, "last_serial": 2585082, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "639ad90ed97e18c7118136cab8bedc55", "sha256": "bea765c02b38e8a3662b7521f89605f78981e16c166e2ef3b24ee884dd2a6b07" }, "downloads": -1, "filename": "flask_github_proxy-0.0.1.tar.gz", "has_sig": false, "md5_digest": "639ad90ed97e18c7118136cab8bedc55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7016, "upload_time": "2016-09-12T06:30:57", "url": "https://files.pythonhosted.org/packages/7f/de/d6eaf6ad12649d2352207dec36dc5a3326f3a15f2c1259324463e76f8e45/flask_github_proxy-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "06a0fbe55306406d6f3c3c70610070d8", "sha256": "57a0dae64e314e4a5b7210a03710d5b46fa0e9eb2f4266fe23357142a869dd60" }, "downloads": -1, "filename": "flask_github_proxy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "06a0fbe55306406d6f3c3c70610070d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7963, "upload_time": "2017-01-19T14:29:50", "url": "https://files.pythonhosted.org/packages/1c/79/f6ba09539e27c58175cb7d816f66866573105c438e20831fb21415ee7545/flask_github_proxy-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "06a0fbe55306406d6f3c3c70610070d8", "sha256": "57a0dae64e314e4a5b7210a03710d5b46fa0e9eb2f4266fe23357142a869dd60" }, "downloads": -1, "filename": "flask_github_proxy-0.0.2.tar.gz", "has_sig": false, "md5_digest": "06a0fbe55306406d6f3c3c70610070d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7963, "upload_time": "2017-01-19T14:29:50", "url": "https://files.pythonhosted.org/packages/1c/79/f6ba09539e27c58175cb7d816f66866573105c438e20831fb21415ee7545/flask_github_proxy-0.0.2.tar.gz" } ] }