{"id":8911100,"name":"ironpython","ecosystem":"nuget","description":"IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.\n\nThis package contains the IronPython interpreter engine.","homepage":"https://ironpython.net/","licenses":"Apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/IronLanguages/ironpython3","keywords_array":["ironpython","python","dynamic","dlr"],"namespace":null,"versions_count":42,"first_release_published_at":"2011-01-07T07:54:29.293Z","latest_release_published_at":"2024-12-20T01:43:48.890Z","latest_release_number":"3.4.2","last_synced_at":"2026-03-12T21:23:10.789Z","created_at":"2024-02-26T01:01:30.407Z","updated_at":"2026-03-12T21:23:10.790Z","registry_url":"https://www.nuget.org/packages/ironpython/","install_command":"Install-Package ironpython","documentation_url":null,"metadata":{"copyright":"© IronPython Contributors","license_info":{"type":"expression","text":"Apache-2.0","version":null},"license_url":"https://licenses.nuget.org/Apache-2.0","require_license_acceptance":false,"icon":"logo.png","readme":"README.md","repository":{"type":"git","url":"https://github.com/IronLanguages/ironpython3.git","branch":null,"commit":null},"language":"en-US","development_dependency":false,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":4,"target_frameworks":[".NETFramework4.6.2",".NETStandard2.0","net6.0","net8.0"],"total_dependencies":11}},"repo_metadata":{"id":14550692,"uuid":"17266066","full_name":"IronLanguages/ironpython3","owner":"IronLanguages","description":"Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime.","archived":false,"fork":false,"pushed_at":"2025-07-17T01:58:34.000Z","size":61760,"stargazers_count":2688,"open_issues_count":307,"forks_count":303,"subscribers_count":135,"default_branch":"main","last_synced_at":"2025-09-26T03:12:31.349Z","etag":null,"topics":["c-sharp","dlr","ironpython","python"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IronLanguages.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2014-02-27T21:50:49.000Z","updated_at":"2025-09-24T00:39:19.000Z","dependencies_parsed_at":"2024-01-18T16:17:00.968Z","dependency_job_id":"6a45d372-7b79-47b9-aabd-dbbc8a6e1305","html_url":"https://github.com/IronLanguages/ironpython3","commit_stats":{"total_commits":1315,"total_committers":36,"mean_commits":36.52777777777778,"dds":0.4349809885931559,"last_synced_commit":"e0bb6adeaed36ec75af481b4a0dbb4c9ee40e7ae"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/IronLanguages/ironpython3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronLanguages","download_url":"https://codeload.github.com/IronLanguages/ironpython3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3/sbom","scorecard":{"id":67881,"data":{"date":"2025-08-11","repo":{"name":"github.com/IronLanguages/ironpython3","commit":"c16ab3b4571d7e036117b67bb931d9ed6b9082e6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/main.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":"Maintained","score":6,"reason":"8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":6,"reason":"Found 19/30 approved changesets -- score normalized to 6","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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: 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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Binary-Artifacts","score":0,"reason":"binaries present in source code","details":["Warn: binary detected: eng/utils/NuGet/nuget.exe:1","Warn: binary detected: eng/utils/References/IKVM/IKVM.Reflection.dll:1","Warn: binary detected: eng/utils/References/Mono.Posix.dll:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-10.0-amd64.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-10.0.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-6.0.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-7.1.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-8.0.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-9.0-amd64.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/distutils/command/wininst-9.0.exe:1","Warn: binary detected: src/core/IronPython.StdLib/lib/ensurepip/_bundled/pip-18.1-py2.py3-none-any.whl:1","Warn: binary detected: src/core/IronPython.StdLib/lib/ensurepip/_bundled/setuptools-40.6.2-py2.py3-none-any.whl:1","Warn: binary detected: tests/suite/_ctypes_test_darwin_arm64.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_darwin_x86_64.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_linux_aarch64.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_linux_i686.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_linux_x86_64.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_win32.pyd:1","Warn: binary detected: tests/suite/_ctypes_test_win64.pyd:1"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v3.4.2 not signed: https://api.github.com/repos/IronLanguages/ironpython3/releases/191760201","Warn: release artifact v3.4.1 not signed: https://api.github.com/repos/IronLanguages/ironpython3/releases/111953947","Warn: release artifact v3.4.0 not signed: https://api.github.com/repos/IronLanguages/ironpython3/releases/85636895","Warn: release artifact v3.4.0-beta1 not signed: https://api.github.com/repos/IronLanguages/ironpython3/releases/65524716","Warn: release artifact v3.4.0-alpha1 not signed: https://api.github.com/repos/IronLanguages/ironpython3/releases/41615510","Warn: release artifact v3.4.2 does not have provenance: https://api.github.com/repos/IronLanguages/ironpython3/releases/191760201","Warn: release artifact v3.4.1 does not have provenance: https://api.github.com/repos/IronLanguages/ironpython3/releases/111953947","Warn: release artifact v3.4.0 does not have provenance: https://api.github.com/repos/IronLanguages/ironpython3/releases/85636895","Warn: release artifact v3.4.0-beta1 does not have provenance: https://api.github.com/repos/IronLanguages/ironpython3/releases/65524716","Warn: release artifact v3.4.0-alpha1 does not have provenance: https://api.github.com/repos/IronLanguages/ironpython3/releases/41615510"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"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":"Branch-Protection","score":3,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'main'","Warn: could not determine whether codeowners review is allowed","Warn: no status checks found to merge onto branch 'main'","Warn: PRs are not required to make changes on branch 'main'; or we don't have data to detect it.If you think it might be the latter, make sure to run Scorecard with a PAT or use Repo Rules (that are always public) instead of Branch Protection settings"],"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":"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":"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/main.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:68: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/main.yml:82: update your workflow using https://app.stepsecurity.io/secureworkflow/IronLanguages/ironpython3/main.yml/main?enable=pin","Info:   0 out of   9 GitHub-owned GitHubAction 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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 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-15T03:01:48.309Z","repository_id":14550692,"created_at":"2025-08-15T03:01:48.309Z","updated_at":"2025-08-15T03:01:48.309Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277088835,"owners_count":25758784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-26T02:00:09.010Z","response_time":78,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"IronLanguages","name":"IronLanguages","uuid":"18199","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/18199?v=4","repositories_count":20,"last_synced_at":"2024-03-25T21:59:11.420Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/IronLanguages","funding_links":[],"total_stars":5160,"followers":79,"following":0,"created_at":"2022-11-02T17:11:59.905Z","updated_at":"2024-03-25T21:59:12.720Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronLanguages","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronLanguages/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-03-12T21:23:08.827Z","dependent_packages_count":41,"downloads":12630480,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":0.40729352969595367,"dependent_repos_count":14.97801439290325,"dependent_packages_count":20.3376452392213,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":11.907651053940166},"purl":"pkg:nuget/ironpython","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/ironpython","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/ironpython","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/ironpython/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-31T09:22:40.952Z","issues_count":147,"pull_requests_count":272,"avg_time_to_close_issue":19262536.80645161,"avg_time_to_close_pull_request":1076332.2056451612,"issues_closed_count":62,"pull_requests_closed_count":248,"pull_request_authors_count":16,"issue_authors_count":86,"avg_comments_per_issue":1.9319727891156464,"avg_comments_per_pull_request":1.2536764705882353,"merged_pull_requests_count":242,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":27,"past_year_pull_requests_count":187,"past_year_avg_time_to_close_issue":1334136.1666666667,"past_year_avg_time_to_close_pull_request":272009.31360946747,"past_year_issues_closed_count":6,"past_year_pull_requests_closed_count":169,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":16,"past_year_avg_comments_per_issue":1.037037037037037,"past_year_avg_comments_per_pull_request":1.4010695187165776,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":166,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython3/issues","maintainers":[{"login":"BCSharp","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/BCSharp"},{"login":"jdhardy","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jdhardy"}],"active_maintainers":[{"login":"BCSharp","count":159,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/BCSharp"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ironpython/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ironpython/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ironpython/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ironpython/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ironpython/codemeta","maintainers":[{"uuid":"slozier","login":"slozier","name":null,"email":null,"url":null,"packages_count":4,"html_url":"https://www.nuget.org/profiles/slozier","role":null,"created_at":"2024-02-26T01:02:37.640Z","updated_at":"2024-02-26T01:02:37.640Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/slozier/packages"}]}