{"id":40115864,"url":"https://github.com/dlcs/manifest-column-updater","last_synced_at":"2026-01-19T12:10:07.157Z","repository":{"id":302247788,"uuid":"1001365498","full_name":"dlcs/manifest-column-updater","owner":"dlcs","description":"Updates the manifest column in protagonist with details from IIIF presentation","archived":false,"fork":false,"pushed_at":"2025-10-30T11:11:17.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T13:11:36.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/dlcs.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":"2025-06-13T08:56:30.000Z","updated_at":"2025-10-30T11:11:19.000Z","dependencies_parsed_at":"2025-07-01T10:46:23.624Z","dependency_job_id":"d72241a7-bc4e-4a3f-b116-ee0884c1f8ae","html_url":"https://github.com/dlcs/manifest-column-updater","commit_stats":null,"previous_names":["dlcs/manifest-column-updater"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlcs/manifest-column-updater","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlcs%2Fmanifest-column-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlcs%2Fmanifest-column-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlcs%2Fmanifest-column-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlcs%2Fmanifest-column-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlcs","download_url":"https://codeload.github.com/dlcs/manifest-column-updater/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlcs%2Fmanifest-column-updater/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28567863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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-19T12:10:04.086Z","updated_at":"2026-01-19T12:10:07.152Z","avatar_url":"https://github.com/dlcs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manifest Column Updater\n\nThis project updates the DLCS with manifests from the presentation database.\n\n## Running locally\n\n1. move to the `src` folder\n\n```powershell\ncd src\n```\n\n2. create a venv\n\n```powershell\npython -m venv .venv\n```\n\n3. activate the venv (using the terminal specific script)\n\n```powershell\n.venv\\Scripts\\Activate.ps1\n```\n\n4. install the modules from requirements\n\n```powershell\npip install requirements.txt -r\n```\n\n5. create a `.env` file using the `.env.dist` file\n6. run the script\n\n```powershell\npython -m .\\manifest-column-updater.py\n```\n\n## Environment variables\n\n| name                           | description                                                                                                | type     |\n|--------------------------------|------------------------------------------------------------------------------------------------------------|----------|\n| DRY_RUN                        | This will pull details from presentation, but won't actually update protagonis                             | boolean  |\n| CONNECTION_TIMEOUT             | How long the connection to the presentation database will last before timing out                           | integer  |\n| PRESENTATION_CONNECTION_STRING | The connection string used to talk to the presentation database                                            | string   |\n| HIGH_WATER_MARK                | A timestamp denoting the earliest point in time that data will be retrieved from the presentation database | datetime |\n| PROTAGONIST_BASE_URL           | The base URL for the protagonist API                                                                       | string   |\n| DLCS_API_AUTH                  | base64 encoded credentials for talking to the protagonist API. NOTE: these should be admin                 | string   |\n| EXIT_ON_ERROR                  | If an error is detected when talking to protagonist, the application will exit when true                   | boolean  |\n\n## Freezing dependencies\n\nif using powershell, the dependencies can be frozen using the following command:\n\n```powershell\npip freeze -l | Out-File requirements.txt -Encoding UTF8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlcs%2Fmanifest-column-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlcs%2Fmanifest-column-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlcs%2Fmanifest-column-updater/lists"}