Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"currency",
"internation-currency",
"symbols",
"currency-symbols",
"dollar",
"rs",
"inr",
"usd",
"python",
"pypi",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 67,
"has_wiki": true,
"homepage": "https://ireel.today/v/a49c60338e",
"languages": {
"Python": 6125
},
"pushed_at": "2026-08-01T12:08:10Z",
"created_at": "2019-01-26T10:37:47Z",
"owner_type": "User",
"updated_at": "2026-08-01T10:38:27Z",
"description": ":money_with_wings: Currency symbols generator",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "https://iamarshad.me",
"name": "Arshad Kazmi",
"type": "User",
"login": "arshadkazmi42",
"company": "@smartlyio",
"location": "Berlin, Germany",
"followers": 250,
"avatar_url": "https://avatars.githubusercontent.com/u/4654382?v=4",
"created_at": "2013-06-09T14:40:02Z",
"is_verified": null,
"public_repos": 329,
"account_age_days": 4800
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2026-08-01T12:08:10Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2026-07-19T17:50:24Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2025-05-16T17:06:53Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2022-07-20T15:07:35Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2022-03-29T17:52:47Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2021-10-04T17:44:23Z"
}
],
"recent_commits": [
{
"oid": "8d73069e2e1945353c7f0bde41ba2c44affce920",
"body": "Bump version to 2.0.6",
"is_bot": false,
"headline": "Merge pull request #51 from arshadkazmi42/bump-2.0.6",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-08-01T10:38:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f26c99c5ef86d2cf0646f9153592cc655c1e524",
"body": "- 2.0.6 ships the refreshed README to the PyPI project page; no\n functional changes\n- Move the entries that shipped in 2.0.5 out of Unreleased and date\n them; add the packaging changes from #46 that were missing\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 2.0.6, backfill CHANGELOG for 2.0.5",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-08-01T10:37:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7facb49a6edeb66492b2adb3252112c4189177d",
"body": "…ctions/setup-python-7\n\nBump actions/setup-python from 6 to 7",
"is_bot": false,
"headline": "Merge pull request #50 from arshadkazmi42/dependabot/github_actions/a…",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-08-01T10:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a768803914bdbcb9afd567bccc2af0f8a6867012",
"body": "Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v6...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-python from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-08-01T03:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3396eb9379d721aaf57e47f69bebeb7b24691315",
"body": "Refresh README: live CI badge, accurate API docs, cleanup",
"is_bot": false,
"headline": "Merge pull request #49 from arshadkazmi42/readme-refresh",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T18:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a1cff50b607bc3bdbf01478d80057ae61ab2d23",
"body": "- Replace stale repo-size/last-commit badges with a live CI status badge\n- Document actual API behavior: case-insensitive input, None for\n unknown codes\n- State what the package now guarantees: Python 3.9+, typed (py.typed),\n zero dependencies\n- pip3 -> pip, python syntax-highlighted examples\n- Swap the BTC usage example (its symbol is the Thai baht sign, a known\n data quirk) for GBP\n- Link CHANGELOG and LICENSE\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Refresh README: accurate badges, current usage docs, 2026 cleanup",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:52:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bee08c77e29e24c31a5909e021c2d0aab55e5e2e",
"body": "Add manual, admin-approved PyPI publish workflow (trusted publishing)",
"is_bot": false,
"headline": "Merge pull request #43 from arshadkazmi42/publish-workflow",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6b46fb6398f88e110c0034e0c1e978fe2847f3",
"body": "Bump version to 2.0.5",
"is_bot": false,
"headline": "Merge pull request #47 from arshadkazmi42/bump-2.0.5",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82424997ca8953613c7fbf7d93f1d59deb10bea8",
"body": "Add CHANGELOG.md",
"is_bot": false,
"headline": "Merge pull request #48 from arshadkazmi42/changelog",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:42:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1163344097c6af206875e683986986207318e83b",
"body": "master has currency additions merged after the v2.0.4 release (XCG,\nZWG, ZWN, ZWR) that were never published to PyPI.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 2.0.5",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:41:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4b60144ecadd949c12d9fb4396fd28862e7dfc39",
"body": "Modernize packaging: pyproject.toml, requires-python, py.typed, __version__",
"is_bot": false,
"headline": "Merge pull request #46 from arshadkazmi42/modern-packaging",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "488a51d3b8153689551e3de543c3cc405ba329c8",
"body": "Add Dependabot for GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #45 from arshadkazmi42/dependabot-actions",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ce2be9c0f163604b10159a36aaa6c80e0cdf0d6",
"body": "Modernize CI: Python 3.9–3.14 matrix, bump actions, add packaging check",
"is_bot": false,
"headline": "Merge pull request #44 from arshadkazmi42/ci-modernization",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:40:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cda65ca5a82606ecffafacb0e48a2d3ad424bf2",
"body": "Overhaul test suite: full-map coverage, move tests out of the package",
"is_bot": false,
"headline": "Merge pull request #42 from arshadkazmi42/tests-overhaul",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5764e21494fc2b76b3d69a9741185374b5a0fc77",
"body": "Keep a Changelog format, reconstructed from git tags and PR history\nback to v2.0.1. Includes an Unreleased section for the currency\nadditions merged after v2.0.4.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CHANGELOG.md",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:28:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9d55ea4d00ff0a0f89e60659effd5703b256ee4",
"body": "…sion__\n\n- Replace legacy setup.py with PEP 621 pyproject.toml\n- Declare requires-python >= 3.9 (previously unset: pip would install\n this package on any Python, including Python 2)\n- Add py.typed marker (PEP 561) so mypy/pyright users benefit from the\n existing type hints\n- Single-source the vers\n[…]\n:: Typed\n\nVerified: python -m build + twine check --strict pass; wheel contains\npy.typed; metadata shows Requires-Python and License-Expression.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize packaging: pyproject.toml, requires-python, py.typed, __ver…",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:26:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "958de02bbf087043891975950ad88820c5d915f6",
"body": "Monthly PRs to keep workflow action versions current, so the CI and\nrelease pipelines never silently rot on deprecated runtimes again.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Dependabot for GitHub Actions updates",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:25:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "657794a27b101e9dc713bfef50d8441089e1c540",
"body": "- Test matrix 3.9-3.14 (3.8 has been EOL since Oct 2024; 3.12-3.14 are\n what most users now run and were untested)\n- Bump actions/checkout v3 -> v7 and actions/setup-python v4 -> v6\n- Add a package job that builds the sdist/wheel and runs\n twine check --strict on every push/PR, so packaging breakage is\n caught in review instead of at release time\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize CI: current Python versions, action bumps, packaging check",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:24:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "acf4cf4d8b7ef3cb50107679614bfd44ef9438ed",
"body": "- workflow_dispatch only: releases are triggered from the Actions tab,\n never automatically\n- publish job runs in the `release` environment so required reviewers\n must approve before upload\n- Uses PyPI trusted publishing (OIDC) - no long-lived API tokens\n- Guards against re-publishing an existing \n[…]\nith twine check\n- Tags and creates a GitHub release after a successful upload\n- Rewrite RELEASE.md with the new process and one-time setup steps\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add manual, admin-approved PyPI publish workflow",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:23:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "33fc12f8b63f781a99d525d60915026ae5130c16",
"body": "- Move tests from currency_symbols/test.py to tests/ so they are no\n longer shipped inside the installed package\n- Parametrize over the entire CURRENCY_SYMBOLS_MAP: every code must\n return a non-empty string (225 tests vs 1 before)\n- Add data-integrity tests: keys are uppercase 3-letter codes, map\n[…]\nitive input, unknown codes return None\n- Drop run_tests.py; plain `pytest` now discovers everything\n- Update CI and CONTRIBUTING to use `pytest`\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Overhaul test suite: full-map coverage, tests outside package",
"author_name": "Arshad",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-19T17:23:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ddfa98984b7794a39d8859f4e1b1d5be3f83f95",
"body": null,
"is_bot": false,
"headline": "remove build badge",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2026-07-07T19:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e497d1cd8ef5f33d6c77e14d720161c3e5305c9b",
"body": "Add missing currencies",
"is_bot": false,
"headline": "Merge pull request #40 from rammba/features/new-currencies",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2025-05-20T06:51:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e768a2d834d2804abe3f3d27f1a69713864894ed",
"body": null,
"is_bot": false,
"headline": "Sort currencies",
"author_name": "Radoš Milićev",
"author_login": "rammba",
"committed_at": "2025-05-19T22:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0165718347e9b47f3cc2eb4138d5275d04cf2a64",
"body": null,
"is_bot": false,
"headline": "Add Caribbean guilder and all Zimbabwean currencies",
"author_name": "Radoš Milićev",
"author_login": "rammba",
"committed_at": "2025-05-19T22:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6363708e998d95eec7da44b0cd6ccbd0bd608085",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2025-05-16T16:53:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d91a8dacc3d4e9002ff3b982122d2a1c14c2488",
"body": "update version in github action",
"is_bot": false,
"headline": "Merge pull request #39 from arshadkazmi42/fix-action",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2025-05-16T16:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c89adbbc44f880f3c6e89f3ac1f279f62f3abac",
"body": null,
"is_bot": false,
"headline": "update version in github action",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2025-05-16T16:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c278874d80d2d6c718c58651be288b601239497",
"body": "…ies-to-currency-symbols\n\nAdd missing currency symbols",
"is_bot": false,
"headline": "Merge pull request #38 from cameron-hobbs/feature/add-missing-currenc…",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2025-05-16T16:41:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "addd4af2d40c46b49c2e8679769675676a5f5576",
"body": null,
"is_bot": false,
"headline": "Add missing currency symbols",
"author_name": "Cameron Hobbs",
"author_login": "cameron-hobbs",
"committed_at": "2025-05-16T09:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f42065850e5d7fe37d749a92698b5bfad74140a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2024-09-08T17:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa753e82269061412bfb338e65a458814d26c6fe",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2024-08-31T21:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1769087705c38262d3489670f6edd07274e2c3f",
"body": "Updated pytest.yml",
"is_bot": false,
"headline": "Merge pull request #32 from Amank-root/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-10-16T10:14:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ef8fb9dceba52adc9de8bf9f4920c987080bb6",
"body": null,
"is_bot": false,
"headline": "Added event triggers in pytest.yml",
"author_name": "Aman Kushwaha",
"author_login": "Amank-root",
"committed_at": "2022-10-16T10:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd06ebba7ead28f88e8db516ea82732dc676e12",
"body": null,
"is_bot": false,
"headline": "Update pytest.yml",
"author_name": "Aman Kushwaha",
"author_login": "Amank-root",
"committed_at": "2022-10-16T09:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978c96aae2580b7afb81e245d633ccaed0f17726",
"body": null,
"is_bot": false,
"headline": "Change workflow name",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:19:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57797cffaad83c90391eff923beb2920b632e7cc",
"body": "Pytest worflow",
"is_bot": false,
"headline": "Merge pull request #29 from arshadkazmi42/pytest-worflow",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b98d910260b8cc5b16158dc27fdae0471a0cc7",
"body": null,
"is_bot": false,
"headline": "Update build badge in readme",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:17:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168dbb8a4dc72a2b5be3fab5956018d1eed84a28",
"body": null,
"is_bot": false,
"headline": "Change build name",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:17:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06fc2436ccc2f742c7a772c5b762ad4677a0608b",
"body": "Remove travis and add github workflow",
"is_bot": false,
"headline": "Merge pull request #28 from arshadkazmi42/pytest-worflow",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27af1b7121f5c2c4c410b371fcfe9b1aa933bbfd",
"body": null,
"is_bot": false,
"headline": "Remove travis and add github workflow",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-07-10T16:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f787bfe860e6078be1c9e1f611469abb60aadd18",
"body": null,
"is_bot": false,
"headline": "Create funding.yml",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-05-25T05:17:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2edf6aee88fe8101eb6e4de8c92b50797f70f9d5",
"body": "Add release documentation",
"is_bot": false,
"headline": "Merge pull request #27 from arshadkazmi42/release",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-03-29T17:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "205b85c989316a3d406422af3aa5778059aa2b7f",
"body": null,
"is_bot": false,
"headline": "Add release documentation",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-03-29T17:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70acd1b54fea8068dc6ee466a47ef83f370f2bc5",
"body": "Bump version to 2.0.2",
"is_bot": false,
"headline": "Merge pull request #26 from arshadkazmi42/bump-version",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-03-29T17:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "348692d0d8126560ca925e6d0c5855715f878f4d",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.0.2",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-03-29T17:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94c1b21d4004d0b729dd36e354cfb6abdc7590b",
"body": "[Feat] add currency symbol for KZT",
"is_bot": false,
"headline": "Merge pull request #25 from vanadium23/add-kzt-currency-symbol",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-03-29T17:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9c1468e178a44d59163b05c8d110c54528307dc",
"body": null,
"is_bot": false,
"headline": "[Test] add test for KZT currency",
"author_name": "vanadium23",
"author_login": "vanadium23",
"committed_at": "2022-03-29T17:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5fb63b543c8484d7741ccc2c52cabd660fc3c6a",
"body": "Found on Wiki: https://en.wikipedia.org/wiki/Kazakhstani_tenge",
"is_bot": false,
"headline": "[Feat] add currency symbol for KZT",
"author_name": "vanadium23",
"author_login": "vanadium23",
"committed_at": "2022-03-27T14:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89d6de8d0c0724e204a625faf413e34d060f076f",
"body": "commented out contributors section from readme",
"is_bot": false,
"headline": "Merge pull request #24 from kodi42/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-02-03T04:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c45881ff5ecf993df84848c02d2eb44a0202d08",
"body": null,
"is_bot": false,
"headline": "Removed Contributors section completely",
"author_name": "kodi42",
"author_login": "kodi42",
"committed_at": "2022-02-03T04:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6b0f021f4b9045b793967bd34ae0b0f2340133",
"body": null,
"is_bot": false,
"headline": "commented out contributors section from readme",
"author_name": "kodi42",
"author_login": "kodi42",
"committed_at": "2022-02-02T15:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c08b5aed099fa9ccd46f23b6ff949c736100be4",
"body": "Static typing, flake8 liniting, docstrings & minor improvements",
"is_bot": false,
"headline": "Merge pull request #22 from WardPearce/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2022-02-01T04:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f7345212b3c66d5a71af587aca1cef336d2668",
"body": null,
"is_bot": false,
"headline": "Added test for lowercase ISO code & updated get_symbol docstring",
"author_name": "WardPearce",
"author_login": "WardPearce",
"committed_at": "2022-02-01T03:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581ac58c21472839c8f7b10138e70d14296a1962",
"body": null,
"is_bot": false,
"headline": "Static typing, flake8 liniting, docstrings & minor improvements",
"author_name": "WardPearce",
"author_login": "WardPearce",
"committed_at": "2022-01-30T23:08:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75b25358f3088eefe1645b657e336bf526de63a4",
"body": "v2.0.1 released",
"is_bot": false,
"headline": "Merge pull request #20 from arshadkazmi42/v2.0.1",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2021-10-04T17:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fd6e3f8c7131e71a58be8b0fdf72f2a67e8f216",
"body": null,
"is_bot": false,
"headline": "v2.0.1 released",
"author_name": "Arshad Kazmi",
"author_login": null,
"committed_at": "2021-10-04T17:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1531fe121b299d0e78fb89420f90df79b74081ea",
"body": "Fix URL in setup.py, resolves #15",
"is_bot": false,
"headline": "Merge pull request #18 from loricvdt/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2021-09-24T11:18:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0253fde08a687487a54a9810d27b6aa67d5b63c4",
"body": null,
"is_bot": false,
"headline": "Fix URL in setup.py, resolves #15",
"author_name": "loricvdt",
"author_login": "loricvdt",
"committed_at": "2021-09-24T10:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b9182dc8a052687cc8a4ab02f449cc842e06991",
"body": "Fix import issues due to dash in module name and fix relative imports…",
"is_bot": false,
"headline": "Merge pull request #16 from loricvdt/import-fix",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2021-01-12T06:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4ccf828887fd0e364f79c98aa19934df0f63755",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master' into import-fix",
"author_name": "Arshad Kazmi",
"author_login": null,
"committed_at": "2021-01-12T06:17:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2bdb350575078473a3111872689bd0be0ac80dc",
"body": "File formatting and improvements",
"is_bot": false,
"headline": "Merge pull request #17 from pmatogo/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2021-01-12T05:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e06eaec7738268eded55134aa7f4d1471f2da82c",
"body": "Use one operation rather than two when lookiing up the CURRENCY_SYMOBOLS_MAP object.\n\nThe 'get' method achieves the same thing. ie it returns None if the key does not exist. See: https://docs.python.org/3/library/stdtypes.html#dict.get",
"is_bot": false,
"headline": "Use get method when looking up the CURRENCY_SYMBOLS_MAP",
"author_name": "peter.matogo",
"author_login": "pmatogo",
"committed_at": "2021-01-11T16:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f7137aa1d95aad6edc8d4510714fbeb7963011c",
"body": "I used black to resolve indentation on the list currency_symbols_map object",
"is_bot": false,
"headline": "simple file formatting",
"author_name": "peter.matogo",
"author_login": "pmatogo",
"committed_at": "2021-01-11T16:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3357d1ad8a7c0a1e54acc8d7a8db4d6a34f5fc",
"body": null,
"is_bot": false,
"headline": "Fix travis config with new directory name",
"author_name": "loricvdt",
"author_login": "loricvdt",
"committed_at": "2020-10-26T23:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b092ba0a337411c997a634aa23fdbc3f6b6a1ea",
"body": "… (should fix #14)",
"is_bot": false,
"headline": "Fix import issues due to dash in module name and fix relative imports…",
"author_name": "loricvdt",
"author_login": "loricvdt",
"committed_at": "2020-10-25T02:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc204c9ef0e1f183a72b7fc5c7a741be086a477",
"body": "Adding reference to ISO standards page",
"is_bot": false,
"headline": "Merge pull request #13 from pmatogo/iso_reference",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2020-08-26T16:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70104921da8cac6ab91e4610d158b75ff4d6679c",
"body": "Markdown formatting",
"is_bot": false,
"headline": "Updating README file",
"author_name": "peter.matogo",
"author_login": "pmatogo",
"committed_at": "2020-08-26T13:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de8511ed12664147015ab99fabf9747eeab5671",
"body": "Always a good idea to cite your references",
"is_bot": false,
"headline": "Adding reference to ISO standards page",
"author_name": "peter.matogo",
"author_login": "pmatogo",
"committed_at": "2020-08-26T13:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedca80491d3e159e1243a2c5db27497f235bc0f",
"body": "Update setup.py",
"is_bot": false,
"headline": "Merge pull request #10 from professorhaseeb/master",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2020-08-20T03:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb1fa299b50dd270307fca0344523c0a7ba1b2c1",
"body": null,
"is_bot": false,
"headline": "Update setup.py",
"author_name": "Haseeb ur Rehman",
"author_login": "professorhaseeb",
"committed_at": "2020-08-19T16:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111779bffdb621653d2d9bb162e1fb76ec67e951",
"body": "Updated contributers hof",
"is_bot": false,
"headline": "Merge pull request #9 from darien-schettler/add-hof",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-06-06T15:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "529e1faff71570afa0042973e9653de7ef009435",
"body": null,
"is_bot": false,
"headline": "Updated hof appropriately",
"author_name": "dschettler8845",
"author_login": null,
"committed_at": "2019-06-06T15:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "390e64fbec4ada1ed1cd0cff3da77d47a25fa86d",
"body": null,
"is_bot": false,
"headline": "Add linebreak",
"author_name": "dschettler8845",
"author_login": null,
"committed_at": "2019-06-06T15:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03182b2c4b13eacd97715959f813e894027266ea",
"body": null,
"is_bot": false,
"headline": "Add Line Break to Contributer HOF",
"author_name": "dschettler8845",
"author_login": null,
"committed_at": "2019-06-06T15:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d9752b278d1db24b77a82843b8ea930e8eb598",
"body": null,
"is_bot": false,
"headline": "Updated contributers hof",
"author_name": "dschettler8845",
"author_login": null,
"committed_at": "2019-06-06T15:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bf42c08e3b2529dfef812780f82b3a924be7b6",
"body": "three more usage examples added to readme(#5)",
"is_bot": false,
"headline": "Merge pull request #6 from DavidLeeR/add-examples-to-readme",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-06-06T01:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd297195af741e5ed60c32f856634d1896ee381b",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "David Ramirez",
"author_login": null,
"committed_at": "2019-06-06T01:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96cf22c28d348c9b81630d3f8fa5efc82407a24",
"body": null,
"is_bot": false,
"headline": "three more usage examples added to readme(#5)",
"author_name": "David Ramirez",
"author_login": null,
"committed_at": "2019-06-04T19:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59592da54ac47483f6788a3bd0ecd47486b4390",
"body": null,
"is_bot": false,
"headline": "Line break in readme",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-02-17T10:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8453972e591d15240b7dbfd9f7a55ab95c8cfd87",
"body": null,
"is_bot": false,
"headline": "Adds contributors in readme",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-02-05T18:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e43c754a6fcc80cc615bd826463a8d9feb509a2",
"body": null,
"is_bot": false,
"headline": "Minor changes",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-27T07:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a01ce30e389f89a9aea304c1a01a0dda749a40b5",
"body": "Updates badges",
"is_bot": false,
"headline": "Merge pull request #4 from arshadkazmi42/badges-update",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-27T07:06:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "485f16d8a1e94f2896cbd1ad1e4f893ee2f45a6d",
"body": null,
"is_bot": false,
"headline": "Updates badges",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-27T07:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a57e0d7015fa152172d31f49a6f1a52ee3d41e4",
"body": null,
"is_bot": false,
"headline": "Adds badges",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b35914897aa195e29a19aa5cf8a3cec8d9d8cc",
"body": "adds setup and contribution",
"is_bot": false,
"headline": "Merge pull request #2 from arshadkazmi42/build-deploy",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85486b8fdc6edfdd48031be1d2ec70101547b21",
"body": null,
"is_bot": false,
"headline": "adds setup and contribution",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecd1f0e73d8539b383b680a73c6d07204b6dee04",
"body": null,
"is_bot": false,
"headline": "Name updated in readme",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e123e8642a9e1665327a3cc1a980e4f88a8e36",
"body": null,
"is_bot": false,
"headline": "Updates README",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6302de09fa1c8ebff1a577c6cbe8bb9a668205d7",
"body": "Adds initial library, gitignore, travis",
"is_bot": false,
"headline": "Merge pull request #1 from arshadkazmi42/initial",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d7e2a661686a148f1ba838d02f7f34d82acc61",
"body": null,
"is_bot": false,
"headline": "travis config fix",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:16:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6da9f360fbeebcd593fc653f72d6cbfc2ddeb0",
"body": null,
"is_bot": false,
"headline": "Adds initial library, gitignore, travis",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T11:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "090b6afea63d773c529a2eb791f25a269ee6ff3d",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Arshad Kazmi",
"author_login": "arshadkazmi42",
"committed_at": "2019-01-26T10:37:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 17,
"latest_release_at": "2026-08-01T12:08:10Z",
"latest_release_tag": "v2.0.6",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 352.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "currency-symbols",
"exists": true,
"license": "MIT",
"keywords": [
"currency",
"currency-symbols",
"iso-4217",
"currency-code",
"symbols",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries",
"Typing :: Typed"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/currency-symbols/",
"is_deprecated": false,
"latest_version": "2.0.6",
"repository_url": "https://github.com/arshadkazmi42/currency-symbols",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 1983461,
"first_published_at": "2019-01-26T11:36:26.618413Z",
"latest_published_at": "2026-08-01T12:08:01.486995Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 18,
"stars": 28,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2019-06-04",
"count": 2
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-10-25",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
}
],
"complete": true,
"collected": 18,
"total_forks": 18
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"currency_symbols/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 3329,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "setuptools",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 0,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 32,
"open_issues": 1,
"closed_ratio": 0.917,
"closed_issues": 11,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "arshadkazmi42",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/4654382?v=4"
},
{
"type": "User",
"login": "pmatogo",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/356223?v=4"
},
{
"type": "User",
"login": "loricvdt",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/16069833?v=4"
},
{
"type": "User",
"login": "Amank-root",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/70597017?v=4"
},
{
"type": "User",
"login": "rammba",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/40705899?v=4"
},
{
"type": "User",
"login": "WardPearce",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/27844174?v=4"
},
{
"type": "User",
"login": "vanadium23",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2872741?v=4"
},
{
"type": "User",
"login": "kodi42",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/65002633?v=4"
},
{
"type": "User",
"login": "cameron-hobbs",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/145467344?v=4"
},
{
"type": "User",
"login": "professorhaseeb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1492888?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.771
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish.yml",
"pytest.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"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": 1,
"reason": "Found 2/15 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 11 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8d73069e2e1945353c7f0bde41ba2c44affce920",
"ran_at": "2026-08-01T12:09:16Z",
"aggregate_score": 5.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-08-01T12:08:13Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-08-01T10:38:22Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 30,
"created_at": "2022-09-30T15:07:52Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/arshadkazmi42/currency-symbols",
"host": "github.com",
"name": "currency-symbols",
"owner": "arshadkazmi42"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 54,
"vitality": 69,
"community": 63,
"governance": 66,
"calibration": "2026-08-02",
"engineering": 67,
"ai_readiness": 48,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 69,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 0.989,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v2.0.6",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 352.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~352.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 352.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 63,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 18,
"stars": 28,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "28 stars",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 28
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "18 forks",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 18
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "exceptional",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"currency-symbols"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 1983461
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,983,461 downloads/month across pypi",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1983461,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.771
},
"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 77% of commits",
"points": 5.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 77
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 11 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"merged_prs": 32,
"open_issues": 1,
"closed_issues": 11,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.917,
"closed_unmerged_prs": 7,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 38.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "32/39 decided PRs merged",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 32,
"decided": 39
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/15 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 65,
"inputs": {
"followers": 250,
"owner_type": "User",
"is_verified": null,
"owner_login": "arshadkazmi42",
"public_repos": 329,
"account_age_days": 4800
},
"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": "250 followers of arshadkazmi42",
"points": 17.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 250,
"login": "arshadkazmi42"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "329 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 329
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"currency-symbols"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 67,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"currency",
"internation-currency",
"symbols",
"currency-symbols",
"dollar",
"rs",
"inr",
"usd",
"python",
"pypi",
"hacktoberfest"
],
"has_wiki": true,
"homepage": "https://ireel.today/v/a49c60338e",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://ireel.today/v/a49c60338e",
"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": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 13 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/15 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 11 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "21 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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. 2 match(es) from contributors below the commit-weight threshold (fewer than 50 commits and under 10% of sampled commits) are recorded for review and do not affect the score.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 2
}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [
{
"role": "contributor_organization",
"count": 1,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"assessed_self_published_locations": 18
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match; 2 match(es) below the commit-weight threshold (<50 commits and <10% of commits), review-only",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
},
{
"code": "jurisdiction_below_threshold",
"params": {
"count": 2,
"share": 10,
"commits": 50
}
}
],
"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": "weak",
"name": "AI Readiness",
"value": 48,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.484,
"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": "44 of 91 human commits state their intent (structured subject or explanatory body)",
"points": 25.8,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 44,
"sampled": 91
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"currency_symbols/py.typed"
],
"agent_commit_share": 0.098,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.011
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "currency_symbols/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "currency_symbols/py.typed"
}
}
],
"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": "9 of the last 92 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 9,
"sampled": 92
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 92 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 92
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 3329,
"source_files_sampled": 5,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (currency_symbols/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "currency_symbols/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:pypi",
"weight": 6
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index pypi:currency-symbols@2.0.6; advisories assessed against the repository dependency graph instead",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-08-01T12:09:34.541318Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/arshadkazmi42/currency-symbols.svg",
"full_name": "arshadkazmi42/currency-symbols",
"license_state": "standard",
"license_spdx": "MIT"
}