{"id":43726624,"url":"https://github.com/docling-project/docling-metrics","last_synced_at":"2026-02-16T11:19:01.490Z","repository":{"id":335132831,"uuid":"1140540161","full_name":"docling-project/docling-metrics","owner":"docling-project","description":"Core package for type and interface definitions of docling metric implementations","archived":false,"fork":false,"pushed_at":"2026-02-12T17:45:16.000Z","size":620,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T22:10:47.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/docling-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-23T12:21:54.000Z","updated_at":"2026-02-12T21:52:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/docling-project/docling-metrics","commit_stats":null,"previous_names":["docling-project/docling-metrics"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/docling-project/docling-metrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling-metrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling-metrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling-metrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling-metrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docling-project","download_url":"https://codeload.github.com/docling-project/docling-metrics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docling-project%2Fdocling-metrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29506749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: 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-02-05T09:07:48.376Z","updated_at":"2026-02-16T11:19:01.483Z","avatar_url":"https://github.com/docling-project.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docling-metrics\n\nMonorepo for Docling metric packages — types, evaluators, and scoring utilities for document processing evaluation.\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| [docling-metrics-core](packages/docling-metrics-core/) | Base metric types and abstract interfaces |\n\n## Development\n\nThis repository uses [uv workspaces](https://docs.astral.sh/uv/concepts/workspaces/). All packages are developed in a single virtual environment with compatible dependencies.\n\n```bash\n# Install uv\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# Install all packages (editable) + dev tools\nuv sync\n\n# Run tests for a specific package\nuv run pytest packages/docling-metrics-core/tests\n\n# Run all tests\nuv run pytest packages/*/tests\n\n# Run linting and formatting\npre-commit run --all-files\n```\n\nChanges to any workspace package are immediately available to all other packages in the same environment — no reinstall needed.\n\n## Adding a New Package\n\n1. Create `packages/\u003cpackage-name\u003e/` with a `pyproject.toml`, source directory, and `tests/`\n2. If it depends on another workspace package, add it to `[project] dependencies` and declare `[tool.uv.sources]`:\n   ```toml\n   [project]\n   dependencies = [\"docling-metrics-core\"]\n\n   [tool.uv.sources]\n   docling-metrics-core = { workspace = true }\n   ```\n3. Run `uv sync` to regenerate the lock file\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fdocling-metrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocling-project%2Fdocling-metrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocling-project%2Fdocling-metrics/lists"}