Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3465,
"has_wiki": true,
"homepage": "https://jiffyclub.github.io/palettable/",
"languages": {
"Python": 691816
},
"pushed_at": "2025-08-23T21:23:36Z",
"created_at": "2012-07-20T17:38:45Z",
"owner_type": "User",
"updated_at": "2026-07-20T19:22:06Z",
"description": "Color palettes for Python",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "http://penandpants.com",
"name": "Matt Davis",
"type": "User",
"login": "jiffyclub",
"company": "@populus-ai ",
"location": "Bay Area, California",
"followers": 398,
"avatar_url": "https://avatars.githubusercontent.com/u/920492?v=4",
"created_at": "2011-07-17T04:12:43Z",
"is_verified": null,
"public_repos": 88,
"account_age_days": 5483
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.3.3",
"kind": "patch",
"published_at": "2023-04-19T23:12:30Z"
},
{
"tag": "v3.3.2",
"kind": "patch",
"published_at": "2023-04-16T20:31:04Z"
},
{
"tag": "v3.3.1",
"kind": "patch",
"published_at": "2023-04-06T03:51:55Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2019-09-07T23:33:14Z"
},
{
"tag": "v3.1.1",
"kind": "patch",
"published_at": "2018-05-14T14:54:41Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2017-09-02T05:22:11Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2017-02-21T05:24:02Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2015-05-01T05:08:53Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2015-03-07T04:36:01Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2014-09-19T03:58:14Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2013-10-11T04:38:52Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2013-04-10T01:03:49Z"
}
],
"recent_commits": [
{
"oid": "de1760e713a27ee65631e2b981293e9c5e03bb34",
"body": null,
"is_bot": false,
"headline": "Update Python versions for testing",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2025-08-23T21:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339a45c347d34383aeb8fb3d8415d9631affb82c",
"body": "* Update GitHub Actions\r\n* Cancel existing GitHub Action runs when a new push happens\r\n* Set minimum Python version as 3.8 in macOS (arm64)\r\n * 3.7 is not available for arm64",
"is_bot": false,
"headline": "Support Python 3.12 (#58)",
"author_name": "Jongsu Liam Kim",
"author_login": "appleparan",
"committed_at": "2024-05-22T02:33:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c7ea27bb7aca306520b41d45a8dd91af3d23d8",
"body": null,
"is_bot": false,
"headline": "document how to use this in plotly (#42)",
"author_name": "Kolen Cheung",
"author_login": "ickc",
"committed_at": "2024-05-16T22:03:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492e1ee4d1299d9b07cb04ae260b98f626067542",
"body": null,
"is_bot": false,
"headline": "Add Plotly color map (#55)",
"author_name": "Jongsu Liam Kim",
"author_login": "appleparan",
"committed_at": "2024-05-16T21:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "988deb03cc06020e30de1cd8f0369c9a6554efd5",
"body": "* Update Fabio Crameri's Scientific Colour Maps to 8.0\r\n\r\nVia https://www.fabiocrameri.ch/colourmaps/\r\n\r\n* Add qualitative colormaps\r\n\r\n* Add docs for qualitative scientific colour maps",
"is_bot": false,
"headline": "Update Fabio Crameri's Scientific Colour Maps to 8.0 (#54)",
"author_name": "Jongsu Liam Kim",
"author_login": "appleparan",
"committed_at": "2023-07-15T17:23:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6cabac27020015666a3042731e487bfc4dafaf",
"body": "The asterisk is needed or submodules won't be included in some\r\ncases.",
"is_bot": false,
"headline": "Fix missing asterisk (#52) (#53)",
"author_name": "Sandro",
"author_login": "penguinpee",
"committed_at": "2023-06-26T23:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4831c5d88cc773a5bc907565cb40b290f6e2667",
"body": "Not having the include, will include docs, scripts and tests\r\noutside the palettable namespace as well.",
"is_bot": false,
"headline": "Only include palettable module in wheel (#52)",
"author_name": "Sandro",
"author_login": "penguinpee",
"committed_at": "2023-06-04T21:43:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9346900801aa79ae6fbd3298d2c8b7c8ddfd7210",
"body": null,
"is_bot": false,
"headline": "Fix readme badge link",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-19T23:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec78eddc5b7ea4a4fd841ec85db8792ab2d677c9",
"body": null,
"is_bot": false,
"headline": "Update setup config to pyproject.toml (#49)",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-17T00:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba792e85f3e3160389d941eac75677021f220592",
"body": "* Drop explicit support for EOL Python versions\r\n\r\nSee https://devguide.python.org/versions/.\r\n\r\n* Update brewermap test for Python 3\r\n\r\nMostly using unittest.mock.\r\n\r\n* Add Github Actions config for CI\r\n\r\n* Update README badges",
"is_bot": false,
"headline": "Adding a Github Actions CI Config (#48)",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-16T23:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8e163d15412bfef5d521b34afc33448514282b",
"body": null,
"is_bot": false,
"headline": "Update changelog for version 3.3.2",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-16T20:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76cf0e4fe2109ffa5ee8a8bff4b4d8d942bbdeb3",
"body": "Explicitly listing supported python versions, including\nPython 3.11, ahead of dropping support for EOL Python\nversions to make testing easier.",
"is_bot": false,
"headline": "Add python_requires metadata",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-16T20:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ee1b09823eaab2f25fad559f2259f489117220",
"body": null,
"is_bot": false,
"headline": "Post-release version bump",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-06T04:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12509bd4dc7a73a2c2c2610a779078463c1f2556",
"body": "Write colorbrewer palettes to .py file and remove setuptools dependency",
"is_bot": false,
"headline": "Merge pull request #46 from wch/remove-setuptools",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2023-04-06T02:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12e557830e81b0c3b6633626590c9e06ed1ba28",
"body": null,
"is_bot": false,
"headline": "Write colorbrewer palettes to .py and remove setuptools dependency",
"author_name": "Winston Chang",
"author_login": "wch",
"committed_at": "2023-04-01T02:52:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7df1908b4e946aa8805b4c9aa7a3bf7717887f7a",
"body": "Add setuptools as a runtime dependency",
"is_bot": false,
"headline": "Merge pull request #40 from asottile/patch-1",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2021-10-25T00:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b20cdca13647941deaaa2c4b15cdb9c56b234add",
"body": "This package relies on `pkg_resources` (provided by `setuptools`) at runtime: https://github.com/jiffyclub/palettable/blob/768d5ef8d14437d4bffa27afb96e4990c919a25d/palettable/colorbrewer/colorbrewer.py#L7\r\n\r\nan alternative implementation would be to move to `importlib.resources` (and/or the `importlib-resources` backport)",
"is_bot": false,
"headline": "Add setuptools as a runtime dependency",
"author_name": "Anthony Sottile",
"author_login": "asottile",
"committed_at": "2021-10-19T19:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "768d5ef8d14437d4bffa27afb96e4990c919a25d",
"body": null,
"is_bot": false,
"headline": "Update Python versions in TravisCI config",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-09-07T23:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d932b08dd579706debfa5d1932ff97661aeb9e43",
"body": "Via http://www.fabiocrameri.ch/colourmaps.php.\n\nCloses #27.",
"is_bot": false,
"headline": "Adding Fabion Crameri's Scientific Colour-Maps",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-09-07T23:15:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f380183f33afdda65b00dfed4444f8160dc8b75",
"body": null,
"is_bot": false,
"headline": "Update Wes Anderson palettes with Isle of Dogs",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-09-07T18:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e12590d3fe504c2fc22b138f87abace3d49fa28b",
"body": null,
"is_bot": false,
"headline": "Post release version bump to 3.3.dev.0",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-07-11T23:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4382f2a3e2e8af81d5b7f50429a78ed91820e1ad",
"body": null,
"is_bot": false,
"headline": "Update change log",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-07-11T23:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afac83f6f0775cdf69cf86115ee6a7e842eb411d",
"body": "- Drop Python 2.6 and 3.3\n- Fix a test\n\nSquashed commit of the following:\n\ncommit 6ee2c9b1612ce5a89828df133f669d5adae476bc\nAuthor: Matt Davis <jiffyclub@gmail.com>\nDate: Thu Jul 11 17:58:26 2019 -0500\n\n Drop testing/support on Python 2.6 and 3.3\n\ncommit 28eab880fd1e97c7b888afc5c7987b60d7512630\n\n[…]\n\n Update license date\n\ncommit c780163e27d3a577feb9bc416dbd387b342016d4\nAuthor: Matt Davis <jiffyclub@gmail.com>\nDate: Thu Jul 11 17:56:36 2019 -0500\n\n Fix spacing in test_print_maps_sequential",
"is_bot": false,
"headline": "Fixing up CI",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-07-11T23:04:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "602202680f11527006b1514504cdae3865949018",
"body": "Source: http://geog.uoregon.edu/datagraphics/color_scales.htm\n\nAs started in #30 by @dcherian.\nCloses #30 and #26.\n\nSquashed commit of the following:\n\ncommit 27d3d1dae6ac1bf13003e8327222165f34c44305\nAuthor: Matt Davis <jiffyclub@gmail.com>\nDate: Thu Jul 11 17:41:46 2019 -0500\n\n Update .gitignor\n[…]\ngths to color maps, (e.g. BlueOrange8_4)\n\ncommit 565d1c02c2e53a4b59b5f09a4ba2876c71c30cd9\nAuthor: dcherian <dcherian@mit.edu>\nDate: Fri Mar 1 08:45:46 2019 -0800\n\n Add Light & Bartlein colormaps.",
"is_bot": false,
"headline": "Add Light & Bartlein colormaps",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-07-11T22:44:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29b73ad0d4a3b7955a558acda84b8c9ad29af375",
"body": "DOC Update ax.set_color_cycle into ax.set_prop_cycle",
"is_bot": false,
"headline": "Merge pull request #31 from TomDLT/TomDLT-patch-1",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2019-06-22T22:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d971b3b87149941fe80d1d98ff9d2738b12ccd82",
"body": null,
"is_bot": false,
"headline": "DOC Update ax.set_color_cycle into ax.set_prop_cycle",
"author_name": "Tom Dupré la Tour",
"author_login": "TomDLT",
"committed_at": "2019-05-14T18:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da089978fadc7a94d2a05cd075ac0ecc99cd5476",
"body": null,
"is_bot": false,
"headline": "Make sure license is included in the distribution.",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2018-05-14T14:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e19ad22eaa272d88f02288e6cda851c17a8e594",
"body": null,
"is_bot": false,
"headline": "fixes for the cartocolor docs",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-02T06:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bcd7bc71d8c16a3b4503d252c6f28212b119aff",
"body": null,
"is_bot": false,
"headline": "post-release version bump",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-02T05:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4402af8f436624df3928e93bbb560c286c477c45",
"body": "[ci skip]",
"is_bot": false,
"headline": "Update change log for v3.1.0 release",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-02T05:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b785a75a46d10a649cd6f5febb712431b58d050b",
"body": "restore palettable functionality on OS X if Python is no framework",
"is_bot": false,
"headline": "Merge pull request #16 from poke1024/master",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-01T05:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92790599913741694b80b98aac7092a1e1cc1a1b",
"body": "adding cartocolors palettes",
"is_bot": false,
"headline": "Merge pull request #21 from andy-esch/add-cartocolors",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-01T05:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2b2bb669017dac607c945cea3f2244a2c99d037",
"body": "- ipython >= 6 doesn't support Python 2, gotta pin to 5.x.\n- Need a more recent version of pypy2\n- Add pypy3 tests\n\ntry some more recent pypy versions (plus pypy3)",
"is_bot": false,
"headline": "Try to fix ipython and pypy versions for travis",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-09-01T05:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6452a1a2e3ebd680afc623ac674ff8d5a7c6f05",
"body": null,
"is_bot": false,
"headline": "adds test to capture new exception and evenly_spaced sampling",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-29T17:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9cdea83e39625b3fce76b99de0dff1aff4ba3e7",
"body": null,
"is_bot": false,
"headline": "derp - fix order of operations",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-29T15:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a6652d8db8fc3620f0e32ffd4843592b299a60c",
"body": null,
"is_bot": false,
"headline": "adds check for length of palette vs requested palette",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-29T15:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dea2e4ef7cf549c20143016050b6bcb5b4a81b0",
"body": null,
"is_bot": false,
"headline": "adds cartocolors to docs",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-15T14:38:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeeed6e4ad0d9dc958e71a606e374eb17d8e7fbd",
"body": null,
"is_bot": false,
"headline": "adds qualitative tests",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-15T14:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9215bbf4e02155956921cb14129189089cfce049",
"body": null,
"is_bot": false,
"headline": "first pass at qualitative palettes",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-15T13:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c80cbe93acee7fb4ad2b75658e3622af9dee2ae",
"body": null,
"is_bot": false,
"headline": "update docstrings for modules",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T16:54:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edad0e8f4c40f483ea9351808c1997d40371321d",
"body": null,
"is_bot": false,
"headline": "rename ag palettes to conform to rest of palettable naming conventions",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T16:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c442bd752138f9a453e7d98eb01430d336be339",
"body": null,
"is_bot": false,
"headline": "rever to old behavior in favor of renaming scheme",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T16:29:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d369aa00aafa5ca3ee046b1d3b94dcd142adc7b",
"body": null,
"is_bot": false,
"headline": "test on proper palette",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T16:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100061cb55fe583b9e5695430aa734eeb78c59ac",
"body": null,
"is_bot": false,
"headline": "fix typos",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T16:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b07e6374001d896cf12d3ce6cc3a1341f63c95",
"body": null,
"is_bot": false,
"headline": "removes data files",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T15:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f639b4c3ed820c1adcc74cd5747c4193e681430a",
"body": null,
"is_bot": false,
"headline": "adds accessiblity test for cartocolors",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T15:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e34b73b6b5b9f909a21ebb481e1a624c4582cc9",
"body": null,
"is_bot": false,
"headline": "adds tests for diverging and sequential",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T15:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1518b7f3e384d8f3d24dfb054ecb276ac34d6a",
"body": null,
"is_bot": false,
"headline": "moves to cmocean format",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-03T15:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4140a1f0c2575e27fb7af4b2b244cd19e6618e8c",
"body": null,
"is_bot": false,
"headline": "first pass getting cartocolors in",
"author_name": "Andy Eschbacher",
"author_login": "andy-esch",
"committed_at": "2017-08-02T21:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d97c30e7c497db0b51c92c1919dbb801e6c512b",
"body": null,
"is_bot": false,
"headline": "update Makefile, document building docs",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-24T05:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd33ef71caaab8c02f54121858616ebd6d97ee6",
"body": "Wasn't automatically added earlier because it matches a .gitignore rule.",
"is_bot": false,
"headline": "Add cmocean index.md doc file",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-22T05:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3893715652a3b4f334625984a8268b32ef7cbc8c",
"body": null,
"is_bot": false,
"headline": "post-release version bump",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-21T05:41:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ce5830483ad08119a7a7ebbb5fbc67f52c55ac",
"body": null,
"is_bot": false,
"headline": "update change log",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-21T05:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d92fd5bde93533ace6c71231cb4f659b21c3f987",
"body": null,
"is_bot": false,
"headline": "link to wes anderson palettes blog from docs",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-21T05:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75110077bae6b48f4a2b242b4c632e5fc7728a6b",
"body": "For consistency with the rest of palettable.",
"is_bot": false,
"headline": "Change wes anderson palette .wap_url to .url",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-21T05:20:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18185771026d86de16e57c23b87c21e4c83b19e6",
"body": null,
"is_bot": false,
"headline": "update docs to add cmocean, matplotlib, mycarta",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-21T05:07:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eecf513e0516737e4d54d78b689a80dec3a602a",
"body": "There was a lot of duplication across the matplotlib, mycarta, and cmocean\nmodules that refactored into the utils module.",
"is_bot": false,
"headline": "Big refactor to reduce code duplication",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-20T22:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9b8f973f449f190d6133a2b33735bc456f156a",
"body": "Matplotlib 2.0 drops support for python 2.6 and 3.3.",
"is_bot": false,
"headline": "Pin matplotlib<2.0 for python 2.6 and 3.3",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-12T06:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "466147afe959617091f47fa438f2f77a4cfe717b",
"body": null,
"is_bot": false,
"headline": "fix top-level import of cmocean",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-12T06:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b057e390f69939cd4de3e8c8a5f0bf5d30f1756",
"body": null,
"is_bot": false,
"headline": "add absolute_import imports where missing",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-12T06:01:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42bb3b81bd3692af1afb2e3c6b0ac9c674492e7",
"body": "See http://matplotlib.org/cmocean/ for more info.",
"is_bot": false,
"headline": "Add cmocean palettes",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2017-02-12T05:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b1a6e729497edb57adc4719296ac0a806d85c43",
"body": null,
"is_bot": false,
"headline": "test exceptions in n_to_indices",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-20T06:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c0b45a90b3af13164643ad1b0a9ef177dd14fd8",
"body": null,
"is_bot": false,
"headline": "fix format strings for py 2.6",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-20T06:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "932aacb0c84756dc61a0d10f18802e6bde40f03c",
"body": "round behaves differently in Python 2 vs. 3, so I implemented\na stand-in round function for use on Python 2 that behaves the same\nas the round in Py 3 (but only for positive numbers being rounded\nto integers).",
"is_bot": false,
"headline": "Update utils for consistent behavior in Py2/3",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-20T06:11:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b70696e5b10c4ea973d07f95f9d591642d51a61d",
"body": null,
"is_bot": false,
"headline": "remove pypy3 from travis, IPython doesn't install",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-20T05:16:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ca105bda60f2ad858d3bf83b33d66896007c21",
"body": null,
"is_bot": false,
"headline": "add python 3.5 and pypy3 to travis",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-20T05:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2399bfa7ad450523b3e3a7cd53bdb2dc80722dec",
"body": "Palettes taken from https://mycarta.wordpress.com/color-palettes/.",
"is_bot": false,
"headline": "Add 3 mycarta palettes",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-19T05:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc1bc67cc00aec36d5ce78e108a66bdbae705f4",
"body": "Adds Plasma, Magma, Inferno, and Viridis as described at\nhttps://bids.github.io/colormap/.",
"is_bot": false,
"headline": "Add new matplotlib colormaps",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-19T05:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c2c97f2c048bcd1bc8226a5bd019942da17dc9",
"body": null,
"is_bot": false,
"headline": "Comment fix in wesanderson module",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-19T04:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52165b69a23f46c68088054b2a1b27b2da7d6c4a",
"body": null,
"is_bot": false,
"headline": "Add .cache to .gitignore",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-19T04:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f497c2455f429f6223d309b96718d33561142f",
"body": "utils.evenly_spaced_values wraps utils.n_to_indices to\nretrieve values from a list at evenly spaced indices.",
"is_bot": false,
"headline": "Utility function for getting values from evenly spaced indices",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-19T04:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "febe7ee2970641e00e39ca9332305db430549f0f",
"body": null,
"is_bot": false,
"headline": "Set a string constant in wesanderson.py",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-18T23:45:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffea7f2c12c153d27232ad22a19d78a907eabdf7",
"body": "utils.n_to_indices is very similar to numpy.linspace, but the\nresults are always rounded to the nearest integer for use as indices.",
"is_bot": false,
"headline": "Utility for creating an \"evenly\" spaced set of indices",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-18T23:43:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54372d733293bb4743e699061b17aca48eaa4b2",
"body": null,
"is_bot": false,
"headline": "add new Wes Anderson palettes",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2016-12-17T23:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59ec8248de59d5450d18663a5d1b331496f9cd6a",
"body": null,
"is_bot": false,
"headline": "restores palettable functionality on OS X if Python is no framework",
"author_name": "Bernhard Liebl",
"author_login": "l1ebl",
"committed_at": "2016-08-24T08:39:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ca166e8eb81797a5417d637f8d0b4901d4dbd0",
"body": null,
"is_bot": false,
"headline": "use shields.io for badges, pypip.in is down",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-07-11T16:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6202080837efc6ce55d9c040ffa73b47cb6795",
"body": null,
"is_bot": false,
"headline": "post-release version bump",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T05:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "313bd241b949eedb465cb31cd6893ac4d8eb7a22",
"body": null,
"is_bot": false,
"headline": "fix a typo'd RGB value in wes anderson palettes",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T05:04:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3093c8f0dfa8e05565a0e6757b931658bf24acd9",
"body": null,
"is_bot": false,
"headline": "tests of installed palette accessibility",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T04:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe685d13ecec878dd0c6de54c52d6e0961a59a0",
"body": null,
"is_bot": false,
"headline": "import cubehelix sub-package to the root level",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T04:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ddc4b34cfade3e6f4d47347acd8ed042333e078",
"body": null,
"is_bot": false,
"headline": "specify python versions in setup.py",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T04:49:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e959ad2358cdf4ebe0c0431d698a5e41a977ca6",
"body": "[ci skip]",
"is_bot": false,
"headline": "update change log with cubehelix",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T04:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbca618cff9f542f67526097040601d2424d293",
"body": null,
"is_bot": false,
"headline": "New Wes Anderson palettes",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-05-01T04:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4977de6ac311c7917eac1df7887099e857cc92",
"body": "Port of @jradavenport's cubehelix module\r\n\r\nOriginal at https://github.com/jradavenport/cubehelix.",
"is_bot": false,
"headline": "Merge pull request #13 from jonathansick/cubehelix",
"author_name": "Matt Davis",
"author_login": "jiffyclub",
"committed_at": "2015-04-30T17:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493a2907e8bc79e944572ac6144cdb23c2dcf214",
"body": "The cubehelix doc page discusses both the pre-made palettes and has\nsection showing how to make cubehelix palettes.",
"is_bot": false,
"headline": "Docs for cubehelix",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-30T16:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0b83c13f5e5b48117fb4fa9652092cd506cd75",
"body": null,
"is_bot": false,
"headline": "Protect test_make_map_reversed for no numpy",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-30T15:11:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952d798bba9f162cab4e62bb2f6725931543350d",
"body": null,
"is_bot": false,
"headline": "Test Cubehelix.make(reverse=True)",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-30T15:08:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889bd1a3d866eab8eccfe6e70d2eeccaa902efb7",
"body": "The pre-made cubehelix maps now conform to the palettable standard for\n{name}_{n}[_r] naming._\n\nAlso update demo notebook to reflect new names and number of colors in a\npre-make color map.",
"is_bot": false,
"headline": "Cubehelix palettes have _16 appended to name.",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-30T14:59:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a7601e4cca3b7bb85d8ff1749468a00976b299a",
"body": "Since the number of colors will be specified in a maps's name, it\ndoesn't make sense to support this functionality.",
"is_bot": false,
"headline": "Rollback ability to have n argument in get_map",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-30T14:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53148553ef3fd2ca3792e77f1160d28f0920787d",
"body": "Accurate docstrings for both the class __init__ and for the make\nclassmethod now.",
"is_bot": false,
"headline": "Update cubehelix docstring",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-29T14:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "542a165c95fb39a5e58654e800379ddd738dc032",
"body": "All the pre-built maps use 16 colors, and I'm not sure it makes sense to\nbuild maps with different numbers of colors. Thus get_map() has no\nexplicit n keyword arg. But so that it won't fail I simply print out the\nthe user arguments there were supplied but unused. This will let the API\ngracefully change in the future.",
"is_bot": false,
"headline": "cubehelix.get_map() does not use n arg",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-29T14:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f31753d96c76a230191043dcc4309aedfea8c7",
"body": "A failure in the index lookup actually raises a ValueError, so now we\nproperly re-raise it as a KeyError to conform to the API.",
"is_bot": false,
"headline": "cubehelix.get_map() raises KeyError",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-29T13:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c2c8a024c04e0a326f02be46eefade40c7e113d",
"body": "Covers print_maps() and KeyError raised by get_map.",
"is_bot": false,
"headline": "Complete the cubehelix test coverage",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-29T13:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0c8afd1ce12b8b9b1bbafa067b99a0b7de78c2",
"body": null,
"is_bot": false,
"headline": "Test to ensure hexcodes are well-formed",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-29T13:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b2e56bc8cc5f740131385bc20187f6b603ef46",
"body": null,
"is_bot": false,
"headline": "Add Cubehelix Demo notebook",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-28T23:07:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f695437c36fb8fe034df6cebbc2720dbd166519d",
"body": "Introduce a HAVE_NPY module variable to indicate the ability to import\nnumpy for cubehelix and raise an except if Cubehelix.make() is called\nwithout numpy in the environment.\n\nAlso skip tests where numpy is needed but not available.",
"is_bot": false,
"headline": "Deal with no numpy for pypy for cubehelix",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-28T22:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b79fdc11a3dc3cd7673aab0b209b911bf338e1df",
"body": "The default palettes are changed from 256 colors to 16, and the RGB\nvalues are baked into the module.\n\nCubehelix now takes a sequence of RGB colors, like the other Palettable\nsubclasses. The `make` class method does the cubehelix algorithmic\ncalculations to generate a Cubehelix instance.\n\nAlso changed from OrderedDict to regular dictionaries with a palette_names\nlist for ordering. This fixes Python 2.6 compatibility.",
"is_bot": false,
"headline": "Store RGB, class method generates colors",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-28T21:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b567b5dc5919559244e8c6dc9b92aa622b2e7546",
"body": "This solves the hex encoding issue and should also fix Python 3 issues.",
"is_bot": false,
"headline": "Coerce color array to list of lists",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-27T02:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84d274486712470fb10c4cad39514faeb94bff4c",
"body": null,
"is_bot": false,
"headline": "Basic tests for cubehelix",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-26T23:56:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a7e2f185b14c16241c57b35ebf6384ad91b8a03",
"body": "Instead of hard-coding colours in, like for the Brewer and Tableau\npalettes, here it makes sense to hard code just the parameter\ndictionaries. I'm also using an OrderedDict rather than having two\nseparate name and value arrays to maintain order while also keeping data\ntogether.\n\nget_map() instantiat\n[…]\n which is appropriate for continuous color maps.\n\nAdded several prebuilt maps from @jradavenport's original implementation\ndocs and from\nhttp://nbviewer.ipython.org/gist/anonymous/a4fa0adb08f9e9ea4f94",
"is_bot": false,
"headline": "Add cubehelix presets and palette access functions",
"author_name": "Jonathan Sick",
"author_login": "jonathansick",
"committed_at": "2015-04-26T23:56:04Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 1,
"latest_release_at": "2023-04-19T23:12:30Z",
"latest_release_tag": "v3.3.3",
"releases_from_tags": true,
"days_since_last_push": 331,
"active_weeks_last_year": 1,
"days_since_latest_release": 1188,
"mean_days_between_releases": 348.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "palettable",
"exists": true,
"license": null,
"keywords": [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Visualization"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/palettable/",
"is_deprecated": false,
"latest_version": "3.3.3",
"repository_url": "https://github.com/jiffyclub/palettable.git",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2015-03-07T04:39:41.682805Z",
"latest_published_at": "2023-04-19T23:13:35.864782Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1188
}
]
},
"popularity": {
"forks": 79,
"stars": 814,
"watchers": 24,
"fork_history": {
"days": [
{
"date": "2012-10-30",
"count": 1
},
{
"date": "2013-06-27",
"count": 1
},
{
"date": "2014-04-03",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-09-08",
"count": 1
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2015-02-15",
"count": 1
},
{
"date": "2015-03-15",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-04-10",
"count": 1
},
{
"date": "2015-04-25",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-17",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2015-12-10",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2016-11-25",
"count": 1
},
{
"date": "2016-12-11",
"count": 1
},
{
"date": "2016-12-17",
"count": 1
},
{
"date": "2017-03-31",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-12-07",
"count": 2
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-07-16",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-06-07",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
}
],
"complete": true,
"collected": 77,
"total_forks": 79
},
"star_history": {
"days": [
{
"date": "2012-07-20",
"count": 7
},
{
"date": "2013-04-10",
"count": 2
},
{
"date": "2013-05-11",
"count": 1
},
{
"date": "2013-06-01",
"count": 1
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-06-27",
"count": 1
},
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-09-26",
"count": 3
},
{
"date": "2013-09-27",
"count": 1
},
{
"date": "2013-09-28",
"count": 1
},
{
"date": "2013-09-30",
"count": 2
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-03",
"count": 1
},
{
"date": "2013-10-11",
"count": 3
},
{
"date": "2013-10-17",
"count": 4
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-10-23",
"count": 1
},
{
"date": "2013-10-26",
"count": 3
},
{
"date": "2013-10-28",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-24",
"count": 1
},
{
"date": "2013-12-25",
"count": 1
},
{
"date": "2014-01-27",
"count": 2
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-03-29",
"count": 1
},
{
"date": "2014-04-04",
"count": 1
},
{
"date": "2014-04-07",
"count": 1
},
{
"date": "2014-04-12",
"count": 2
},
{
"date": "2014-04-20",
"count": 1
},
{
"date": "2014-04-28",
"count": 1
},
{
"date": "2014-05-10",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-05-18",
"count": 1
},
{
"date": "2014-05-28",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-05",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-07-10",
"count": 1
},
{
"date": "2014-07-14",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-25",
"count": 2
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-08-07",
"count": 1
},
{
"date": "2014-08-18",
"count": 2
},
{
"date": "2014-08-20",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-03",
"count": 2
},
{
"date": "2014-09-08",
"count": 1
},
{
"date": "2014-09-26",
"count": 1
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2014-10-13",
"count": 1
},
{
"date": "2014-10-22",
"count": 1
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-12-13",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-31",
"count": 1
},
{
"date": "2015-02-06",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-02-25",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-07",
"count": 2
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-17",
"count": 2
},
{
"date": "2015-03-19",
"count": 2
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-03-26",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-04-12",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-23",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-07-06",
"count": 1
},
{
"date": "2015-07-07",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-25",
"count": 1
},
{
"date": "2015-07-27",
"count": 2
},
{
"date": "2015-07-30",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-21",
"count": 1
},
{
"date": "2015-08-31",
"count": 2
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-11-13",
"count": 2
},
{
"date": "2015-11-14",
"count": 2
},
{
"date": "2015-11-26",
"count": 1
},
{
"date": "2015-12-10",
"count": 2
},
{
"date": "2015-12-31",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-07",
"count": 1
},
{
"date": "2016-01-17",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-03-11",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-04-09",
"count": 1
},
{
"date": "2016-04-18",
"count": 1
},
{
"date": "2016-04-21",
"count": 1
},
{
"date": "2016-04-30",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-05",
"count": 1
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-06-12",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-16",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-23",
"count": 2
},
{
"date": "2016-08-24",
"count": 2
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-09-29",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-08",
"count": 1
},
{
"date": "2016-11-24",
"count": 2
},
{
"date": "2016-12-03",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-16",
"count": 2
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-15",
"count": 2
},
{
"date": "2017-01-26",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-27",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-15",
"count": 2
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-03-31",
"count": 2
},
{
"date": "2017-04-04",
"count": 2
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-06-01",
"count": 1
},
{
"date": "2017-06-02",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-28",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-23",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-28",
"count": 3
},
{
"date": "2017-07-29",
"count": 1
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-10",
"count": 2
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-18",
"count": 3
},
{
"date": "2017-09-04",
"count": 2
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-27",
"count": 1
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-10-19",
"count": 1
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-03",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-23",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-01-29",
"count": 2
},
{
"date": "2018-02-04",
"count": 2
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-13",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-05-05",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-26",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-27",
"count": 2
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-07-24",
"count": 2
},
{
"date": "2018-08-11",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-08-22",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-18",
"count": 2
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-26",
"count": 2
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-22",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-03-16",
"count": 1
},
{
"date": "2019-03-21",
"count": 2
},
{
"date": "2019-03-23",
"count": 1
},
{
"date": "2019-03-28",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-10",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-13",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-06-28",
"count": 2
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-07-12",
"count": 2
},
{
"date": "2019-07-14",
"count": 1
},
{
"date": "2019-07-31",
"count": 2
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-08",
"count": 3
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-30",
"count": 2
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-11-03",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-11",
"count": 2
},
{
"date": "2019-11-13",
"count": 2
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-12",
"count": 2
},
{
"date": "2019-12-17",
"count": 2
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2020-01-05",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-12",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-15",
"count": 2
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-19",
"count": 1
},
{
"date": "2020-02-21",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-06",
"count": 2
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-05-05",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-06-03",
"count": 2
},
{
"date": "2020-06-04",
"count": 4
},
{
"date": "2020-06-05",
"count": 3
},
{
"date": "2020-06-09",
"count": 5
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-06-19",
"count": 2
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-06-25",
"count": 2
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-03",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-16",
"count": 2
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-29",
"count": 2
},
{
"date": "2020-08-02",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2020-10-31",
"count": 1
},
{
"date": "2020-11-06",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-15",
"count": 2
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-07",
"count": 1
},
{
"date": "2021-01-08",
"count": 2
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-12",
"count": 2
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-28",
"count": 2
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-05",
"count": 2
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-03-06",
"count": 2
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-27",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-09",
"count": 2
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-05-06",
"count": 2
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-21",
"count": 2
},
{
"date": "2021-05-22",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-17",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-17",
"count": 1
},
{
"date": "2021-08-25",
"count": 2
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-19",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-05",
"count": 2
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-14",
"count": 1
},
{
"date": "2021-10-19",
"count": 2
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-11-28",
"count": 6
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-05",
"count": 2
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-20",
"count": 2
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-01-30",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-06-29",
"count": 2
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-18",
"count": 2
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-24",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-04",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-02",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-04",
"count": 2
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-21",
"count": 3
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-03-27",
"count": 2
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-01",
"count": 4
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-27",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-04",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-07-12",
"count": 2
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-27",
"count": 2
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-09-06",
"count": 2
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2023-10-03",
"count": 1
},
{
"date": "2023-10-04",
"count": 3
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-18",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-12",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-23",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-02",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-28",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-14",
"count": 2
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-12-07",
"count": 2
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2025-01-08",
"count": 2
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-05-02",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-27",
"count": 1
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-08-03",
"count": 1
},
{
"date": "2025-08-04",
"count": 1
},
{
"date": "2025-09-26",
"count": 3
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": true,
"collected": 813,
"total_stars": 814
},
"open_issues_and_prs": 21
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"notebooks"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 198007,
"source_files_sampled": 84,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.cfg"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"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": 1,
"merged_prs": 18,
"open_issues": 20,
"closed_ratio": 0.487,
"closed_issues": 19,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jiffyclub",
"commits": 164,
"avatar_url": "https://avatars.githubusercontent.com/u/920492?v=4"
},
{
"type": "User",
"login": "jonathansick",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/349384?v=4"
},
{
"type": "User",
"login": "andy-esch",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/1041056?v=4"
},
{
"type": "User",
"login": "chebee7i",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/326005?v=4"
},
{
"type": "User",
"login": "appleparan",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/156580?v=4"
},
{
"type": "User",
"login": "penguinpee",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/98259694?v=4"
},
{
"type": "User",
"login": "asottile",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1810591?v=4"
},
{
"type": "User",
"login": "l1ebl",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/254869862?v=4"
},
{
"type": "User",
"login": "embray",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/676149?v=4"
},
{
"type": "User",
"login": "ickc",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/10970208?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.745
},
"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": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 9/27 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 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": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"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": "de1760e713a27ee65631e2b981293e9c5e03bb34",
"ran_at": "2026-07-21T20:55:53Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jiffyclub/palettable",
"host": "github.com",
"name": "palettable",
"owner": "jiffyclub"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 34,
"vitality": 17,
"community": 65,
"governance": 57,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 331,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 331 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 331
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v3.3.3",
"releases_from_tags": true,
"days_since_latest_release": 1188,
"mean_days_between_releases": 348.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1188 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1188
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~348.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 348.3
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "queues_not_read",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 332,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 79,
"stars": 814,
"watchers": 24,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "814 stars",
"points": 47.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 814
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "79 forks",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 79
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "24 watchers",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 24
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 13.5,
"status": "met",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 57,
"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": 14,
"top_contributor_share": 0.745
},
"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 74% of commits",
"points": 5.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 74
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"merged_prs": 18,
"open_issues": 20,
"closed_issues": 19,
"issue_closed_ratio": 0.487,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "49% of issues closed",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 49
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "18/21 decided PRs merged",
"points": 32.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 18,
"decided": 21
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/27 approved changesets -- score normalized to 3",
"points": 4.5,
"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": 398,
"owner_type": "User",
"is_verified": null,
"owner_login": "jiffyclub",
"public_repos": 88,
"account_age_days": 5483
},
"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": "398 followers of jiffyclub",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 398,
"login": "jiffyclub"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "88 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 88
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"palettable"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 1188
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1188 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1188
}
}
],
"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": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://jiffyclub.github.io/palettable/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://jiffyclub.github.io/palettable/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/27 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 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 not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"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": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"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": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"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": [
"docs/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": "docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/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": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 198007,
"source_files_sampled": 84,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/84 source files over 60KB",
"points": 52.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 84,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"notebooks"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "notebooks",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "notebooks"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T20:56:09.451885Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jiffyclub/palettable.svg",
"full_name": "jiffyclub/palettable",
"license_state": "custom",
"license_spdx": null
}