{"id":14974191,"url":"https://github.com/zvfvrv/flask-python-arango","last_synced_at":"2026-02-28T21:33:06.229Z","repository":{"id":57430621,"uuid":"262092757","full_name":"zvfvrv/flask-python-arango","owner":"zvfvrv","description":"python-arango support for Flask applications","archived":false,"fork":false,"pushed_at":"2020-05-12T09:46:15.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-25T07:21:51.063Z","etag":null,"topics":["arangodb","flask","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zvfvrv.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-07T15:47:50.000Z","updated_at":"2022-05-27T12:13:16.000Z","dependencies_parsed_at":"2022-08-27T18:21:34.526Z","dependency_job_id":null,"html_url":"https://github.com/zvfvrv/flask-python-arango","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zvfvrv/flask-python-arango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zvfvrv%2Fflask-python-arango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zvfvrv%2Fflask-python-arango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zvfvrv%2Fflask-python-arango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zvfvrv%2Fflask-python-arango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zvfvrv","download_url":"https://codeload.github.com/zvfvrv/flask-python-arango/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zvfvrv%2Fflask-python-arango/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29952294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arangodb","flask","python"],"created_at":"2024-09-24T13:50:07.944Z","updated_at":"2026-02-28T21:33:06.192Z","avatar_url":"https://github.com/zvfvrv.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|Upload Python Package|\n\n\nFlask-Python-Arango\n===================\n\n**Flask-Python-Arango** is a `python-arango`_ support for Flask applications using ArangoDB_\n\nInstallation\n------------\n\nTo install a stable version from PyPi_:\n\n.. code-block:: bash\n\n    ~$ pip install Flask-Python-Arango\n\n\nTo install the latest version directly from GitHub_:\n\n.. code-block:: bash\n\n    ~$ pip install -e git+git@github.com:zvfvrv/flask-python-arango.git@master#egg=flask-python-arango\n\nA Simple Example \n----------------\n\n.. code-block:: python\n\n    from flask import Flask, render_template\n    from flask_python_arango import FlaskArango\n\n    app = Flask(__name__)\n    app.config['ARANGODB_HOST'] = 'http://localhost:8529'\n    app.config['ARANGODB_DB'] = 'test'\n    app.config['ARANGODB_USERNAME'] = 'root'\n    app.config['ARANGODB_PSW'] = '12345678'\n\n    ArangoDB = FlaskArango(app)\n\n    @app.route('/')\n    def home_page():\n        # Execute an AQL query and iterate through the result cursor.\n        cursor = ArangoDB.connection.aql.execute('FOR doc IN nodes RETURN doc')\n        devices = [document for document in cursor]\n        return render_template('index.html', devices=devices)\n\n\nContributing\n------------\n\nPlease create an issue on GitHub_.\n\nLinks\n-----\n\n* `python-arango`_\n* Flask Documentation: https://flask.palletsprojects.com/\n* ArangoDB_\n\n\n.. _`GitHub`: https://github.com/zvfvrv/flask-python-arango\n.. _ArangoDB: https://www.arangodb.com\n.. _`python-arango`: https://github.com/joowani/python-arango/releases\n.. _PyPi: https://pypi.org/project/flask-python-arango/\n.. |Upload Python Package| image:: https://github.com/zvfvrv/flask-python-arango/workflows/Upload%20Python%20Package/badge.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzvfvrv%2Fflask-python-arango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzvfvrv%2Fflask-python-arango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzvfvrv%2Fflask-python-arango/lists"}