{"id":21683764,"url":"https://github.com/open-eo/openeo-python-driver","last_synced_at":"2025-04-12T07:51:30.939Z","repository":{"id":37733364,"uuid":"113202780","full_name":"Open-EO/openeo-python-driver","owner":"Open-EO","description":"Common parts of a Python driver implementation for OpenEO","archived":false,"fork":false,"pushed_at":"2025-04-10T07:01:11.000Z","size":2931,"stargazers_count":12,"open_issues_count":100,"forks_count":6,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-10T08:20:55.701Z","etag":null,"topics":[],"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/Open-EO.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-05T15:57:44.000Z","updated_at":"2025-04-08T10:12:29.000Z","dependencies_parsed_at":"2023-09-22T15:43:47.068Z","dependency_job_id":"bd8e7240-ca7a-4ea8-9e95-b146ea66f875","html_url":"https://github.com/Open-EO/openeo-python-driver","commit_stats":{"total_commits":1639,"total_committers":13,"mean_commits":"126.07692307692308","dds":"0.45576571079926786","last_synced_commit":"1d86962102e686de71202a90838c659a53d33170"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-python-driver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-python-driver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-python-driver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-EO%2Fopeneo-python-driver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-EO","download_url":"https://codeload.github.com/Open-EO/openeo-python-driver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537003,"owners_count":21120688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-25T16:13:27.099Z","updated_at":"2025-04-12T07:51:30.914Z","avatar_url":"https://github.com/Open-EO.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openEO Python Driver\n\n[![Status](https://img.shields.io/badge/Status-proof--of--concept-yellow.svg)]()\n\n\nPython version: 3.8 or higher\n\nThis Python package provides a Flask based REST frontend for openEO backend drivers.\nIt implements the general REST request handling of the openEO API and dispatches the real work to a pluggable openEO backend driver (such as the [openEO GeoPySpark driver](https://github.com/Open-EO/openeo-geopyspark-driver)).\n\n## Installation\n\n- Clone this repo\n- Check out the git submodules\n\n        git submodule update --init\n        \n- Set up a virtual environment and install `openeo_driver` and it's dependencies.\n    - basic install:\n    \n            pip install . --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple\n    \n    - If you plan to do development/testing, install it in editable mode\n      and include additional dependencies:\n        \n            pip install -e .[dev] --extra-index-url https://artifactory.vgt.vito.be/api/pypi/python-openeo/simple\n\n## Running local dummy service\n\nFor development, you can run a dummy service using Flask:\n\n    export FLASK_APP=openeo_driver.dummy.local_app\n    export FLASK_DEBUG=1 \n    flask run\n\nNow, visit http://127.0.0.1:5000/openeo/1.1.0/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eo%2Fopeneo-python-driver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-eo%2Fopeneo-python-driver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-eo%2Fopeneo-python-driver/lists"}