{"id":41154572,"url":"https://github.com/dataesr/projects-partners-consolidation","last_synced_at":"2026-01-22T19:12:49.888Z","repository":{"id":261012977,"uuid":"863451069","full_name":"dataesr/projects-partners-consolidation","owner":"dataesr","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-23T10:23:34.000Z","size":3763,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-11T10:48:46.898Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataesr.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-26T10:11:57.000Z","updated_at":"2025-07-23T10:23:38.000Z","dependencies_parsed_at":"2024-11-04T08:19:47.407Z","dependency_job_id":"831e2a44-b5c0-4d15-bcef-5a3f45d347ae","html_url":"https://github.com/dataesr/projects-partners-consolidation","commit_stats":null,"previous_names":["dataesr/projects_partners_consolidation","dataesr/projects-partners-consolidation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dataesr/projects-partners-consolidation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fprojects-partners-consolidation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fprojects-partners-consolidation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fprojects-partners-consolidation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fprojects-partners-consolidation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataesr","download_url":"https://codeload.github.com/dataesr/projects-partners-consolidation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataesr%2Fprojects-partners-consolidation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"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":[],"created_at":"2026-01-22T19:10:28.675Z","updated_at":"2026-01-22T19:12:49.871Z","avatar_url":"https://github.com/dataesr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repository for Processing French Funding Data\n\nIn this repository, we process French funding data by adding information about partner organizations and affiliated persons.\n\n## Setup Instructions\n\nTo use it, first, create a `.env` file in the root directory and add authorization access. Then, there are three options:\n\n### 1. Run the notebook `process_and_send_data_details.ipynb`\n\nRun the notebook with all the details of the code, step by step. When using the Jupyter notebook, select the data source (ex: ANR, ANSES...) at the beginning, and then execute each cell to obtain a standardized format for one source at a time.\n\n### 2. Run the Flask application locally\n\n- In an IDE, execute: `python projects_partners_flask_app.py`\n- Then, execute the process at `http://127.0.0.1:5000/process?source=` + the data source (ex: ANR, ANSES...).\n  - example: `http://127.0.0.1:5000/process?source=ANSES`\n- When the process is over, you can update the new projects or partners with:\n  ### 1. update the projects with the link:\n  - `http://127.0.0.1:5000/update/project?source=` + the data source (ex: ANR, ANSES...)\n    - example: `curl -X POST \"http://127.0.0.1:5000/update/project?source=ANSES\"`\n  ### 2. update the partners\n  - `http://127.0.0.1:5000/update/partner?source=` + the data source (ex: ANR, ANSES...)\n    - example: `curl -X POST \"http://127.0.0.1:5000/update/partner?source=ANSES\"`\n\n### 3. Run the Flask application remotely\n\n- Execute the process online at `https://projects-partners-consolidation.staging.dataesr.ovh/process?source=` + the data source (ex: ANR, ANSES...).\n  - example: `https://projects-partners-consolidation.staging.dataesr.ovh/process?source=ANSES`\n- When the process is over, you can update the new projects or partners with:\n  ### 1. update the projects with the link:\n  - `https://projects-partners-consolidation.staging.dataesr.ovh/update/project?source=` + the data source (ex: ANR, ANSES...)\n    - example: `https://projects-partners-consolidation.staging.dataesr.ovh/update/project?source=ANSES`\n  ### 2. update the partners\n  - `https://projects-partners-consolidation.staging.dataesr.ovh/update/partner?source=` + the data source (ex: ANR, ANSES...)\n    - example: `https://projects-partners-consolidation.staging.dataesr.ovh/update/partner?source=ANSES`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataesr%2Fprojects-partners-consolidation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataesr%2Fprojects-partners-consolidation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataesr%2Fprojects-partners-consolidation/lists"}