JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 4176,
"has_wiki": true,
"homepage": null,
"languages": {
"Shell": 1067,
"Erlang": 357885,
"Makefile": 1476
},
"pushed_at": "2026-05-19T14:30:53Z",
"created_at": "2010-02-11T10:32:08Z",
"owner_type": "User",
"updated_at": "2026-07-09T10:43:11Z",
"description": "Extended process registry for Erlang",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Erlang",
"significant_languages": [
"Erlang"
]
},
"owner": {
"blog": "http://ulf.wiger.net/weblog",
"name": "Ulf Wiger",
"type": "User",
"login": "uwiger",
"company": "Wiger Pilotti Unlimited",
"location": "Sweden",
"followers": 591,
"avatar_url": "https://avatars.githubusercontent.com/u/160216?v=4",
"created_at": "2009-12-01T04:58:10Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 6076
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2026-04-17T07:21:28Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2026-01-21T21:29:12Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2024-02-24T19:48:06Z"
},
{
"tag": "0.9.1",
"kind": "patch",
"published_at": "2023-05-04T15:05:50Z"
},
{
"tag": "0.9.0",
"kind": "minor",
"published_at": "2020-09-28T09:35:24Z"
},
{
"tag": "0.8.0",
"kind": "minor",
"published_at": "2018-06-03T16:57:16Z"
},
{
"tag": "0.7.0",
"kind": "minor",
"published_at": "2017-10-06T17:11:34Z"
},
{
"tag": "0.6.1",
"kind": "patch",
"published_at": "2016-09-03T23:09:09Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2014-06-16T16:31:07Z"
},
{
"tag": "0.2.17",
"kind": "patch",
"published_at": "2013-06-11T11:11:14Z"
},
{
"tag": "0.2.16",
"kind": "patch",
"published_at": "2013-03-04T16:21:57Z"
},
{
"tag": "0.2.15",
"kind": "patch",
"published_at": "2013-01-11T06:41:50Z"
},
{
"tag": "0.2.14",
"kind": "patch",
"published_at": "2012-11-01T17:59:51Z"
},
{
"tag": "0.2.13",
"kind": "patch",
"published_at": "2012-07-05T07:56:26Z"
},
{
"tag": "0.2.12",
"kind": "patch",
"published_at": "2011-09-30T07:33:25Z"
},
{
"tag": "v0.2.10",
"kind": "patch",
"published_at": "2011-08-02T13:21:38Z"
},
{
"tag": "v0.2.9",
"kind": "patch",
"published_at": "2011-07-21T09:27:07Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2011-07-20T15:21:43Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2011-05-03T21:38:51Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2011-04-26T14:59:36Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2011-04-25T14:49:22Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2011-04-20T08:56:14Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2011-04-19T21:50:01Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2011-04-18T22:35:27Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2011-04-18T16:54:37Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2011-04-18T15:58:52Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2011-04-03T09:16:50Z"
}
],
"recent_commits": [
{
"oid": "517e26d6a93af1b8335e8f3e282e4f19d184fe14",
"body": "* Create zomp version 1.2.0\n\n* ignore ebin/*.beam (zx builds)",
"is_bot": false,
"headline": "Uw bump version 1.2.0 (#204)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-04-17T07:21:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd698666ff31963f0e04b6945d0cd67393d07b6",
"body": "* fix: rewrite map literals in select match-spec bodies\n\ngproc:select/1 rewrites the user-facing variables in the match-spec\nbody (e.g. '$1' bound to the whole key) to the actual ETS expressions\nvia rewrite1/2. The recursion descended into tuples and lists but had\nno clause for maps, so any '$1' ins\n[…]\nelper functions guarded by\n-if(?OTP_RELEASE >= 24), with no-op fallbacks on older releases.\nGate t_singles_map_event behind the same guard via a map_event_tests/0\nhelper that returns [] on older OTPs.",
"is_bot": false,
"headline": "Fix issue 202 (#203)",
"author_name": "Paul Oliver",
"author_login": "puzza007",
"committed_at": "2026-04-11T16:03:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b74d6354e65136051076aaf028099cbb04e31196",
"body": "Merge zx-adaptations",
"is_bot": false,
"headline": "Merge pull request #200 from uwiger/uw-zomp-merge",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T21:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be38f2142c8cca634619d40943b269c0baf8f1e3",
"body": null,
"is_bot": false,
"headline": "bump zomp minor version",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T19:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "feb0ee03da636229bdcec790e9fe11aa29b95819",
"body": null,
"is_bot": false,
"headline": "zomp-centered version control",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T19:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd39ed8421cdac928b3b6b2311e5c36154f1ec3",
"body": null,
"is_bot": false,
"headline": "remove zompify post_hook",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T19:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4d637ebd1d297eefeaab1e8aa8ed42a962ae3f",
"body": null,
"is_bot": false,
"headline": "Add zompify script, zomp.ignore for cleaner publish",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T19:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aad6fb07afdd2efdc95e50ff69a57c1c2a3639c",
"body": null,
"is_bot": false,
"headline": "Zompify, clean out old patches",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-21T19:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4285ab24b57ce5b63291d87ceb9fdc8bc6873c71",
"body": "Support multiple clauses in select() match specs",
"is_bot": false,
"headline": "Merge pull request #199 from uwiger/uw-gproc-select",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-20T20:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05f249ce9a7e38857f2144b153a841ff96cc7d06",
"body": null,
"is_bot": false,
"headline": "Support multiple clauses in select() match specs",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2026-01-20T20:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "831b505db6c59b8b212cd6326b7326983cd604ab",
"body": "Fix SPDX license ID",
"is_bot": false,
"headline": "Merge pull request #198 from voltone/patch-1",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2025-10-12T06:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ef0421c68731a9f23e430f3a0aa4dbc9a9d3686",
"body": "\"APL\" is \"Adaptive Public License\" (and there is only a 1.0, no 2.0). The LICENSE file in the repo is \"Apache License 2.0\", which has SPDX license ID \"Apache-2.0\".",
"is_bot": false,
"headline": "Fix SPDX license ID",
"author_name": "Bram Verburg",
"author_login": "voltone",
"committed_at": "2025-03-27T09:27:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f71a37fce4d58480a742b44458e4937c77f55c5",
"body": "Found via `typos --format brief`",
"is_bot": false,
"headline": "Fix typos again (#196)",
"author_name": "Kian-Meng Ang",
"author_login": "kianmeng",
"committed_at": "2024-05-16T07:44:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862ae7921d01b363cc5bac1f86d84cc8fb59fa39",
"body": "* w.i.p. remote reg and pub/sub\r\n\r\n* Remote API, fix tests, dialyzer, edown\r\n\r\n* Add some documentation of remote ps API",
"is_bot": false,
"headline": "Remote reg and pub/sub (#173)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2024-02-24T19:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ac257fc098dc58bc44e78145dee8a45f2561b5c",
"body": "I have often observed stray timeout messages even after modifying\r\nclear_wait/1 to flush out these messages like so:\r\n\r\nclear_wait(nowait) ->\r\n ok;\r\nclear_wait({busy_wait, Ref}) ->\r\n erlang:cancel_timer(Ref),\r\n receive {timeout, Ref, _} -> ok\r\n after 0 -> ok\r\n end.\r\n\r\nThe documentatio\n[…]\ne has arrived at its destination yet.\r\n\r\nThat means getting rid of unwanted timeout messages is racy and\r\nexpensive. In this change monotonic time is used to detect timeout\r\nwhich avoids this problem.",
"is_bot": false,
"headline": "Replace timer with monotonic time in gproc_pool (#195)",
"author_name": "Leo Liu",
"author_login": "leoliu",
"committed_at": "2023-11-07T07:01:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ca45e0a97722a418a31eb1753f4e3b953f7fb1d",
"body": "Since\r\n[`rand:uniform/1`](https://www.erlang.org/doc/man/rand.html#uniform-1)'s\r\nreturn value is a number in a closed interval (`0 =< N =< Sz`), we\r\nshouldn't call it with the pool size + 1, otherwise we will get a\r\nnon-uniform distribution of results where one of the workers receive\r\nsubstantially \n[…]\n\n\r\nAfter the fix:\r\n\r\n```erlang\r\n #{<0.172.0> => 12460,<0.173.0> => 12367,<0.174.0> => 12541,\r\n <0.175.0> => 12494,<0.176.0> => 12649,<0.177.0> => 12399,\r\n <0.178.0> => 12439,<0.179.0> => 12651}\r\n```",
"is_bot": false,
"headline": "fix(gproc_pool): fix `rand:uniform/1` range (#193)",
"author_name": "Thales Macedo Garitezi",
"author_login": "thalesmg",
"committed_at": "2023-05-04T15:05:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3856e766d8cafa7f0f74eb20b11c17bb474ab3f6",
"body": "Before this change a {claim, Pool} message is left in the caller's\r\nmailbox for every timeout.",
"is_bot": false,
"headline": "Flush unwanted timeout messages from gproc_pool:claim/3 (#192)",
"author_name": "Leo Liu",
"author_login": "leoliu",
"committed_at": "2023-04-24T11:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946cf5a1e36fe860fbdb2c14f542f7f0fa35f558",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions (#191)",
"author_name": "Viacheslav Katsuba",
"author_login": "vkatsuba",
"committed_at": "2022-11-02T11:28:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fb199ed47f530180de8c0a8d6e6401e8cd3511",
"body": null,
"is_bot": false,
"headline": "Fix typos (#188)",
"author_name": "Kian-Meng Ang",
"author_login": "kianmeng",
"committed_at": "2022-01-29T09:02:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3737f2b958a5908d7a3870046ae162c5b9bf971c",
"body": "* WIP More consistent coverage for 'r' objects\r\n\r\n* Rebase, fix whitespace in context\r\n\r\n* Apply suggestions from code review\r\n\r\nAccept review comments\r\n\r\nCo-authored-by: Tino Breddin <tolbrino@users.noreply.github.com>\r\n\r\nCo-authored-by: Tino Breddin <tolbrino@users.noreply.github.com>",
"is_bot": false,
"headline": "Improved support for 'r' objects (#183)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-09-28T09:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "378bd274316f58625a687f2a60c17c2381c37610",
"body": "* Add wildcard matching in resource counters\r\n\r\n* Disallow wildcard names in 'r' objects. Add tests\r\nIf 'r' objects have a name with a '\\\\_' in the last element, things\r\ngo badly, so we disallow this. This led to key pattern checks in all\r\nfunctions that effect registrations. Also ensure that `mreg/\n[…]\n/2 only exists in OTP 23\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Tino Breddin <tolbrino@users.noreply.github.com>\r\n\r\nCo-authored-by: Tino Breddin <tolbrino@users.noreply.github.com>",
"is_bot": false,
"headline": "Add wildcard matching in resource counters (#128)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-09-18T07:12:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "112dbcbcb12d65f7ca3307237121a700f74ee3ca",
"body": "in gproc_pool:execute_claim/3. During the course of execute_claim/3 if\r\nPid dies gproc:reset_counter/1 may crash\r\n\r\n** exception error: no match of right hand side value []\r\n in function gproc:reset_counter1/1 (gproc.erl, line 1895)\r\n in call from gproc:reset_counter/1 (gproc.erl, line 1889\n[…]\n in function gen:do_call/4 (gen.erl, line 177)\r\n in call from gen_statem:call_dirty/4 (gen_statem.erl, line 598)\r\n in call from gproc_pool:execute_claim/3 (gproc_pool.erl, line 549)\r\n....",
"is_bot": false,
"headline": "Catch error from gproc:reset_counter/1 (#165)",
"author_name": "Leo Liu",
"author_login": "leoliu",
"committed_at": "2020-09-18T04:55:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f67c9bd28201c46193711cb295dc99ecdd17821",
"body": "* Ditch rebar 2, cleanup for OTP 23\r\n\r\n* rebar3 built with OTP 20\r\n\r\n* Subtle backtrace change in OTP 23",
"is_bot": false,
"headline": "Ditch rebar 2, cleanup for OTP 23 (#182)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-09-17T06:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10967c635661bd23abb7a418f4473a135a462812",
"body": "Fix function clause matching gproc_dist:mk_broadcast_insert_vals",
"is_bot": false,
"headline": "Merge pull request #177 from suexcxine/patch-3",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-09-17T05:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "572dcbd86d068d073fdad7287d1943578b7f9248",
"body": null,
"is_bot": false,
"headline": "Create FUNDING.yml",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-09-16T18:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c17a604b9c8d4df248af67d76acf442ed4cb8f8",
"body": "I met the following crash\r\n```\r\n14:28:56.141 [error] gproc_dist:747 CRASH REPORT Process gproc_dist with 1 neighbours crashed with reason: no function clause matching gproc_dist:'-mk_broadcast\r\n_insert_vals/1-fun-0-'({{{p,g,{nodename,3}},<0.1206.0>},<0.1206.0>,'cancer3@192.168.2.120'}) line 747\r\n14:\n[…]\ngproc_dist:start_link(all) at <0.2156.0> exit with reason reached_max_restart_intensity in context shutdown\r\n14:28:56.473 [info] Undefined:Undefined Application gproc exited with reason: shutdown\r\n```",
"is_bot": false,
"headline": "Fix function clause matching gproc_dist:mk_broadcast_insert_vals",
"author_name": "chenduo",
"author_login": "suexcxine",
"committed_at": "2020-01-14T03:37:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a94e1381309f7d79551be7f938459bcd4048abb1",
"body": "Fix issue #172",
"is_bot": false,
"headline": "Merge pull request #178 from kpribylov/fix/#172",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2020-01-13T14:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e87040b40f2a08d836008cf91882cc4e1b518ad",
"body": "… not supported",
"is_bot": false,
"headline": "Remove 19.1 and 19.2 otp releases from the travis configuration since…",
"author_name": "Kirill Pribylov",
"author_login": "kpribylov",
"committed_at": "2020-01-13T14:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab13a8aeaa6239b4b16149a0b14a993d5ef4de1e",
"body": null,
"is_bot": false,
"headline": "Fix issue #172",
"author_name": "Kirill Pribylov",
"author_login": "kpribylov",
"committed_at": "2020-01-13T09:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b0748d7adaf9b2243921d7e9cf320690eb0544",
"body": "gproc_pool round_robin is broken a bit #170",
"is_bot": false,
"headline": "Merge pull request #171 from abogosyan/master",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2019-04-08T06:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "175b6cc9716f53aee1460a407a870db4fd845f15",
"body": null,
"is_bot": false,
"headline": "fixed pool round_robin when one of workers is disconnected",
"author_name": "alexander.bogosyan",
"author_login": null,
"committed_at": "2019-04-04T09:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292bb206d6bbb8761d36aa093d074bc2a0ec8004",
"body": "sync with uwiger/gproc",
"is_bot": false,
"headline": "Merge pull request #1 from uwiger/master",
"author_name": "abogosyan",
"author_login": "abogosyan",
"committed_at": "2019-04-04T09:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7a1f5486c92ad34a07ddb3c4a1e9a9707763b6",
"body": "Only shrink the pool when auto_size is true",
"is_bot": false,
"headline": "Merge pull request #169 from flambard/master",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2019-04-01T06:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d219b05667e7fc5afbe58ea4e636e43dfaf2d31",
"body": null,
"is_bot": false,
"headline": "Only shrink the pool when auto_size is true",
"author_name": "Markus Flambard",
"author_login": "flambard",
"committed_at": "2019-03-31T23:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c733677eb782fd8ad8790c06fb6c075aa32fa7f",
"body": "Uw pool bad size adjustment",
"is_bot": false,
"headline": "Merge pull request #168 from uwiger/uw-pool-bad-size-adjustment",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2019-03-29T14:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7adc2a850760c25b942c58b15336858a26ec4610",
"body": null,
"is_bot": false,
"headline": "add test case to eunit",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2019-03-28T15:43:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb81de839b5d3cc4ef24eef4d4a6c911765e43c",
"body": "When removing a worker from a pool, the size of the pool could be\nadjusted down even if auto_size was disabled. This could have the\neffect that the pool couldn't be refilled with new workers.",
"is_bot": false,
"headline": "Do not adjust pool size down if `auto_size == false`. Fixes #167",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2019-03-28T15:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed37980aa895cd3643e101f36cc2c3bdf1daa7fc",
"body": "issues-161 gen_server crash with case_clause fix",
"is_bot": false,
"headline": "Merge pull request #162 from NoobsEnslaver/issues-161",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2018-09-20T07:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4715622003a9d36f42fe6fac356fc7b4587000",
"body": null,
"is_bot": false,
"headline": "issues-161 gen_server crash with badmatch fix",
"author_name": "Nikita Vorontsov",
"author_login": null,
"committed_at": "2018-09-19T13:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7397809aca0d6eb3aac6db65953752e47fb511",
"body": "update license info in .app.src",
"is_bot": false,
"headline": "Merge pull request #159 from uwiger/uw-update-app-metadata",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2018-06-03T16:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f347780862f7f4437729e841e63f0a36248d47a5",
"body": null,
"is_bot": false,
"headline": "update license info in .app.src",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2018-06-03T16:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a30b18c735a028e92837fb9d3d38de06935d862b",
"body": "Fix dialyzer issues",
"is_bot": false,
"headline": "Merge pull request #157 from paulo-ferraz-oliveira/fix/dialyzer_issues",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2018-02-10T19:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe63b8f335524c86b30b468d6c3d1ca8f85d23ca",
"body": "Fix the following 11 issues:\nsrc/gproc_pool.erl\n 455: The variable Other can never match since previous clauses completely covered the type 'false'\n 473: The call gproc_pool:try_claim(Workers::[any(),...], F::any()) will never return since it differs in the 1st argument from the success typing argum\n[…]\ntype integer()\n 538: Function execute_claim/3 will never be called\n 541: The created fun has no local return\n 578: Function clear_wait/1 will never be called\n\nAlso, the %% @ spec shows the \"true\" spec",
"is_bot": false,
"headline": "Fix misc. dialyzer errors",
"author_name": "Paulo F. Oliveira",
"author_login": "paulo-ferraz-oliveira",
"committed_at": "2018-02-10T01:30:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb3cb9e43b46267d7225425928d4bc8fbcb1446a",
"body": "It's either removing code that'll never run or adding rc to the guards :)",
"is_bot": false,
"headline": "Fix \"can never match the type\"",
"author_name": "Paulo F. Oliveira",
"author_login": "paulo-ferraz-oliveira",
"committed_at": "2018-02-10T01:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c6bc103a446fb724c78e331ecfe89787c86c098",
"body": "also reinitiate sync when elected/re-elected",
"is_bot": false,
"headline": "Merge pull request #152 from uwiger/uw-leader-reinitiate-sync",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-12-12T21:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c60e6e3662f270eabdde9e05f0022d87fd9fe646",
"body": "fix deprecated function crypt:rand_uniform",
"is_bot": false,
"headline": "Merge pull request #153 from lazycoder9/fix/deprecate_warning",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-12-12T21:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42bfd0a33d2fa57ed848bf9c294bc6a486964dc1",
"body": "Remove deprecation warning since r18",
"is_bot": false,
"headline": "Merge pull request #149 from lemenkov/r18_deprecation",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-12-12T21:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33d9fa78d08494e79c7f553c68483cd563689c8d",
"body": null,
"is_bot": false,
"headline": "fix deprecated function crypt:rand_uniform",
"author_name": "Ulugbek Tuychiev",
"author_login": "lazycoder9",
"committed_at": "2017-10-22T20:13:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006e37d8f0a767561ec44e233be159859b130e52",
"body": null,
"is_bot": false,
"headline": "increase sync wait timer (and corresp test timeout)",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T18:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25070b9de790f3854c41237b21bb829d544ef3ff",
"body": null,
"is_bot": false,
"headline": "also reinitiate sync when elected/re-elected",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T18:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4fff3b8eb14a0b09808579c3f1f87cd153b715",
"body": "changed license to Apache 2.0, rebuilt docs",
"is_bot": false,
"headline": "Merge pull request #151 from uwiger/uw-change-license",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T18:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909a8bf17762079b404de6894b2aba42a2b77743",
"body": null,
"is_bot": false,
"headline": "changed license to Apache 2.0, rebuilt docs",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T17:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cc57fc933d79b72cf2f82a6530877737c7e645",
"body": "Uw rewrite sync",
"is_bot": false,
"headline": "Merge pull request #150 from uwiger/uw-rewrite-sync",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T17:11:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c9c0cafaf0475f656edf6b41a8b56c57e60817c",
"body": "The old version used gen_leader:leader_call(), which doesn't do well\nif the leader dies, or similar things happen. The new solution calls\nthe local gproc_dist, which remembers the request and casts to the\nleader (assuming it's not itself the leader). The leader performs\nthe sync as before, then cast\n[…]\nde that the sync\nis complete. If a new leader is elected, the other nodes check\npending sync requests and re-initiate them.\n\nTimeouts, which were recently increased, returned to their previous\nvalues.",
"is_bot": false,
"headline": "Rewrite gproc_dist:sync() to hopefully be more robust",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T16:25:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61eda9b27a121e167e1c9c50f5b3de93731b1f5a",
"body": null,
"is_bot": false,
"headline": "more informative output if t_master_dies times out",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T16:20:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37adea99ea8a1deb52891e1e665e3fc77ec246c8",
"body": "[mostly cosmetic] Unused variable",
"is_bot": false,
"headline": "Merge pull request #148 from lemenkov/unused_var",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T14:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53fe032201816de727d5311debddfa45ea3541c",
"body": "Use erlang:timestamp/1 instead of (deprecated since r18) erlang:now/1.\n\nSigned-off-by: Peter Lemenkov <lemenkov@gmail.com>",
"is_bot": false,
"headline": "Remove deprecation warning since r18",
"author_name": "Peter Lemenkov",
"author_login": "lemenkov",
"committed_at": "2017-10-06T12:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68f1381acfc030a8a4142dfe39c0409d24e0a84",
"body": "Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>",
"is_bot": false,
"headline": "Unused variable",
"author_name": "Peter Lemenkov",
"author_login": "lemenkov",
"committed_at": "2017-10-06T12:41:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0357bc7a5329efbcbc5ced0fb8cac847bc3b207c",
"body": "t_sync_cand_dies() must consider all three nodes. Increased timeout",
"is_bot": false,
"headline": "Merge pull request #146 from uwiger/uw-t_sync_cand_dies",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T09:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65398be497917846e6b8de4f0f35404ec5586692",
"body": "In rare instances (esp. on Travis), gproc_dist:sync() can take longer\nthan 5 seconds. This is possibly related to the 5-second 'TAU' in\nthe gen_leader implementation. Allow for 10 seconds at least, and make\nsure the EUnit test case will wait at least that long.",
"is_bot": false,
"headline": "Increase timeout for gproc_dist:sync()",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T09:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84aa80e3d7972539d2f5d9d8b12786cd74a7c862",
"body": "timeout needs to be only around the tc itself",
"is_bot": false,
"headline": "increased test case timeout for t_master_dies()",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T08:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7fe30fbd5a6d492a6f60883f371b1d56533cae7",
"body": null,
"is_bot": false,
"headline": "Make sure t_fail_node() doesn't kill the master node.",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T07:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a31e00dfa886e722550a3b4ee49ecfa0571777fb",
"body": null,
"is_bot": false,
"headline": "t_sync_cand_dies() must consider all three nodes. Increased timeout",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-10-06T07:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "848774b02a538c3c73704a9914299653b80114be",
"body": "Exclude nodes as cluster leaders",
"is_bot": false,
"headline": "Merge pull request #136 from DerKastellan/master",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-09-07T11:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db527a54dcb5b0372db9667668f8bd6f30febba9",
"body": null,
"is_bot": false,
"headline": "updated pull request",
"author_name": "Oliver Korpilla",
"author_login": "DerKastellan",
"committed_at": "2017-09-07T08:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a822d24717cce183465744bb1717e1df577f7007",
"body": "test only 18.0 and later",
"is_bot": false,
"headline": "Merge pull request #143 from uwiger/uw-update-travis",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-09-06T15:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "425c14ee811f3a6888b6b7a3c3ca55a8c2b6d404",
"body": null,
"is_bot": false,
"headline": "test only 18.0 and later",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-09-06T14:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52ef4dfca77dd11ae72d59589a7fcd8a013b4f23",
"body": "fix demonitor + add test cases",
"is_bot": false,
"headline": "Merge pull request #142 from uwiger/uw-demonitor-bug",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-09-06T14:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15f868ecd0c511ed8219e85cd27b0352d3c9b8f0",
"body": null,
"is_bot": false,
"headline": "fix demonitor + add test cases",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2017-09-06T08:03:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ad4ef7cfa69aed76e776741e77b0d76764296f9",
"body": "…starting gproc",
"is_bot": false,
"headline": "Adding the possibility to exclude nodes from cluster leadership when …",
"author_name": "Oliver Korpilla",
"author_login": "DerKastellan",
"committed_at": "2017-07-20T11:10:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01c8fbfdd5e4701e8e4b57b0c8279872f9574b0b",
"body": "start gproc in rebar3 shell; support GPROC_DIST",
"is_bot": false,
"headline": "Merge pull request #120 from uwiger/uw-shell-config",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-12-01T08:22:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d066d82ffb783ca97941062aa3acd40ffe7ec14",
"body": "fix distributed monitor(Key, standby) when the name is not yet registered",
"is_bot": false,
"headline": "Merge pull request #111 from ten0s/master",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-12-01T08:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304cd10cbdec0770a268d4cc17f3f2fffad52706",
"body": null,
"is_bot": false,
"headline": "re-generated docs",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-09T16:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a23a933664b3cd0aa05f509abc608d7953d2737",
"body": "ensure_reg() and ensure_reg_other()",
"is_bot": false,
"headline": "Merge pull request #125 from uwiger/uw-ensure_reg",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-09T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bf3f4844f4d32056ebf93016e688dc86e5450d2",
"body": null,
"is_bot": false,
"headline": "improve badmatch output in t_follow_monitor",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-08T20:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "919c0efc21f1770bf8e372aa6ff7494a771a841a",
"body": null,
"is_bot": false,
"headline": "sync before reading everywhere",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-08T19:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff2f11cdb5915fb249a7852503d61678da16922",
"body": null,
"is_bot": false,
"headline": "wait longer in dist_tests",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-08T15:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c0d81abeda7b049e70f7dcc7c9b8bde72a910fc",
"body": null,
"is_bot": false,
"headline": "ensure_reg() and ensure_reg_other()",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-11-08T13:26:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd2718099f26607ccbaf138ed1f8f6e77290f3c",
"body": null,
"is_bot": false,
"headline": "start gproc in rebar3 shell; support GPROC_DIST",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-09-14T19:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d16f5e6d7cf616eec4395f2385e3a680a4ffc9f",
"body": null,
"is_bot": false,
"headline": "add hex.pm info to app.src",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-09-03T23:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6280c04f426473b4e0e15de559c8fc51de94d1",
"body": null,
"is_bot": false,
"headline": "regenerated docs",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-08-11T20:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f81417f608d4d231b1ec5768121fd8b8d714de7",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #116 from ugisozols/patch-1",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-08-10T18:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5402221f723fbd776e968d4bb143992a6a842c",
"body": null,
"is_bot": false,
"headline": "Fix typo.",
"author_name": "Uģis Ozols",
"author_login": "ugisozols",
"committed_at": "2016-08-10T16:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4824309eb93a947567f9936f024e99c748289d3a",
"body": null,
"is_bot": false,
"headline": "rebuilt documentation",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-07-21T21:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78db51e4d79d249559802beb7604c1ce1eb2a4db",
"body": "corrected use of verbatim notation",
"is_bot": false,
"headline": "Merge pull request #114 from uwiger/uw-fix-hex-doc-typos",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-07-21T21:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b5cac33ecaa689173581b6b6bab398e7c38f8ea",
"body": null,
"is_bot": false,
"headline": "corrected use of verbatim notation",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-07-21T21:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afb7ef334591870f13ed2856e90bff5a7df0fd66",
"body": "Add information on installing with Hex",
"is_bot": false,
"headline": "Merge pull request #106 from michalmuskala/hex",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-07-21T20:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58fb26c9c7469f89c75b81ba15a3ba0fef1f03ae",
"body": "…ered",
"is_bot": false,
"headline": "fix distributed monitor(Key, standby) when the name is not yet regist…",
"author_name": "Dmitry Klionsky",
"author_login": "ten0s",
"committed_at": "2016-05-07T18:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b75ef086d568e84ee56c390e250b7b924f2ce8",
"body": "Address issue where crashed process wasn't unregged on remote node",
"is_bot": false,
"headline": "Merge pull request #108 from uwiger/uw-unreg-inconsistency",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9e2428d0b42fa9b9785154710e7131b064be59a",
"body": null,
"is_bot": false,
"headline": "test case added, bug fixes, trace events",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efca62efd4126c2cf205727878ddddeb9fae4d07",
"body": null,
"is_bot": false,
"headline": "data mismatch in surrendered_1()",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f14bf8d5b69abc04d23dd4bc4700459457ee07",
"body": null,
"is_bot": false,
"headline": "fix faulty remove_entry() call",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdcf58c4fc0192b2d57e7515cb3e6256a9eb539d",
"body": "This was superficially due to a failed pattern-match in delete_globals(),\nbut the real issue was that the distr messages for orderly unreg and\ncleanup after exit were different. A first quick attempt at fixing\nthis didn't fix everything, so a slightly laxer test in remove_entry/3\nmade the test suite pass. However, this means that there is still a\ndiscrepancy that *might* be unsafe, and at the very least is ugly.",
"is_bot": false,
"headline": "Address issue where crashed process wasn't unregged on remote node",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1b4d3cb7c669e1a11da35d1589cbfb1a1dec5d6",
"body": null,
"is_bot": false,
"headline": "fix deletion of reverse-map entry",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ae40f382dbadacaf43146f063f8893292f9c24d",
"body": null,
"is_bot": false,
"headline": "also delete reverse mapping (delete_globals())",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0062f448e8090096b1dd55932d222e673e8ae0bf",
"body": null,
"is_bot": false,
"headline": "function_clause in delete_globals",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-05T09:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1601de7b0e28818cd92846f8033e103e5a91cb",
"body": "release claim even if claimant killed",
"is_bot": false,
"headline": "Merge pull request #110 from uwiger/uw-claim-wrapper",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-03T19:26:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58c9c3ad4276aa5dd68a276376166cdf982ddee9",
"body": null,
"is_bot": false,
"headline": "release claim even if claimant killed",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2016-04-02T09:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28dd91e3c6ae8743308115a17c5de7917d68fec3",
"body": null,
"is_bot": false,
"headline": "Add information on installing with Hex",
"author_name": "Michal Muskala",
"author_login": "michalmuskala",
"committed_at": "2015-12-20T12:26:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85d8dddf2b04690cee051994b40bfa45925f9e36",
"body": null,
"is_bot": false,
"headline": "re-generated docs",
"author_name": "Ulf Wiger",
"author_login": "uwiger",
"committed_at": "2015-12-18T21:03:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 8,
"latest_release_at": "2026-04-17T07:21:28Z",
"latest_release_tag": "1.2.0",
"releases_from_tags": true,
"days_since_last_push": 63,
"active_weeks_last_year": 5,
"days_since_latest_release": 95,
"mean_days_between_releases": 521.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": "gproc",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "hex",
"matches_repo": true,
"registry_url": "https://hex.pm/packages/gproc",
"is_deprecated": false,
"latest_version": "1.2.0",
"repository_url": "https://github.com/uwiger/gproc",
"versions_count": 10,
"total_downloads": 30780972,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 506367,
"first_published_at": "2014-08-11T18:06:15Z",
"latest_published_at": "2026-04-11T16:19:33.319804Z",
"latest_version_yanked": null,
"days_since_latest_publish": 101
}
]
},
"popularity": {
"forks": 230,
"stars": 1096,
"watchers": 52,
"fork_history": {
"days": [
{
"date": "2010-03-26",
"count": 1
},
{
"date": "2010-04-02",
"count": 1
},
{
"date": "2010-05-21",
"count": 1
},
{
"date": "2010-05-31",
"count": 1
},
{
"date": "2010-07-02",
"count": 1
},
{
"date": "2010-07-06",
"count": 1
},
{
"date": "2010-07-07",
"count": 1
},
{
"date": "2011-01-06",
"count": 1
},
{
"date": "2011-01-27",
"count": 1
},
{
"date": "2011-02-04",
"count": 1
},
{
"date": "2011-03-29",
"count": 1
},
{
"date": "2011-05-04",
"count": 1
},
{
"date": "2011-05-27",
"count": 1
},
{
"date": "2011-09-28",
"count": 1
},
{
"date": "2011-11-02",
"count": 1
},
{
"date": "2011-11-25",
"count": 1
},
{
"date": "2011-11-28",
"count": 1
},
{
"date": "2012-02-27",
"count": 2
},
{
"date": "2012-04-03",
"count": 1
},
{
"date": "2012-04-28",
"count": 1
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-07-16",
"count": 1
},
{
"date": "2012-07-18",
"count": 1
},
{
"date": "2012-08-06",
"count": 1
},
{
"date": "2012-08-18",
"count": 1
},
{
"date": "2012-09-27",
"count": 1
},
{
"date": "2012-10-08",
"count": 1
},
{
"date": "2012-10-29",
"count": 1
},
{
"date": "2012-11-27",
"count": 1
},
{
"date": "2012-12-11",
"count": 1
},
{
"date": "2012-12-30",
"count": 1
},
{
"date": "2013-01-01",
"count": 1
},
{
"date": "2013-01-09",
"count": 1
},
{
"date": "2013-01-24",
"count": 1
},
{
"date": "2013-01-25",
"count": 1
},
{
"date": "2013-01-28",
"count": 1
},
{
"date": "2013-02-04",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-05-18",
"count": 1
},
{
"date": "2013-05-30",
"count": 1
},
{
"date": "2013-06-10",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-31",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-04",
"count": 1
},
{
"date": "2014-01-20",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-06-09",
"count": 1
},
{
"date": "2014-06-19",
"count": 1
},
{
"date": "2014-07-29",
"count": 1
},
{
"date": "2014-08-27",
"count": 1
},
{
"date": "2014-08-31",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2015-02-11",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-12",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-28",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-07-28",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-09",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-24",
"count": 1
},
{
"date": "2015-12-17",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-19",
"count": 1
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-01-17",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-11",
"count": 1
},
{
"date": "2016-05-07",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-20",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-11-07",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-08-25",
"count": 1
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-10-21",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-04-27",
"count": 2
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-30",
"count": 2
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-03-04",
"count": 2
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-13",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2021-01-18",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-09-13",
"count": 1
}
],
"complete": true,
"collected": 203,
"total_forks": 230
},
"star_history": {
"days": [
{
"date": "2010-02-11",
"count": 13
},
{
"date": "2010-02-24",
"count": 1
},
{
"date": "2010-02-26",
"count": 1
},
{
"date": "2010-03-03",
"count": 1
},
{
"date": "2010-03-06",
"count": 1
},
{
"date": "2010-03-07",
"count": 1
},
{
"date": "2010-04-01",
"count": 1
},
{
"date": "2010-04-03",
"count": 1
},
{
"date": "2010-04-16",
"count": 1
},
{
"date": "2010-04-22",
"count": 1
},
{
"date": "2010-05-21",
"count": 2
},
{
"date": "2010-06-07",
"count": 1
},
{
"date": "2010-07-10",
"count": 1
},
{
"date": "2010-08-14",
"count": 1
},
{
"date": "2010-08-17",
"count": 1
},
{
"date": "2010-09-15",
"count": 1
},
{
"date": "2010-09-23",
"count": 2
},
{
"date": "2010-09-25",
"count": 1
},
{
"date": "2010-10-08",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-10-23",
"count": 1
},
{
"date": "2010-10-28",
"count": 1
},
{
"date": "2010-11-12",
"count": 1
},
{
"date": "2010-12-01",
"count": 1
},
{
"date": "2010-12-09",
"count": 1
},
{
"date": "2010-12-25",
"count": 1
},
{
"date": "2011-01-04",
"count": 1
},
{
"date": "2011-01-12",
"count": 1
},
{
"date": "2011-01-15",
"count": 1
},
{
"date": "2011-01-16",
"count": 1
},
{
"date": "2011-02-15",
"count": 1
},
{
"date": "2011-02-26",
"count": 1
},
{
"date": "2011-02-27",
"count": 1
},
{
"date": "2011-03-06",
"count": 1
},
{
"date": "2011-03-20",
"count": 1
},
{
"date": "2011-03-22",
"count": 1
},
{
"date": "2011-03-23",
"count": 1
},
{
"date": "2011-03-24",
"count": 1
},
{
"date": "2011-03-26",
"count": 1
},
{
"date": "2011-04-01",
"count": 1
},
{
"date": "2011-04-02",
"count": 1
},
{
"date": "2011-04-10",
"count": 1
},
{
"date": "2011-04-12",
"count": 1
},
{
"date": "2011-04-16",
"count": 1
},
{
"date": "2011-04-29",
"count": 1
},
{
"date": "2011-05-07",
"count": 1
},
{
"date": "2011-05-11",
"count": 1
},
{
"date": "2011-05-20",
"count": 1
},
{
"date": "2011-05-26",
"count": 1
},
{
"date": "2011-06-03",
"count": 1
},
{
"date": "2011-06-13",
"count": 1
},
{
"date": "2011-06-16",
"count": 1
},
{
"date": "2011-06-17",
"count": 1
},
{
"date": "2011-06-22",
"count": 1
},
{
"date": "2011-07-02",
"count": 1
},
{
"date": "2011-08-25",
"count": 1
},
{
"date": "2011-08-30",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-09-05",
"count": 1
},
{
"date": "2011-09-07",
"count": 1
},
{
"date": "2011-09-28",
"count": 1
},
{
"date": "2011-10-01",
"count": 1
},
{
"date": "2011-10-03",
"count": 1
},
{
"date": "2011-10-09",
"count": 1
},
{
"date": "2011-10-28",
"count": 1
},
{
"date": "2011-11-24",
"count": 1
},
{
"date": "2011-11-27",
"count": 1
},
{
"date": "2011-12-06",
"count": 1
},
{
"date": "2011-12-16",
"count": 1
},
{
"date": "2012-01-19",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-02-29",
"count": 1
},
{
"date": "2012-03-09",
"count": 1
},
{
"date": "2012-03-26",
"count": 1
},
{
"date": "2012-04-03",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-07-08",
"count": 1
},
{
"date": "2012-07-15",
"count": 1
},
{
"date": "2012-08-02",
"count": 1
},
{
"date": "2012-12-19",
"count": 1
},
{
"date": "2013-02-15",
"count": 2
},
{
"date": "2013-02-17",
"count": 2
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-03-04",
"count": 2
},
{
"date": "2013-03-06",
"count": 1
},
{
"date": "2013-03-08",
"count": 1
},
{
"date": "2013-03-14",
"count": 1
},
{
"date": "2013-03-17",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-21",
"count": 1
},
{
"date": "2013-03-24",
"count": 1
},
{
"date": "2013-03-27",
"count": 2
},
{
"date": "2013-03-28",
"count": 1
},
{
"date": "2013-03-29",
"count": 1
},
{
"date": "2013-04-01",
"count": 1
},
{
"date": "2013-04-14",
"count": 1
},
{
"date": "2013-04-19",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-03",
"count": 2
},
{
"date": "2013-05-07",
"count": 1
},
{
"date": "2013-05-09",
"count": 1
},
{
"date": "2013-05-11",
"count": 1
},
{
"date": "2013-05-14",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-16",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-05-24",
"count": 1
},
{
"date": "2013-05-27",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-05-30",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-06",
"count": 1
},
{
"date": "2013-06-07",
"count": 1
},
{
"date": "2013-06-12",
"count": 1
},
{
"date": "2013-06-19",
"count": 1
},
{
"date": "2013-06-21",
"count": 1
},
{
"date": "2013-06-22",
"count": 2
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-07-01",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-18",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-07-22",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-07-31",
"count": 2
},
{
"date": "2013-08-01",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-08-22",
"count": 1
},
{
"date": "2013-08-26",
"count": 1
},
{
"date": "2013-08-28",
"count": 1
},
{
"date": "2013-08-30",
"count": 1
},
{
"date": "2013-09-01",
"count": 1
},
{
"date": "2013-09-20",
"count": 1
},
{
"date": "2013-09-22",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-03",
"count": 1
},
{
"date": "2013-10-05",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-13",
"count": 1
},
{
"date": "2013-10-15",
"count": 1
},
{
"date": "2013-11-02",
"count": 1
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-10",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-22",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-12-02",
"count": 2
},
{
"date": "2013-12-06",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2013-12-22",
"count": 1
},
{
"date": "2014-01-04",
"count": 1
},
{
"date": "2014-01-12",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-01-22",
"count": 1
},
{
"date": "2014-01-25",
"count": 1
},
{
"date": "2014-02-05",
"count": 3
},
{
"date": "2014-02-11",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-03-05",
"count": 2
},
{
"date": "2014-03-10",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-24",
"count": 1
},
{
"date": "2014-03-25",
"count": 2
},
{
"date": "2014-03-28",
"count": 1
},
{
"date": "2014-04-03",
"count": 2
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-04-17",
"count": 1
},
{
"date": "2014-04-18",
"count": 2
},
{
"date": "2014-04-21",
"count": 3
},
{
"date": "2014-04-23",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-06-09",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2014-06-24",
"count": 1
},
{
"date": "2014-07-03",
"count": 2
},
{
"date": "2014-07-10",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-07-14",
"count": 2
},
{
"date": "2014-07-21",
"count": 2
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-07-24",
"count": 2
},
{
"date": "2014-07-29",
"count": 2
},
{
"date": "2014-08-04",
"count": 1
},
{
"date": "2014-08-07",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-12",
"count": 1
},
{
"date": "2014-09-14",
"count": 1
},
{
"date": "2014-09-20",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-15",
"count": 2
},
{
"date": "2014-10-16",
"count": 1
},
{
"date": "2014-10-20",
"count": 1
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-08",
"count": 2
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-17",
"count": 2
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2014-11-29",
"count": 1
},
{
"date": "2014-12-01",
"count": 2
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-13",
"count": 2
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2014-12-21",
"count": 1
},
{
"date": "2014-12-23",
"count": 2
},
{
"date": "2014-12-25",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2014-12-31",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-22",
"count": 1
},
{
"date": "2015-01-23",
"count": 2
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-03-16",
"count": 1
},
{
"date": "2015-03-17",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-03-30",
"count": 1
},
{
"date": "2015-04-02",
"count": 1
},
{
"date": "2015-04-04",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-04-23",
"count": 1
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-02",
"count": 1
},
{
"date": "2015-05-03",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-08",
"count": 1
},
{
"date": "2015-05-09",
"count": 1
},
{
"date": "2015-05-11",
"count": 3
},
{
"date": "2015-05-12",
"count": 3
},
{
"date": "2015-05-17",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-23",
"count": 2
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-04",
"count": 1
},
{
"date": "2015-06-05",
"count": 1
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-06-27",
"count": 1
},
{
"date": "2015-07-03",
"count": 1
},
{
"date": "2015-07-05",
"count": 1
},
{
"date": "2015-07-07",
"count": 3
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-18",
"count": 1
},
{
"date": "2015-07-19",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-17",
"count": 1
},
{
"date": "2015-08-18",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-09-08",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-13",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-10-03",
"count": 2
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-08",
"count": 2
},
{
"date": "2015-10-09",
"count": 1
},
{
"date": "2015-10-11",
"count": 1
},
{
"date": "2015-10-14",
"count": 1
},
{
"date": "2015-10-16",
"count": 2
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-10-25",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-10-28",
"count": 1
},
{
"date": "2015-10-31",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-07",
"count": 2
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-09",
"count": 1
},
{
"date": "2015-11-10",
"count": 2
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-11-14",
"count": 1
},
{
"date": "2015-11-15",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-09",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-17",
"count": 2
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2015-12-19",
"count": 2
},
{
"date": "2015-12-20",
"count": 2
},
{
"date": "2015-12-21",
"count": 2
},
{
"date": "2015-12-23",
"count": 1
},
{
"date": "2015-12-26",
"count": 1
},
{
"date": "2015-12-27",
"count": 1
},
{
"date": "2016-01-02",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-01-12",
"count": 2
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-17",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-01",
"count": 3
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-06",
"count": 1
},
{
"date": "2016-02-07",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-14",
"count": 2
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-17",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-20",
"count": 2
},
{
"date": "2016-02-22",
"count": 2
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-02-29",
"count": 3
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-04",
"count": 1
},
{
"date": "2016-03-06",
"count": 1
},
{
"date": "2016-03-08",
"count": 2
},
{
"date": "2016-03-09",
"count": 2
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-29",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-02",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-04-06",
"count": 3
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-10",
"count": 1
},
{
"date": "2016-04-15",
"count": 2
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-04-23",
"count": 2
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-17",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-05-20",
"count": 3
},
{
"date": "2016-05-22",
"count": 1
},
{
"date": "2016-05-23",
"count": 2
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-05-26",
"count": 2
},
{
"date": "2016-05-28",
"count": 1
},
{
"date": "2016-05-29",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-01",
"count": 2
},
{
"date": "2016-06-02",
"count": 2
},
{
"date": "2016-06-04",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-08",
"count": 2
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-06-19",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-06-28",
"count": 2
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-11",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-20",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-08-14",
"count": 1
},
{
"date": "2016-08-16",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-20",
"count": 1
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-08-29",
"count": 2
},
{
"date": "2016-08-30",
"count": 3
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-11",
"count": 3
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-17",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-09-20",
"count": 1
},
{
"date": "2016-09-24",
"count": 2
},
{
"date": "2016-09-25",
"count": 1
},
{
"date": "2016-09-26",
"count": 2
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-09-30",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-08",
"count": 2
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-26",
"count": 2
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-10",
"count": 3
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-12",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2016-11-27",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-10",
"count": 1
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-01-11",
"count": 2
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-21",
"count": 1
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-15",
"count": 2
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-04-27",
"count": 2
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-11",
"count": 1
},
{
"date": "2017-05-12",
"count": 1
},
{
"date": "2017-05-13",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-27",
"count": 2
},
{
"date": "2017-06-01",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-20",
"count": 1
},
{
"date": "2017-06-28",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-07-13",
"count": 2
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-15",
"count": 2
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-01",
"count": 2
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-17",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-08",
"count": 1
},
{
"date": "2017-10-10",
"count": 2
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-01",
"count": 2
},
{
"date": "2017-12-03",
"count": 1
},
{
"date": "2017-12-10",
"count": 1
},
{
"date": "2017-12-11",
"count": 2
},
{
"date": "2017-12-27",
"count": 4
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-05",
"count": 2
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-02-23",
"count": 1
},
{
"date": "2018-02-25",
"count": 2
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-01",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-04",
"count": 2
},
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-03-12",
"count": 2
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-04-26",
"count": 2
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-14",
"count": 2
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-20",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-06-10",
"count": 2
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-16",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-24",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-29",
"count": 2
},
{
"date": "2018-06-30",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-02",
"count": 2
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-20",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-02",
"count": 2
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-08",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-22",
"count": 2
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-01-29",
"count": 2
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-20",
"count": 2
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-15",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-05",
"count": 2
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-06-01",
"count": 3
},
{
"date": "2019-06-02",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-07-14",
"count": 2
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-29",
"count": 2
},
{
"date": "2019-11-03",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-02-13",
"count": 2
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-14",
"count": 2
},
{
"date": "2020-06-18",
"count": 3
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-07-21",
"count": 3
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-14",
"count": 2
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-09-23",
"count": 2
},
{
"date": "2020-10-31",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-12",
"count": 2
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-04",
"count": 3
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-23",
"count": 2
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-09",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-03-06",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-04",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-25",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-24",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-30",
"count": 2
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-29",
"count": 2
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-01-26",
"count": 3
},
{
"date": "2023-01-27",
"count": 2
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-02-09",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-03-17",
"count": 2
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-05",
"count": 2
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-07",
"count": 2
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-24",
"count": 2
},
{
"date": "2024-08-02",
"count": 2
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-10-31",
"count": 2
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2025-01-16",
"count": 2
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-08",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-13",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1096
},
"open_issues_and_prs": 40
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 77,
"open_issues": 34,
"closed_ratio": 0.667,
"closed_issues": 68,
"closed_unmerged_prs": 19
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "uwiger",
"commits": 193,
"avatar_url": "https://avatars.githubusercontent.com/u/160216?v=4"
},
{
"type": "User",
"login": "norton",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/72710?v=4"
},
{
"type": "User",
"login": "leoliu",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/406907?v=4"
},
{
"type": "User",
"login": "lemenkov",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/41835?v=4"
},
{
"type": "User",
"login": "sg2342",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/144281?v=4"
},
{
"type": "User",
"login": "suexcxine",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2110014?v=4"
},
{
"type": "User",
"login": "kianmeng",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/134518?v=4"
},
{
"type": "User",
"login": "remiq",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1617760?v=4"
},
{
"type": "User",
"login": "paulo-ferraz-oliveira",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7303768?v=4"
},
{
"type": "User",
"login": "bosky101",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/25080?v=4"
}
],
"contributors_sampled": 36,
"top_contributor_share": 0.763
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.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": 1,
"reason": "3 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"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": 6,
"reason": "Found 13/20 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"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": 10,
"reason": "project is 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "517e26d6a93af1b8335e8f3e282e4f19d184fe14",
"ran_at": "2026-07-22T01:05:54Z",
"aggregate_score": 4.3,
"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-05-19T14:32:53Z",
"oldest_open_prs": [
{
"number": 83,
"created_at": "2015-01-29T10:46:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2016-11-09T20:48:30Z",
"last_comment_at": "2016-11-10T07:48:02Z",
"last_comment_author": "uwiger"
},
{
"number": 129,
"created_at": "2016-12-13T20:59:10Z",
"last_comment_at": "2016-12-14T10:58:26Z",
"last_comment_author": "uwiger"
},
{
"number": 144,
"created_at": "2017-09-15T09:08:11Z",
"last_comment_at": "2017-09-16T06:56:42Z",
"last_comment_author": "uwiger"
},
{
"number": 163,
"created_at": "2018-11-07T17:30:54Z",
"last_comment_at": "2020-09-17T09:50:08Z",
"last_comment_author": "uwiger"
},
{
"number": 190,
"created_at": "2022-09-14T00:40:26Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-17T07:21:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 68,
"created_at": "2014-07-11T06:57:19Z",
"last_comment_at": "2021-06-29T17:24:28Z",
"last_comment_author": "uwiger"
},
{
"number": 71,
"created_at": "2014-08-19T09:39:06Z",
"last_comment_at": "2016-07-21T21:53:54Z",
"last_comment_author": "unbalancedparentheses"
},
{
"number": 72,
"created_at": "2014-08-27T19:30:36Z",
"last_comment_at": "2014-12-20T13:09:34Z",
"last_comment_author": "uwiger"
},
{
"number": 82,
"created_at": "2015-01-16T03:24:37Z",
"last_comment_at": "2015-01-21T02:31:50Z",
"last_comment_author": "erlanger"
},
{
"number": 88,
"created_at": "2015-04-19T09:48:15Z",
"last_comment_at": "2015-05-15T06:51:53Z",
"last_comment_author": "stofel"
},
{
"number": 91,
"created_at": "2015-05-21T06:52:35Z",
"last_comment_at": "2015-05-22T04:24:16Z",
"last_comment_author": "massn"
},
{
"number": 93,
"created_at": "2015-05-31T05:50:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2015-09-25T11:08:29Z",
"last_comment_at": "2015-10-29T13:22:25Z",
"last_comment_author": "ravindrapai"
},
{
"number": 99,
"created_at": "2015-10-05T12:22:59Z",
"last_comment_at": "2015-10-22T13:00:07Z",
"last_comment_author": "comtihon"
},
{
"number": 102,
"created_at": "2015-10-27T15:28:02Z",
"last_comment_at": "2015-10-28T15:38:01Z",
"last_comment_author": "uwiger"
},
{
"number": 105,
"created_at": "2015-11-05T07:09:32Z",
"last_comment_at": "2015-11-05T09:14:35Z",
"last_comment_author": "uwiger"
},
{
"number": 107,
"created_at": "2016-03-07T15:02:24Z",
"last_comment_at": "2016-09-03T23:12:59Z",
"last_comment_author": "uwiger"
},
{
"number": 109,
"created_at": "2016-04-01T19:15:29Z",
"last_comment_at": "2016-04-04T09:18:04Z",
"last_comment_author": "uwiger"
},
{
"number": 113,
"created_at": "2016-07-04T17:40:12Z",
"last_comment_at": "2016-07-04T18:35:08Z",
"last_comment_author": "uwiger"
},
{
"number": 122,
"created_at": "2016-10-21T16:11:01Z",
"last_comment_at": "2025-12-04T11:35:40Z",
"last_comment_author": "zmstone"
},
{
"number": 124,
"created_at": "2016-10-27T05:17:59Z",
"last_comment_at": "2016-10-27T07:54:28Z",
"last_comment_author": "uwiger"
},
{
"number": 127,
"created_at": "2016-11-13T10:22:48Z",
"last_comment_at": "2016-11-13T11:36:15Z",
"last_comment_author": "uwiger"
},
{
"number": 130,
"created_at": "2016-12-19T10:27:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2017-01-29T21:53:52Z",
"last_comment_at": "2017-08-14T11:04:42Z",
"last_comment_author": "uwiger"
},
{
"number": 133,
"created_at": "2017-02-17T02:29:59Z",
"last_comment_at": "2017-06-08T14:34:09Z",
"last_comment_author": "uwiger"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/uwiger/gproc",
"host": "github.com",
"name": "gproc",
"owner": "uwiger"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 75% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 41,
"inputs": {
"security": 32,
"vitality": 40,
"community": 72,
"governance": 66,
"engineering": 60,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"weighted_overall_before_jurisdiction": 55,
"overall_after_jurisdiction_multiplier": 41
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 40,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 63,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 63 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 63
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 54,
"inputs": {
"releases_count": 27,
"latest_release_tag": "1.2.0",
"releases_from_tags": true,
"days_since_latest_release": 95,
"mean_days_between_releases": 521.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 95 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 95
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~521.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 521.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": 95,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 95 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 95
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"forks": 230,
"stars": 1096,
"watchers": 52,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,096 stars",
"points": 49.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1096
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "230 forks",
"points": 19.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 230
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "52 watchers",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 52
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.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": "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": 95,
"inputs": {
"packages": [
"gproc"
],
"dependents": null,
"ecosystems": "hex",
"total_downloads": 30780972,
"monthly_downloads": 506367
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "506,367 downloads/month across hex",
"points": 76.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 506367,
"ecosystems": "hex"
}
}
],
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 36,
"top_contributor_share": 0.763
},
"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 76% of commits",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 76
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "36 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 36
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 77,
"open_issues": 34,
"closed_issues": 68,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 19
},
"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": "77/96 decided PRs merged",
"points": 30.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 77,
"decided": 96
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 13/20 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"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": 67,
"inputs": {
"followers": 591,
"owner_type": "User",
"is_verified": null,
"owner_login": "uwiger",
"public_repos": 43,
"account_age_days": 6076
},
"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": "591 followers of uwiger",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 591,
"login": "uwiger"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~16 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"gproc"
],
"ecosystems": "hex",
"any_deprecated": false,
"min_days_since_publish": 101
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on hex",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "hex"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 101 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 101
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"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": "3 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": 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": 32,
"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. High-Risk Jurisdiction Policy applies a 75% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 75
}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.3,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 75,
"security_posture_after_multiplier": 32,
"security_posture_before_jurisdiction": 43
},
"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": "3 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"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 13/20 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 fuzzed",
"points": 5,
"status": "met",
"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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "good",
"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": 75,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: contributor_organization (1)",
"points": 75,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "contributor_organization",
"count": 1,
"country": "Russia"
}
}
],
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.52,
"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": "52 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 52,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile"
],
"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": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": "critical",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"primary_language": "Erlang",
"largest_source_bytes": null,
"source_files_sampled": 0,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Erlang without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Erlang"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"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": [],
"report_type": "repository",
"generated_at": "2026-07-22T01:06:20.327356Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/uwiger/gproc.svg",
"full_name": "uwiger/gproc",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}