JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1395,
"has_wiki": true,
"homepage": null,
"languages": {
"Python": 148931
},
"pushed_at": "2026-07-27T15:58:14Z",
"created_at": "2021-07-30T09:30:12Z",
"owner_type": "User",
"updated_at": "2026-07-27T15:58:24Z",
"description": "A python tool to retrieve and process spanish energy consumption data",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "dev",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "VMG",
"type": "User",
"login": "uvejota",
"company": "University of Seville",
"location": "SPAIN",
"followers": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/6739251?v=4",
"created_at": "2014-02-20T16:03:40Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 4539
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-07-27T14:58:46Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-24T12:56:06Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2025-11-23T13:12:18Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2025-11-23T12:57:37Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2025-11-23T12:11:25Z"
}
],
"recent_commits": [
{
"oid": "baa2f6eed8effaa544b352fd9bb20d007522a224",
"body": "* feat(migrations): import 1.3.3 JSON storage into the 2.0 SQLite DB\n\nAdd a versioned migrations package (edata/database/migrations) with an ordered\nregistry and a self-contained 'legacy_json_1_3_3' migration that reads a 1.x\nJSON export ({storage_dir}/edata/edata_{cups}.json) and imports the raw re\n[…]\nm the generic 'cache' to 'edata_cache' so it\ndoes not collide with other users of the storage dir. The old 'cache' dir is\nleft untouched (it may be shared); a new namespaced dir is used going forward.",
"is_bot": false,
"headline": "feat(migrations): import 1.3.3 JSON storage into the 2.0 SQLite DB (#37)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-27T15:58:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c00160eb12daa3db61c9827eb182f39ffa4aeea4",
"body": "… crash on Iberdrola) (#26)\n\n* fix(datadis): handle \"00:00\" hour in consumption data to avoid strptime crash\n\nDatadis returns some consumption rows with time=\"00:00\" (observed on Iberdrola supplies). The previous code computed hour=str(int(...)-1)=\"-1\" and then strptime(\"YYYY/MM/DD -1:00\") raised Va\n[…]\nnger aborts the whole fetch.\n\nAdds a regression test covering the skip.\n\n---------\n\nCo-authored-by: uvejota <vmayorg@outlook.es>\nCo-authored-by: nerodoxus <42222492+nerodoxus@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(datadis): handle \"00:00\" hour in consumption data (avoid strptime…",
"author_name": "Lucas Pretti",
"author_login": "lucaspretti",
"committed_at": "2026-07-27T11:30:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f9694c22b009ed271c152bd73fc9c92f64b4419",
"body": "* perf: process statistics one month at a time to bound memory\n\nFull-history statistics rebuilds (first setup, soft reset, full import,\nbilling rebuild) loaded and processed the entire history at once, so the\ntransient working set grew linearly with history length and could exhaust\nRAM on large mete\n[…]\nset rebuilt from it. Stored stats/bills are unchanged (existing\nsnapshots pass). New tests: completion unit tests and an incrementality test\nasserting a steady-state sync loads only the current month.",
"is_bot": false,
"headline": "Feat/monthly window batching (#36)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-26T14:12:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be4c351e535d91a673bf4173af02e029b43d97ae",
"body": "* perf: process statistics one month at a time to bound memory\n\nFull-history statistics rebuilds (first setup, soft reset, full import,\nbilling rebuild) loaded and processed the entire history at once, so the\ntransient working set grew linearly with history length and could exhaust\nRAM on large mete\n[…]\nset rebuilt from it. Stored stats/bills are unchanged (existing\nsnapshots pass). New tests: completion unit tests and an incrementality test\nasserting a steady-state sync loads only the current month.",
"is_bot": false,
"headline": "Feat/monthly window batching (#34)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-26T14:05:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d8389a665521316f4d0fd82f7e84ae88ff798c1",
"body": "Full-history statistics rebuilds (first setup, soft reset, full import,\nbilling rebuild) loaded and processed the entire history at once, so the\ntransient working set grew linearly with history length and could exhaust\nRAM on large meters (15-min data and/or 3+ years).\n\nProcess the range in monthly \n[…]\nst-membership filtering\n with a set intersection.\n\nMonthly windows align with the existing day/month aggregation boundaries, so\naggregate results are unchanged. Add unit tests for iter_month_windows.",
"is_bot": false,
"headline": "perf: process statistics one month at a time to bound memory (#31)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-26T14:00:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3008930e36c1c1ca2279d1b5b020f75c4b940c4c",
"body": "* chore: bump base version to 2.0.1 after 2.0.0 release\n\nKeeps future dev builds (2.0.1.devN) sorting above the released 2.0.0.\n\n* fix(deps): require greenlet via SQLAlchemy asyncio extra\n\nSQLAlchemy only pulls in greenlet on a fixed set of CPU architectures\n(x86_64/amd64/aarch64/ppc64le/win32). On \n[…]\nt workload and prone to 'database is locked' under\nconcurrency. Set journal_mode=WAL, synchronous=NORMAL and busy_timeout=5000 on\nconnect. Synthetic 2-year rebuild: daily+monthly compile ~23s -> ~15s.",
"is_bot": false,
"headline": "perf: fix high RAM/OOM on full-history statistics rebuild (#30)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-25T13:38:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ece04d9f2c5187d740415920fce2277eb52d818",
"body": "* chore: bump base version to 2.0.1 after 2.0.0 release\n\nKeeps future dev builds (2.0.1.devN) sorting above the released 2.0.0.\n\n* fix(deps): require greenlet via SQLAlchemy asyncio extra\n\nSQLAlchemy only pulls in greenlet on a fixed set of CPU architectures\n(x86_64/amd64/aarch64/ppc64le/win32). On other platforms (e.g. armv7l) the async\nengine used by the aiosqlite database raises 'the greenlet library is required'.\nDepending on SQLAlchemy[asyncio] installs greenlet unconditionally.",
"is_bot": false,
"headline": "Prepare 2.0.1: base version bump + greenlet async dependency fix (#29)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-24T14:29:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e4f805915662b0d27afb3f73e57e79749d8b2c",
"body": "update_pvpc reset start to the last stored pvpc timestamp without re-applying\nthe 28-day window bound, so resuming after a gap requested more than a month of\ndata and REData rejected it with HTTP 400 (pvpc then stopped updating). Clamp\nstart to min_date after adopting the last pvpc timestamp; REData cannot serve\nolder data anyway.",
"is_bot": false,
"headline": "fix(data_service): clamp pvpc fetch window to avoid REData 400 (#28)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-12T13:44:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36ec108f151d2e1e24c7502fca98fe7f7e508a7",
"body": "Add integration helpers",
"is_bot": false,
"headline": "Merge pull request #27 from uvejota/feat/integration-helpers",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2026-07-12T13:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8469b34440003bb86004ec97f9a4bdce32c49f3e",
"body": null,
"is_bot": false,
"headline": "test: cover clear_bills and simulate bill service helpers",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-07-12T12:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b44c0f8c24ea2957d19c0103f1e0dd4e676f164e",
"body": "clear_bills removes stored bills for a cups (optionally from a datetime\nonwards) to support recomputing billing under new rules. simulate compiles\nhourly bills for a range without writing them to the database, enabling a\nbilling preview.",
"is_bot": false,
"headline": "feat(bill_service): add clear_bills and non-persisting simulate",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-07-12T12:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d666912d9ddc129709c6eba9799aa1f274fdf78",
"body": "Expose the latest energy timestamp through a public method so consumers\nno longer need to call the private _get_last_energy_dt.",
"is_bot": false,
"headline": "feat(data_service): add public get_last_energy_dt accessor",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-07-12T12:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dde8874346a87d442007924e54778ec7a36c60d",
"body": null,
"is_bot": false,
"headline": "fix error when api returns nothing",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T19:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c33a31aa20e788242ea13cd59329a3a11107e56",
"body": null,
"is_bot": false,
"headline": "black and fix tests",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T18:14:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f03a4cc597bf0905abce6ff5de0a56ca584c12",
"body": null,
"is_bot": false,
"headline": "update datadis endpoints to v2",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:49:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b709726cda7dbf1b9b71ace1bb1ae9498e5ce531",
"body": null,
"is_bot": false,
"headline": "fix uppercase unit at Power.value_kwh",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47179ee06ac88d49a707fd31adb0e9622d7d8f3",
"body": null,
"is_bot": false,
"headline": "add generation and selfconsumption to Energy models",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba78cee71ba33a370099eefb27a6c0952b6f4b8c",
"body": null,
"is_bot": false,
"headline": "refactor moodels fields to generalize multiple tariffs",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "881d3cd8997e6b2edd394456389048282dc990a4",
"body": null,
"is_bot": false,
"headline": "convert simulate bills to public methods",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b64e9a6bd9023e1d6e1bb15a850053ec37c427a",
"body": null,
"is_bot": false,
"headline": "update models to snake-case",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3436a1bbfa2c871940874af5197bc66f7c06fcae",
"body": null,
"is_bot": false,
"headline": "fix type hints and docstrings",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2026-01-25T17:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8c85cbf5cce375859e88307c360ae69db592017",
"body": null,
"is_bot": false,
"headline": "fix: rolling release",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T19:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852d8319348bb484e191836b303cf0bacd9a28ec",
"body": null,
"is_bot": false,
"headline": "add: dev rolling release",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b65cee372f0bbea3caa5065c3c7661d49101e524",
"body": null,
"is_bot": false,
"headline": "add: pvpc billing to cli",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc7a82a3fb2740392c4d3ec63aeae901858b267",
"body": null,
"is_bot": false,
"headline": "fix: readme",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:56:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "382369b37fb7b2cfb49e5b934081768338c0b761",
"body": null,
"is_bot": false,
"headline": "add: database models versioning",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "766341a139bd1e08b073496308a0c9ae4e573394",
"body": null,
"is_bot": false,
"headline": "del: helper",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02afc1744d0e0e628fbd3719d61be1ff3faed549",
"body": null,
"is_bot": false,
"headline": "enh: new data and bill services based on sqlite storage",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-12-08T18:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cb9921ab1fbd14b63d7bedcf506c94c71cd5808",
"body": null,
"is_bot": false,
"headline": "fix: blocking call during datadis connector caching",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-26T18:16:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf0c3bc50d133aa5d10bdd66afb2274448b51d9",
"body": null,
"is_bot": false,
"headline": "feat: add async login",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T18:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49b83d67da57bc38f1b417e0c6935a084dad62ab",
"body": null,
"is_bot": false,
"headline": "black",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T18:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36ebdb84f09c50119d4031647d86881f36feb9f2",
"body": null,
"is_bot": false,
"headline": "enh: preliminary migration to Pydantic",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T18:23:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "481b9f674ef705a60c9d88da28d8b1b2b2906d58",
"body": null,
"is_bot": false,
"headline": "fix: encoding issues at datadis connector",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T13:10:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9242a6cafe7117afe6266e0506194fcfd2b3f2c4",
"body": null,
"is_bot": false,
"headline": "feat: basic cli for testing",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T13:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c16ca3aecba26be1497be9b5d57875e60bc6150e",
"body": null,
"is_bot": false,
"headline": "fix: packages in pyproject.toml",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T12:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00dea86429f844a7ed16841d6705a12917df5751",
"body": null,
"is_bot": false,
"headline": "fix: publish",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T12:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf934d8733f84975bb25c2468a16695392a05d8d",
"body": null,
"is_bot": false,
"headline": "fix: enable publish for manual releases",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T12:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc123f7946c913450e3f0ab137cca95ecf6befab",
"body": null,
"is_bot": false,
"headline": "fix: enable tests for v* releases",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:55:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9245f08636c2312d03d30403b9271edef32a628b",
"body": null,
"is_bot": false,
"headline": "enh: gh action for pypi upload",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e6367a0f9d4c5e42c159a3d08fab3e76dae7a33",
"body": null,
"is_bot": false,
"headline": "enh: migrate tests to syrupy",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:50:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05be945782cf2f50c1959a917a11107401e3cb3",
"body": null,
"is_bot": false,
"headline": "enh: migrate datadis cache to diskcache",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23744f5b46daba25a7f4814809a992995dc93aa3",
"body": null,
"is_bot": false,
"headline": "enh: migrate connectors to async",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb48dc00a5fa1c6400d41670c2ba1f0d167563b",
"body": null,
"is_bot": false,
"headline": "Add reset method and improve datadis connector logs",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2025-11-23T11:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839f0bb50dda1f57f9682c03076d38c3d93187f2",
"body": null,
"is_bot": false,
"headline": "little fixes",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2024-08-26T15:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1314b4f9eba8bd6e60b9e7b0891ea931fca5e1bb",
"body": null,
"is_bot": false,
"headline": "improve caching at datadis connector",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2024-08-26T15:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3a21671c7fb8e7aed071740de848c6d635ad2e",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2024-08-26T11:15:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7832fc68f0855801540e9584b9f0bb4174b1dbdd",
"body": null,
"is_bot": false,
"headline": "Ignore contracts on Datadis sync",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2024-08-26T11:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "372f4ae82114dcfc66effab4d8397a76164caffc",
"body": null,
"is_bot": false,
"headline": "add filelock to datadis cache",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-08-21T11:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5ceb3ea11cd63a2c1f42088d57303b26d194942",
"body": null,
"is_bot": false,
"headline": "fix logging and bump version",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-07-15T09:21:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "997e3def03ba90335f832ce744c0f4e6bad19174",
"body": null,
"is_bot": false,
"headline": "relax rounding at billing",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-07-14T15:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c684a5238ac0eec211266718a4bcee7481ede7",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-07-14T11:54:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29572d0273a30474fb53ce7014a5f475e371c9c2",
"body": null,
"is_bot": false,
"headline": "Disable cycle_start_day functionality",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-07-14T11:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c6262b03d999840f504684b09cb1d07e47624d",
"body": null,
"is_bot": false,
"headline": "Little fix",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-07-13T16:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28a47ade532bfe9a1db6e3f60dd3e029b643a91",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-29T11:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8382ba713bbf86b7a856c5e659b72604c731e877",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-29T11:25:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfc9baf0c1e880d0303b2aa5de1031d915fe3fe",
"body": null,
"is_bot": false,
"headline": "add toggle for incremental updates",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-29T11:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21785a94a494898434162777df7f048d8652f411",
"body": null,
"is_bot": false,
"headline": "Parametrise main formula",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-29T09:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6e3518e03f854afc13c5a57930134169e52b3ab",
"body": null,
"is_bot": false,
"headline": "fix bug in attributes",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-27T13:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60cf76ad7e0c9b835871d650993a6e7da079d06d",
"body": null,
"is_bot": false,
"headline": "update tests",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-27T13:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9982a1e446c236bf22e9e7777feaa5d063425fbb",
"body": null,
"is_bot": false,
"headline": "bump version and fix null surplus",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-27T13:08:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ba7f470cbe1d3aa1a1dd3db72a675d344e89f5",
"body": null,
"is_bot": false,
"headline": "Add surplus attributes",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-03-27T12:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0952771c8b5ee76609b5bcafe5b16f211eb960de",
"body": null,
"is_bot": false,
"headline": "try to fix encoding error",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-02-28T12:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba10a6991f44dbac76dd25fe55e1421f188b2ebf",
"body": null,
"is_bot": false,
"headline": "connectors.datadis: add disk cache for recent responses",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-02-25T19:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe805c8127febc06dcc822e24456a9baeaf6e0a6",
"body": null,
"is_bot": false,
"headline": "Implement alternative cycle start day and other little enhancements",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-20T11:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7a488bda49691bcb2d73b7662dead3fba7c32d",
"body": null,
"is_bot": false,
"headline": "Enable helper to use new billing formulas",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-09T17:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3661802e795700a5c7fcf472a2dbb605bc24db",
"body": null,
"is_bot": false,
"headline": "Little fix to some validation issues",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-09T15:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64eeceb57934b427673f1f2a59faba618223e067",
"body": null,
"is_bot": false,
"headline": "Fix requirements",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-06T19:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3776730916522741227bcc7f705a1f46afa062ac",
"body": "* First attempt of incremental processing\n\n* Implement template-based pricing",
"is_bot": false,
"headline": "Various improvements:",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-06T19:22:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859f123839855065a607b46ec20f1a615027f03c",
"body": "* Include devcontainer\r\n\r\n* Moving ConsumptionProcessor to basic maths\r\n\r\n* First attempt to implement surplus",
"is_bot": false,
"headline": "connector.edata: fetch surplus (#20)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2024-01-05T19:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ccb741dcff2185cecc7258e863a07bd6d696c0a",
"body": null,
"is_bot": false,
"headline": "Reduce minimum pandas version",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-06-15T08:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fd16fcd9a04c298c2b0ec20782a29762fe91ff",
"body": null,
"is_bot": false,
"headline": "Revert to pandas>=2.0.2 (#19)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2023-06-12T16:51:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c0e4653f6d3ff5ec5b28646aadbe140e2684d6",
"body": null,
"is_bot": false,
"headline": "Increase datadis connector timeout",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-06-11T10:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95558a87dfd20e45e061e898cd0c816f5c33ae6a",
"body": "* downgrade pandas\r\n\r\n* Bump edata version",
"is_bot": false,
"headline": "Downgrade pandas below 2.0.0 (#18)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2023-06-11T10:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5063926d9579ee8153746c43a1c6c015d2e92a01",
"body": null,
"is_bot": false,
"headline": "Fix missing maximeter dates (#17)",
"author_name": "Albert Fatsini",
"author_login": "afatsini",
"committed_at": "2023-06-11T09:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5674348a1b8dfc0ed80436d632184afc210d96f6",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-02-19T11:08:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450602684a6efa5548f7e8e1c3f3f34348d57cbc",
"body": null,
"is_bot": false,
"headline": "Add type hints to connectors.datadis",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-02-19T11:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c3a9f16977bbb4b224c03ee03d7daeefe783dd3",
"body": "* Reduce error 500 logging\n* Temporary disable queries that result into error 500\n* Reduce the maximum number of months to fetch to 1",
"is_bot": false,
"headline": "Improve connector.datadis 500 error handling",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-02-19T11:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82d6738e2ae3b19c31a61171b93dbe01ed53160a",
"body": null,
"is_bot": false,
"headline": "Fix type hints",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2023-02-19T10:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4eeb343bd09097409bf75c3e84a8cd601c741bf9",
"body": null,
"is_bot": false,
"headline": "Add necessary imports (#14)",
"author_name": "Damià Rita",
"author_login": "damiarita",
"committed_at": "2023-02-09T12:42:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f7204be909a9f475b760fbe11df864078d32b6",
"body": null,
"is_bot": false,
"headline": "reimplement fix",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-03T12:58:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49e4c01dd176f7db861b4071502cae01a5adc92b",
"body": null,
"is_bot": false,
"headline": "revert previous commit",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-03T12:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914a98fcee650e5ffdb6d24b41cb6e3478358835",
"body": null,
"is_bot": false,
"headline": "fix initial datetime of gap intervals",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-03T12:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d296884ff246dc6839274eb651b7fbdb98e19fff",
"body": null,
"is_bot": false,
"headline": "fix logging and datadis connector",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-02T15:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecbd5871676b4a5ccb21df4fc608f72ee00707d",
"body": null,
"is_bot": false,
"headline": "helper: replace supplies instead of extending them",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-02T14:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaba0b48f8697bc5ec957f9af2a4d83f0f1f41fd",
"body": null,
"is_bot": false,
"headline": "fix supplies never recorded",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-02T13:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6960a181e97d9ff79cde7f95d14e477c685ecb14",
"body": null,
"is_bot": false,
"headline": "bump version to 1.0.1",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-02T12:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e6a35f432791ec7b25f888f781287bc3cfee4b",
"body": null,
"is_bot": false,
"headline": "avoid rate limit on non-limited queries",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-12-02T12:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0d12f3f8446747694ba62ec28ddda96da321645",
"body": null,
"is_bot": false,
"headline": "bump to v1.0.0",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-11-27T10:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c9dc74e49471c2faa888064b871fc158450dde",
"body": null,
"is_bot": false,
"headline": "Fix attributes (#13)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2022-11-23T12:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9987c2426394365eac129ed404b903aa09bd6f6",
"body": "* Change project structure\r\n* Add Datadis improvements\r\n* Add REData connector\r\n* Improve docs",
"is_bot": false,
"headline": "Overall rework (#12)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2022-11-19T11:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4b9facdb308a1abb6da063350f20aa8f42bda52",
"body": null,
"is_bot": false,
"headline": "Fix update interval limit",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-11-05T11:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b3eec54feae9074969b04d49b5269b71ed673c",
"body": null,
"is_bot": false,
"headline": "Fix saving empty consumption values",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-11-05T11:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3838bd8745d266f5ec0356b2c55fc1d9a66a17e8",
"body": null,
"is_bot": false,
"headline": "Update for datadis API changes (22/10/25)",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-10-27T10:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe33598e73d31fc384a7efd9088eda8ec1ade49",
"body": null,
"is_bot": false,
"headline": "add badges and update version",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-10-27T10:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6463d18c24f15349e9c35fb2c36872d33d6528f",
"body": null,
"is_bot": false,
"headline": "add basic docs",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-10-27T10:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "965863b5d23b10d2f3612fedd7d30efe9e8dd4b1",
"body": null,
"is_bot": false,
"headline": "bump version to 0.4.0",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-10-27T10:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2d929c8d9ced011fcbd1eadf4f5630910fde13",
"body": null,
"is_bot": false,
"headline": "general overhaul",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-09-02T10:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2745e4f66969b1993510aca6d09429a7f77ff1da",
"body": null,
"is_bot": false,
"headline": "Create publish.yml",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2022-01-09T16:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6764a0df899c5eba2d787eff17d879aef2aed556",
"body": null,
"is_bot": false,
"headline": "comment all aiopvpc references",
"author_name": "uvejota",
"author_login": "uvejota",
"committed_at": "2022-01-09T16:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "847774a6f8a7679662e74f11eaefcdab20497b80",
"body": null,
"is_bot": false,
"headline": "improve codestyle (#9)",
"author_name": "VMG",
"author_login": "uvejota",
"committed_at": "2022-01-05T17:53:12Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 40,
"latest_release_at": "2026-07-27T14:58:46Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 7,
"days_since_latest_release": 0,
"mean_days_between_releases": 61.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "e-data",
"exists": true,
"license": null,
"keywords": [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/e-data/",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/uvejota/python-edata",
"versions_count": 94,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 20183,
"first_published_at": "2021-08-11T10:06:43.618426Z",
"latest_published_at": "2026-07-27T14:59:09.041654Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 8,
"stars": 13,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 20588,
"source_files_sampled": 31,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"requirements-dev.txt",
"requirements.txt"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 17,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [
{
"name": "aiohttp",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.12,<4"
},
{
"name": "dateparser",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.2,<2"
},
{
"name": "diskcache",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=5.6,<6"
},
{
"name": "freezegun",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.5,<2"
},
{
"name": "holidays",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.50,<1"
},
{
"name": "Jinja2",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.1,<4"
},
{
"name": "pydantic",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.10,<3"
},
{
"name": "python_dateutil",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.8,<3"
},
{
"name": "Requests",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.31,<3"
},
{
"name": "SQLAlchemy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=2.0,<3"
},
{
"name": "sqlmodel",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.0.22,<0.1"
},
{
"name": "typer",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.12,<1"
},
{
"name": "aiosqlite",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=0.21,<1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "aiohttp",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aiosqlite",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "dateparser",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "diskcache",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "freezegun",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "holidays",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pydantic",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "python-dateutil",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "requests",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sqlalchemy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sqlmodel",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "typer",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-asyncio",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "syrupy",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 17,
"direct_count": 13,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 26,
"open_issues": 3,
"closed_ratio": 0.667,
"closed_issues": 6,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "uvejota",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/6739251?v=4"
},
{
"type": "User",
"login": "afatsini",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6473004?v=4"
},
{
"type": "User",
"login": "damiarita",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/16456159?v=4"
},
{
"type": "User",
"login": "lucaspretti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10896096?v=4"
}
],
"contributors_sampled": 4,
"top_contributor_share": 0.977
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish-dev.yml",
"publish.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/27 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "baa2f6eed8effaa544b352fd9bb20d007522a224",
"ran_at": "2026-07-27T16:00:04Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T15:59:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T15:58:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2021-08-30T17:53:14Z",
"last_comment_at": "2021-09-01T14:27:09Z",
"last_comment_author": "jjimenezlopez"
},
{
"number": 16,
"created_at": "2023-03-29T15:34:39Z",
"last_comment_at": "2023-06-12T17:01:47Z",
"last_comment_author": "uvejota"
},
{
"number": 25,
"created_at": "2026-03-21T20:56:17Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/uvejota/python-edata",
"host": "github.com",
"name": "python-edata",
"owner": "uvejota"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 40,
"vitality": 76,
"community": 47,
"governance": 54,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 61.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~61.5 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 61.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 47,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"forks": 8,
"stars": 13,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"packages": [
"e-data"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 20183
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "20,183 downloads/month across pypi",
"points": 57.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 20183,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 4,
"top_contributor_share": 0.977
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "4 contributors",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 4
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 26,
"open_issues": 3,
"closed_issues": 6,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/28 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 28
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 48,
"inputs": {
"followers": 23,
"owner_type": "User",
"is_verified": null,
"owner_login": "uvejota",
"public_repos": 6,
"account_age_days": 4539
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "23 followers of uvejota",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23,
"login": "uvejota"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~12 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"e-data"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "94 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 94
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/27 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.42,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "42 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 22.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 20588,
"source_files_sampled": 31,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/31 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 31,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index pypi:e-data@2.0.1; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T16:00:15.045134Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/uvejota/python-edata.svg",
"full_name": "uvejota/python-edata",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}