{"id":2886726,"name":"python-box","ecosystem":"pypi","description":"Advanced Python dictionaries with dot notation access","homepage":"https://github.com/cdgriffith/Box","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/cdgriffith/Box","keywords_array":[],"namespace":null,"versions_count":66,"first_release_published_at":"2017-03-11T21:21:34.000Z","latest_release_published_at":"2026-02-21T16:21:59.000Z","latest_release_number":"7.4.1","last_synced_at":"2026-05-16T02:31:15.100Z","created_at":"2022-04-10T12:20:26.586Z","updated_at":"2026-05-16T02:31:15.101Z","registry_url":"https://pypi.org/project/python-box/","install_command":"pip install python-box --index-url https://pypi.org/simple","documentation_url":"https://python-box.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 5 - Production/Stable","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11","Programming Language :: Python :: 3.12","Programming Language :: Python :: 3.13","Programming Language :: Python :: 3.14","Programming Language :: Python :: Implementation :: CPython","Topic :: Software Development","Topic :: Software Development :: Libraries :: Python Modules","Topic :: Utilities"],"normalized_name":"python-box","project_status":null},"repo_metadata":{"id":18569929,"uuid":"84624509","full_name":"cdgriffith/Box","owner":"cdgriffith","description":"Python dictionaries with advanced dot notation access","archived":false,"fork":false,"pushed_at":"2026-02-21T16:20:58.000Z","size":2761,"stargazers_count":2819,"open_issues_count":36,"forks_count":121,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-05-04T20:05:53.528Z","etag":null,"topics":["addict","box","bunch","dictionaries","helper","object","pypi","python","python-box","python-library","python-types","python3"],"latest_commit_sha":null,"homepage":"https://github.com/cdgriffith/Box/wiki","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdgriffith.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-11T04:46:51.000Z","updated_at":"2026-04-26T10:23:23.000Z","dependencies_parsed_at":"2023-01-14T12:53:47.498Z","dependency_job_id":"e58ae7fa-4c00-4e5f-8514-8ef32868d5b6","html_url":"https://github.com/cdgriffith/Box","commit_stats":{"total_commits":53,"total_committers":1,"mean_commits":53.0,"dds":0.0,"last_synced_commit":"37b9181ab01a014e9ae58bfa737c78b774fd453c"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/cdgriffith/Box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdgriffith","download_url":"https://codeload.github.com/cdgriffith/Box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox/sbom","scorecard":{"id":269739,"data":{"date":"2025-08-11","repo":{"name":"github.com/cdgriffith/Box","commit":"b071107161228f32762ece8f6039b6906c2570db"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/pythonpublish.yml:1","Warn: no topLevel permission defined: .github/workflows/tests.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:93: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:105: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/tests.yml:107: update your workflow using https://app.stepsecurity.io/secureworkflow/cdgriffith/Box/tests.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:53","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:54","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:74","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:75","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:89","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:32","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:33","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:34","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:82","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:83","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:116","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:117","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:118","Warn: pipCommand not pinned by hash: .github/workflows/tests.yml:119","Info:   0 out of  14 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of  18 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":7,"reason":"3 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T13:02:33.599Z","repository_id":18569929,"created_at":"2025-08-17T13:02:33.599Z","updated_at":"2025-08-17T13:02:33.599Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32971672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"cdgriffith","name":"Chris Griffith","uuid":"3275435","kind":"user","description":"Software Engineering Team Lead","email":"","website":"http://codecalamity.com/","location":"Austin, TX","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/3275435?u=7a139255ac94c055f0af2947da5988f77649afe3\u0026v=4","repositories_count":44,"last_synced_at":"2025-10-02T08:55:58.015Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/cdgriffith","funding_links":["https://github.com/sponsors/cdgriffith"],"total_stars":4587,"followers":167,"following":22,"created_at":"2022-11-02T16:31:11.481Z","updated_at":"2025-10-02T08:55:58.015Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdgriffith","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdgriffith/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-05-14T13:55:32.371Z","dependent_packages_count":134,"downloads":7728799,"downloads_period":"last-month","dependent_repos_count":994,"rankings":{"downloads":0.24365750632818992,"dependent_repos_count":0.36676866742032793,"dependent_packages_count":0.15138655876838053,"stargazers_count":1.4702313661195718,"forks_count":4.483878477935751,"docker_downloads_count":0.6087042336918977,"average":1.2207711350440198},"purl":"pkg:pypi/python-box","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/python-box","docker_dependents_count":75,"docker_downloads_count":20382,"usage_url":"https://repos.ecosyste.ms/usage/pypi/python-box","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/python-box/dependencies","status":null,"funding_links":["https://github.com/sponsors/cdgriffith"],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-04T20:03:31.455Z","issues_count":97,"pull_requests_count":72,"avg_time_to_close_issue":14873881.22413793,"avg_time_to_close_pull_request":1661451.4615384615,"issues_closed_count":58,"pull_requests_closed_count":65,"pull_request_authors_count":21,"issue_authors_count":75,"avg_comments_per_issue":2.4123711340206184,"avg_comments_per_pull_request":1.097222222222222,"merged_pull_requests_count":56,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":8,"past_year_pull_requests_count":8,"past_year_avg_time_to_close_issue":238560.0,"past_year_avg_time_to_close_pull_request":34.0,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":8,"past_year_avg_comments_per_issue":0.25,"past_year_avg_comments_per_pull_request":0.125,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2FBox/issues","maintainers":[{"login":"cdgriffith","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cdgriffith"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/python-box/codemeta","maintainers":[{"uuid":"cdgriffith","login":"cdgriffith","name":null,"email":null,"url":null,"packages_count":7,"html_url":"https://pypi.org/user/cdgriffith/","role":null,"created_at":"2022-11-23T17:07:00.266Z","updated_at":"2022-11-23T17:07:00.266Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/cdgriffith/packages"}]}