Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"pbix",
"powerbi",
"vertipaq"
],
"is_fork": false,
"size_kb": 99086,
"has_wiki": false,
"homepage": "https://www.pbixray.com/docs",
"languages": {
"Python": 429169,
"Jupyter Notebook": 25391
},
"pushed_at": "2026-07-21T16:59:51Z",
"created_at": "2023-10-19T16:10:00Z",
"owner_type": "User",
"updated_at": "2026-07-21T16:54:04Z",
"description": "Power BI data model parser for .pbix, .xlsx (PowerPivot) and .abf files. Surfaces metadata (DAX, Power Query/M, TMSCHEMA) and decodes VertiPaq tables — whole, column-projected, or streamed in memory-bounded chunks.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://querypower.com",
"name": "Igor Cotruta",
"type": "User",
"login": "Hugoberry",
"company": "Alphaverse Limited",
"location": "London",
"followers": 184,
"avatar_url": "https://avatars.githubusercontent.com/u/6012338?v=4",
"created_at": "2013-11-22T17:33:45Z",
"is_verified": null,
"public_repos": 68,
"account_age_days": 4623
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "0.15.2",
"kind": "patch",
"published_at": "2026-07-21T16:59:51Z"
},
{
"tag": "0.15.1",
"kind": "patch",
"published_at": "2026-07-08T15:11:48Z"
},
{
"tag": "0.15.0",
"kind": "minor",
"published_at": "2026-07-02T12:37:26Z"
},
{
"tag": "0.13.0",
"kind": "minor",
"published_at": "2026-06-24T09:25:36Z"
},
{
"tag": "0.12.0",
"kind": "minor",
"published_at": "2026-06-22T10:10:03Z"
},
{
"tag": "0.11.1",
"kind": "patch",
"published_at": "2026-06-10T10:24:46Z"
},
{
"tag": "0.10.0",
"kind": "minor",
"published_at": "2026-05-25T21:11:12Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2026-05-18T19:53:48Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2026-05-12T08:46:30Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2026-05-06T20:16:16Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2026-04-21T08:42:02Z"
},
{
"tag": "0.5.2",
"kind": "patch",
"published_at": "2026-04-15T16:20:16Z"
},
{
"tag": "0.5.1",
"kind": "patch",
"published_at": "2026-04-14T22:18:43Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2025-10-16T15:52:46Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2025-10-03T18:43:41Z"
},
{
"tag": "0.3.3",
"kind": "patch",
"published_at": "2025-05-01T14:57:30Z"
},
{
"tag": "0.3.2",
"kind": "patch",
"published_at": "2025-03-13T22:54:42Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2025-03-03T10:00:40Z"
},
{
"tag": "0.1.20",
"kind": "patch",
"published_at": "2024-12-12T14:13:50Z"
},
{
"tag": "0.1.19",
"kind": "patch",
"published_at": "2024-11-05T12:04:23Z"
},
{
"tag": "0.1.18",
"kind": "patch",
"published_at": "2024-10-28T13:14:02Z"
},
{
"tag": "0.1.17",
"kind": "patch",
"published_at": "2024-09-12T16:34:22Z"
},
{
"tag": "0.1.16",
"kind": "patch",
"published_at": "2024-08-07T11:32:04Z"
},
{
"tag": "0.1.13",
"kind": "patch",
"published_at": "2024-05-17T23:31:29Z"
},
{
"tag": "0.1.12",
"kind": "patch",
"published_at": "2024-05-17T09:08:34Z"
}
],
"recent_commits": [
{
"oid": "eb1180dcfc8c06f9d99958cd53c7cd285c49a7b0",
"body": null,
"is_bot": false,
"headline": "Regression fixture for per-segment null decode (#52)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-21T16:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a53a8f0d05c923a9b6a94f655c034efc70c2d01",
"body": "_ColumnDecoder applied the null adjustment per-column (IsNullable)\ninstead of per-segment (SS.has_nulls). Any nullable dictionary-encoded\ncolumn split across multiple VertiPaq segments (roughly >1M rows) can\ndecode bit-packed rows to the dictionary entry adjacent to the correct\none, and swap real nu\n[…]\nrs). After this fix all\naffected files decode with 0 invariant violations (decoded max ==\ndeclared max, null id present iff has_nulls), and previously-wrong\nrows now match the source database exactly.",
"is_bot": false,
"headline": "Fix off-by-one bit-pack base for nullable dictionary segments (#52)",
"author_name": "Lohit Jagarlamudi",
"author_login": "LohitJaga",
"committed_at": "2026-07-21T16:49:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "afc8015e5aff82a408a187298cf83ede6e14cade",
"body": null,
"is_bot": false,
"headline": "sample cache.abf",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-14T16:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4616ed4e8432165eb7fb35a9875936c4a29225f8",
"body": "* Fix the API for xlsx with Empty dataframes\n\n* test for empty data frames\n\n* be specific about Empty dataframes in docstrings\n\n* ensure model closed\n\n* default column-less empty frame\n\n* [test] column-less empty frame + closing model\n\n* update docs on column-less empty frame defaults",
"is_bot": false,
"headline": "Resolving API inconsistencies across different endpoints (#51)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-08T15:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16683bba68c62e50a254e1d2bcea5f4b75653ab3",
"body": null,
"is_bot": false,
"headline": "sync up from README api",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-08T10:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee0676586f631847b609b60f4b9d678f7edfa72a",
"body": "* bounded streaming pipeline\n\n* strings_as_categorical + iter_table\n\n* iter_table test\n\n* new API strings_as_categorical + iter_table\n\n* read STORED zip DataModel\n\n* free seeks with pread\n\n* Direct mmap of the STORED DataModel zip member\n\n* mmap optimizations version bump\n\n* no more OOM explorations",
"is_bot": false,
"headline": "Memory optimization (#50)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-02T12:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dd8bada418c7105ee19bbf0d5f1d68e1e268b95",
"body": "* aggregations query with details view and surface via new API\n\n* refresh policy fix for older schemas\n\n* OLS + Perspectives friendly endpoint\n\n* update gitignore\n\n* bump the version because of API",
"is_bot": false,
"headline": "aggregations query with details view and surface via new API (#49)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-07-01T20:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361ad16128c1fcb6417ab9c8e8c786eda3d77b74",
"body": "* live connection exceptions\n\n* DataMashup parser\n\n* support for legacy schema < v17\n\n* unpack ABF zipless envelope\n\n* partition aware metadata dedupe\n\n* multi partition decoder concatenation\n\n* multi partition test and docs\n\n* multi partition metrics\n\n* multi partition table test + automatic data type for calculated columns\n\n* picking up metrics from logs",
"is_bot": false,
"headline": "Support for DataMashup parsing from legacy format (#48)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-24T09:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3f1655355954d8001f0075a2439827343f77c8",
"body": null,
"is_bot": false,
"headline": "live connection exceptions (#47)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-22T10:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae857a80e28f1d47b8d425ceacb4435173a76029",
"body": null,
"is_bot": false,
"headline": "Empty and legacy schema support (#46)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-17T20:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3265f683083355ee8eb5d42bbe2158f70726f295",
"body": null,
"is_bot": false,
"headline": "Excludes relationships pointing to hidden Auto Date/Time tables",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-10T10:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b13e2a91ac3730bab1d6164e161c94d0e9b3dac",
"body": "* on_disk mmap decompression\n* Metadata (DAX, TMSCHEMA_*, etc.) is loaded lazily on first access, so simply opening a file is cheap.\n* `get_table(name, columns=[...])` decodes only the listed columns.",
"is_bot": false,
"headline": "Large models (on-disk loading) (#45)",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-10T09:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "decdb6be60b98833eb5ffb6d9340f5dcfc9a135f",
"body": null,
"is_bot": false,
"headline": "expand definition with multi threaded struct",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-06-03T13:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ed80aedea236c69615a9623e6d5d237ef9676a",
"body": "Refactor for clearly distinguish between XLSX and PBIX path",
"is_bot": false,
"headline": "Merge pull request #42 from Hugoberry/xlsx-pbix",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-25T21:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5deec3eab8602bf50b78500a91c676758476824a",
"body": "Add get_data for Power Pivot xlsx files",
"is_bot": false,
"headline": "Merge pull request #41 from Hugoberry/xlsx-get-data",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-18T19:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23cc818684d77a18b09f2f9cd0c52432c8000bdd",
"body": null,
"is_bot": false,
"headline": "coerce to an all-NaT series",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-18T15:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd67e9442c2c60d1438a7e79088745b61dc4890",
"body": null,
"is_bot": false,
"headline": "exception messaging around special cases",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-18T15:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3822304f439a396d6337fe0a46ca00a21438a7b",
"body": null,
"is_bot": false,
"headline": "fall back to datetime64[s] resolution which covers up to year 9999",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-18T15:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a74cac2ae1ed8b932b7ca2528dcdffbd50fae04",
"body": null,
"is_bot": false,
"headline": "diagnostics for Date sentinel",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-18T13:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83358532955d6e18e383b2cbb5e5f699da2d186e",
"body": null,
"is_bot": false,
"headline": "updating docs",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-15T15:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5881a30badb0e30532ec56a56cd41751c3a36d97",
"body": null,
"is_bot": false,
"headline": "xmhuffman v0.3.0+ decodes a whole page inside one `with nogil:` block",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-15T15:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca44a718a8983c45506a5999a4ab502a7a2c382c",
"body": null,
"is_bot": false,
"headline": "wire in the v0.2.0 xmhuffman new params charset_mode / charset_byte",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-15T11:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9290c31aafdff6b03bcd892801d34c718b57596f",
"body": null,
"is_bot": false,
"headline": "35x-51x prformance boost by switching to xmhuffman",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-15T08:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e90d2eb108a3f589f7be68fba88ea42ab3cb4b76",
"body": "Performance",
"is_bot": false,
"headline": "Merge pull request #40 from Hugoberry/performance",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-12T08:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b02381f5fc93b12cc9de370dcf1aa4697ebe067a",
"body": null,
"is_bot": false,
"headline": "library map",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T23:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c4a743ff832cfa918b6cc71ef1f0f2e1edd840",
"body": null,
"is_bot": false,
"headline": "collapse repetition in XmlMetadataSource",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T23:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f0415437bcb7491eed829a25cf009fcc132f9b",
"body": null,
"is_bot": false,
"headline": "push segment-meta lookup behind MetadataSource",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T23:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0af0b6de4099b265ddc10b96417cb4d683aaf31",
"body": null,
"is_bot": false,
"headline": "normalize schema_df across metadata sources;",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T23:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ed150f5b6e1ebc20ec241034a49d6126bb71e12",
"body": null,
"is_bot": false,
"headline": "rename internals for clearer pbix/xlsx separation",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T22:56:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c171e5b2f88652051efa332b7a52f805a2f2a123",
"body": null,
"is_bot": false,
"headline": "delete xpress8 and point to cython version",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T22:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf7d1d4442aa43dd63ac986ac0b92ed083119f05",
"body": null,
"is_bot": false,
"headline": "agents file",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T22:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7052e58c9dc974b827adf8c58d25a296d3b7566",
"body": null,
"is_bot": false,
"headline": "bump to 0.9.0 addind xlsx data retrieval support",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T20:31:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a637da440518783ca6e619d3892cf632b9ae129",
"body": null,
"is_bot": false,
"headline": "dealing with garbage in segment entry",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T20:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0460b3295e8761730edcc3aa20e2ea8c3f8394",
"body": null,
"is_bot": false,
"headline": "ignore the Open Specs",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T19:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b791afb646b6430ddb3806980a65f564491a4f52",
"body": null,
"is_bot": false,
"headline": "first pass +test",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T19:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e3fc11f7efef8f602980bb281c1de9bd7c9703",
"body": null,
"is_bot": false,
"headline": "vertipaq xlsx sample",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T15:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c40668b29319d5afb88130fc00efed35acffb9a",
"body": null,
"is_bot": false,
"headline": "add the spec",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-11T15:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4a9b832df41cfab05679c4ed9ebd375a4454b4",
"body": null,
"is_bot": false,
"headline": "power pivot sample envelope",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-10T22:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c875cc94ef6dfcd169c3b991480f56be7e2ac934",
"body": null,
"is_bot": false,
"headline": "bump perf improved version",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-10T14:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "894d3f72588eeb303924bb9a850b9fbe92b1981f",
"body": "Updated file extension and documentation for ABF XPress9 format.",
"is_bot": false,
"headline": "Change file extension from idf to abf",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-07T08:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "552a23685c0cb5fa6bfc683dbe16f93ca29e822d",
"body": null,
"is_bot": false,
"headline": "xpress9 Kaitai definition",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-07T08:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5faf8721f8a6b4e96385d200144d699d0204e27",
"body": null,
"is_bot": false,
"headline": "numpy and buffers",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T21:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa13c88d367561dd96eb9b28e23e4b5424d0b623",
"body": "Addressing the issue of multi-segment table that were either truncated to 2^20 rows or failing with a parsing error from IdfMetaParser.\n\nAdded modified idfmeta.ksy used for IdfMetaParser generation",
"is_bot": false,
"headline": "Merge pull request #39 from Hugoberry/segments",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T20:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90fe8d14cdf8bd3b133185cf68bafd68d6b2bdf8",
"body": null,
"is_bot": false,
"headline": "bump the package version",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T19:49:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51d7b801f896a605e276a4b03928e9719fec3a6",
"body": null,
"is_bot": false,
"headline": "test + additional loop for segments",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T19:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4b3190e9e3a150cbd54c9764d19f7ac6fcd1a5",
"body": null,
"is_bot": false,
"headline": "add bit_width at segment level",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T16:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a5973df45de8d80591c4e36e096dd6b9c732354",
"body": null,
"is_bot": false,
"headline": "generate new idfmeta parser",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T15:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c563a807017bafe34c5a3802ccad2c8573995f9",
"body": null,
"is_bot": false,
"headline": "enhanced idfmeta",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T15:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b10d2d5ea8fc06ad14a3f52247a9245ec51db899",
"body": null,
"is_bot": false,
"headline": "sample multi segment file with idfmeta ksy",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-05-06T15:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49a6273fbc5ed492d00f264dfe4d0611873516a0",
"body": "Perfect TMSCHEMA section.",
"is_bot": false,
"headline": "Update TMSCHEMA section in README",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-21T08:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acaf90d1233123961a1c3d1e8fc7f7726f60b8d0",
"body": "Expanding the API with TMSCHEMA DMV like endpoints",
"is_bot": false,
"headline": "Merge pull request #36 from Hugoberry/schema-expand",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-21T08:40:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78703693ad0975580a6f0fc1b652febe9a3b1d2c",
"body": null,
"is_bot": false,
"headline": "loging sqlite exceptions",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T20:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6a5dd160ced1be12dca7752cd884d4490f0834a",
"body": null,
"is_bot": false,
"headline": "resolve warning",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T16:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c87956a9b2c03c529c4a40a59a6dbcd30eeba6",
"body": null,
"is_bot": false,
"headline": "test date time columns for metadata queries",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T16:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edcae74344317afff510cf1e7857889e4077efff",
"body": null,
"is_bot": false,
"headline": "tmschema prefix++",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T16:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd219d3dad74bca6cce3e3e9690f21e37e021d19",
"body": null,
"is_bot": false,
"headline": "rewire the test",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T15:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e898b427321b1b65019f73cc3c0d029f247b7b",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into schema-expand",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T15:19:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41cda0eb4319a4dcbb153a10e03320c9ce859ec",
"body": null,
"is_bot": false,
"headline": "tests and docs",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T15:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "751e5e6cbf01c8f5735ac0e4348e75971d388ec0",
"body": null,
"is_bot": false,
"headline": "adding TMSCHEMA_* stubs + unify datetime conversion",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-20T15:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c42e45062bf0e7e9e5a331dc40b04105aa42e31b",
"body": "Porting tests from duckdb-pbix-extension",
"is_bot": false,
"headline": "Merge pull request #35 from Hugoberry/testing",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-16T11:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d5195bcfa0c95ff747c5fbbc6082df30edbb437",
"body": null,
"is_bot": false,
"headline": "git submodules ignore=dirty because of README le",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-16T11:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dcf4919bde77c7f0b0bd859087f2a5316b2d370",
"body": null,
"is_bot": false,
"headline": "test harness based of MS and Packt samples",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-16T11:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c8a9de63d124ba8dfd11682fee2a64f3b0a8f95",
"body": null,
"is_bot": false,
"headline": "port tests from duckdb extension",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-16T10:34:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219ce834d7ec342bafe725aeca4c15cf33a5a543",
"body": null,
"is_bot": false,
"headline": "move KSY around",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T20:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac8b70e989d83a401b260c8ceff0f819cbba6473",
"body": null,
"is_bot": false,
"headline": "spec for all of the DMVs",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T20:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da9844a0fcac0ead03b53c641d03e1305ef7d81",
"body": null,
"is_bot": false,
"headline": "add existing schema",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T20:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97994172968111cec70ca76b76202e6bc806145d",
"body": "Constant column",
"is_bot": false,
"headline": "Merge pull request #34 from Hugoberry/constant-column",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T16:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f1c4c93749207ae50b9d57775d972155a9972e",
"body": null,
"is_bot": false,
"headline": "bump the version",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T15:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffc416ef296e1ef2e60effb716129cb8d1f19a28",
"body": null,
"is_bot": false,
"headline": "test the empty columns bugfix",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T15:24:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad3599ce0ec4697523b248911e9fd811dcbcd98",
"body": "…dge-case dtypes)",
"is_bot": false,
"headline": "falls back to the raw Series if the cast fails (defensive guard for e…",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T15:14:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c9498e581ed298ed545180478fe2818275694c",
"body": null,
"is_bot": false,
"headline": "no HIDX nor Dictionary -> Must be empty",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-15T14:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd8511f6f38e94805c243d11761daef43999241",
"body": "…Q_0x000aba91\n\nCharacter set type identifier eq 0x000aba91",
"is_bot": false,
"headline": "Merge pull request #33 from Hugoberry/character_set_type_identifier_E…",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T22:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5a1671f9fd2339f9d8b48f9afa6fd111e9bd0e",
"body": null,
"is_bot": false,
"headline": "charset logic reverse",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T22:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41531a34c18a7996ff74cd70ab1d4d8b16f7f942",
"body": null,
"is_bot": false,
"headline": "be explicit about _HUFFMAN_CHARSET_BASED and silent bug in pandas",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T21:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c145055eec4cc132a8e8c156a8af83cd119e55d",
"body": null,
"is_bot": false,
"headline": "test",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T21:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc979ddb2697316ff7051f8348f2f899a688b518",
"body": null,
"is_bot": false,
"headline": "fix the decompression algo",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T20:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1197e0eb0bf99531449d22e0516f6fcb3861a40d",
"body": null,
"is_bot": false,
"headline": "generating new dictionary",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2026-04-14T20:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d01449d1c3d28745ae847db0b264b4df11aaf948",
"body": null,
"is_bot": false,
"headline": "removed empty df",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T16:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "276a68b99d32beefde3834dc9aa60486ecf11bde",
"body": null,
"is_bot": false,
"headline": "model call",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T15:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a2b6c964d9d0c66009432b12a0f80fb3f378dc4",
"body": "XLSX",
"is_bot": false,
"headline": "Merge pull request #30 from Hugoberry/xlsx",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T15:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b4cb4b857175c87560e25c9206a330c33195a5",
"body": null,
"is_bot": false,
"headline": "cleaner",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T15:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5060548d1b6ed97b666566acb6b2798038535bc",
"body": null,
"is_bot": false,
"headline": "cleanup",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T15:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af113886754401ed1b0d54f823f0075f5c9d891c",
"body": null,
"is_bot": false,
"headline": "readme note",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T15:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b558b72aa68a27ae0f98e837bd992014f66594ec",
"body": null,
"is_bot": false,
"headline": "better relationships management",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T14:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "688972cc3327379fc6b416f7108331a6dac5bfde",
"body": null,
"is_bot": false,
"headline": "getting better stats",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T13:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cea22a0b4f3fae1c33e0fad3a20a5948f2d4926",
"body": null,
"is_bot": false,
"headline": "sorting out the date time and column mapping",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T13:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86638f0356aac0186bb1416d640796bcbb2e6db4",
"body": null,
"is_bot": false,
"headline": "xml_metadata_handler rely on xldm module",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T12:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b154c7fc98b35486d20129398ae24ce74963715c",
"body": null,
"is_bot": false,
"headline": "source and namespaces",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T10:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cd5d54d5f7c6b0b2df5b11081f8c6125de7b54",
"body": null,
"is_bot": false,
"headline": "improve import",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-16T09:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82bef771b1489c413d3f57d71fb7a03402ea95ba",
"body": null,
"is_bot": false,
"headline": "namespaces in other classes",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-15T15:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b59361fb0c365ff4644109372018a4a12622378",
"body": null,
"is_bot": false,
"headline": "namespaces bug",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-15T14:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a633086bff6c17f81c849ff3014f365ce83981",
"body": null,
"is_bot": false,
"headline": "refactor and test xldm",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-15T10:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f929843ab650230524672352bebba2b71b1fb90",
"body": null,
"is_bot": false,
"headline": "gitignore",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-14T22:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d9970b1b07a2dcb02d02307c39cd6bb3af8ebb",
"body": null,
"is_bot": false,
"headline": "add xldm spec definitions",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-14T22:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88394d84f194296c7e69bd4d83f6fdd9686c7e7d",
"body": null,
"is_bot": false,
"headline": "adding more xml files to the queue",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-14T17:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463091753ae87b8b192b65ff637ae3918a1b7556",
"body": null,
"is_bot": false,
"headline": "idf+dictionary files",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-13T22:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da035a6fbdd40e0c90519665c5bd6fe4a7db1850",
"body": null,
"is_bot": false,
"headline": "adding xlsx branch",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-09T20:46:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38849c73857f05b36bc7ba53afd4a2dea52259de",
"body": null,
"is_bot": false,
"headline": "format the xml",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-08T21:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a274ea8b2914970d1bfa091e01de53fd93d7ef",
"body": null,
"is_bot": false,
"headline": "xlsx extraction",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-07T21:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c58fe558bbde0bd22921055493d364d4dc827d8",
"body": null,
"is_bot": false,
"headline": "initial run for xl/model/item.data",
"author_name": "Igor Cotruta",
"author_login": "Hugoberry",
"committed_at": "2025-10-07T21:18:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 25,
"commits_last_year": 103,
"latest_release_at": "2026-07-21T16:59:51Z",
"latest_release_tag": "0.15.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 15,
"days_since_latest_release": 0,
"mean_days_between_releases": 8.4
},
"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": "pbixray",
"exists": true,
"license": "MIT",
"keywords": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/pbixray/",
"is_deprecated": false,
"latest_version": "0.15.2",
"repository_url": "https://github.com/Hugoberry/pbixray",
"versions_count": 29,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 188901,
"first_published_at": "2024-05-17T08:48:22.234288Z",
"latest_published_at": "2026-07-21T17:00:46.473238Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 20,
"stars": 136,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-05",
"count": 1
},
{
"date": "2026-04-22",
"count": 2
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 20,
"total_forks": 20
},
"star_history": {
"days": [
{
"date": "2024-05-17",
"count": 3
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-20",
"count": 2
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-10-07",
"count": 3
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-25",
"count": 1
},
{
"date": "2025-01-26",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-21",
"count": 2
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-01",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-15",
"count": 2
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-04",
"count": 2
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-15",
"count": 2
},
{
"date": "2025-07-16",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-08-22",
"count": 1
},
{
"date": "2025-08-27",
"count": 2
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-09-30",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-23",
"count": 2
},
{
"date": "2025-10-28",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-18",
"count": 1
},
{
"date": "2025-11-22",
"count": 2
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-22",
"count": 2
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-17",
"count": 2
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 2
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-22",
"count": 3
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-01",
"count": 2
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 136,
"total_stars": 136
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 55645,
"source_files_sampled": 65,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 15715
},
"dependencies": {
"manifests": [
"requirements.txt",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 8,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "apsw",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "icecream",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "kaitaistruct",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pandas",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "xmhuffman",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "xpress8",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "xpress9",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 0,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 27,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 23,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Hugoberry",
"commits": 170,
"avatar_url": "https://avatars.githubusercontent.com/u/6012338?v=4"
},
{
"type": "User",
"login": "LohitJaga",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/129121868?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.994
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish.yml"
],
"has_docs_dir": true,
"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": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"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 1/16 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": "30 commit(s) and 4 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": 10,
"reason": "packaging workflow 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "eb1180dcfc8c06f9d99958cd53c7cd285c49a7b0",
"ran_at": "2026-07-21T17:01:39Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Hugoberry/pbixray",
"host": "github.com",
"name": "pbixray",
"owner": "Hugoberry"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 42,
"vitality": 84,
"community": 60,
"governance": 61,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 103,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 15
},
"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": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "103 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 103
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 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": 100,
"inputs": {
"releases_count": 25,
"latest_release_tag": "0.15.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 8.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "25 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 25
}
}
],
"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 ~8.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.4
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 20,
"stars": 136,
"watchers": 7,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "136 stars",
"points": 34.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 136
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "20 forks",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 20
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": "excellent",
"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": 88,
"inputs": {
"packages": [
"pbixray"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 188901
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "188,901 downloads/month across pypi",
"points": 70.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 188901,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.994
},
"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 99% of commits",
"points": 0.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 27,
"open_issues": 0,
"closed_issues": 23,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/29 decided PRs merged",
"points": 35.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 29
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/16 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 64,
"inputs": {
"followers": 184,
"owner_type": "User",
"is_verified": null,
"owner_login": "Hugoberry",
"public_repos": 68,
"account_age_days": 4623
},
"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": "184 followers of Hugoberry",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 184,
"login": "Hugoberry"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "68 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 68
}
},
{
"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": [
"pbixray"
],
"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": "29 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 29
}
}
],
"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": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"pbix",
"powerbi",
"vertipaq"
],
"has_wiki": false,
"homepage": "https://www.pbixray.com/docs",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.pbixray.com/docs",
"points": 15,
"status": "met",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.2
},
"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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 1/16 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": "30 commit(s) and 4 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 detected",
"points": 5,
"status": "met",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 2
},
"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": 40,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.18,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 15715
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md"
}
}
],
"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": "18 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 55645,
"source_files_sampled": 65,
"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/65 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 65,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "notebooks"
}
}
],
"max_points": 40
}
]
}
],
"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": [
"deps.dev does not index pypi:pbixray@0.15.2; 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-21T17:02:05.093868Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/Hugoberry/pbixray.svg",
"full_name": "Hugoberry/pbixray",
"license_state": "standard",
"license_spdx": "MIT"
}