{"id":15029854,"url":"https://github.com/ironlanguages/ironpython2","last_synced_at":"2025-05-15T00:11:51.915Z","repository":{"id":41413179,"uuid":"91620472","full_name":"IronLanguages/ironpython2","owner":"IronLanguages","description":"Implementation of the Python programming language for .NET Framework; built on top of the Dynamic Language Runtime (DLR).","archived":false,"fork":false,"pushed_at":"2024-02-05T16:04:14.000Z","size":257326,"stargazers_count":1079,"open_issues_count":215,"forks_count":227,"subscribers_count":92,"default_branch":"master","last_synced_at":"2025-05-14T15:27:04.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ironpython.net","language":"Python","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}},"created_at":"2017-05-17T21:11:51.000Z","updated_at":"2025-05-12T19:41:06.000Z","dependencies_parsed_at":"2024-02-05T17:38:52.647Z","dependency_job_id":null,"html_url":"https://github.com/IronLanguages/ironpython2","commit_stats":{"total_commits":2254,"total_committers":103,"mean_commits":"21.883495145631066","dds":0.84472049689441,"last_synced_commit":"d834e174b8e4f75eb98c9f185cc66d094b2dd42c"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IronLanguages%2Fironpython2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IronLanguages","download_url":"https://codeload.github.com/IronLanguages/ironpython2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254249206,"owners_count":22039029,"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","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"}},"keywords":[],"created_at":"2024-09-24T20:11:49.240Z","updated_at":"2025-05-15T00:11:46.871Z","avatar_url":"https://github.com/IronLanguages.png","language":"Python","readme":"| **IronPython 3 has been released and is now available for download at https://github.com/IronLanguages/ironpython3!** |\n| --- |\n\nIronPython\n===\nIronPython is an open-source implementation of the Python programming language which 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\nIronPython can be obtained at [http://ironpython.net/](http://ironpython.net/).\n\n| **What?** | **Where?** |\n| --------: | :------------: |\n| **Windows/Linux/macOS Builds** | [![Azure build status](https://dotnet.visualstudio.com/IronLanguages/_apis/build/status/ironpython2)](https://dotnet.visualstudio.com/IronLanguages/_build/latest?definitionId=42) [![Github build status](https://github.com/IronLanguages/ironpython2/workflows/CI/badge.svg)](https://github.com/IronLanguages/ironpython2/actions?workflow=CI) |\n| **Downloads** | [![NuGet](https://img.shields.io/nuget/v/IronPython.svg)](https://www.nuget.org/packages/IronPython/) [![Release](https://img.shields.io/github/release/IronLanguages/ironpython2.svg)](https://github.com/IronLanguages/ironpython2/releases/latest)|\n| **Help** | [![Gitter chat](https://badges.gitter.im/IronLanguages/ironpython.svg)](https://gitter.im/IronLanguages/ironpython) [![StackExchange](https://img.shields.io/stackexchange/stackoverflow/t/ironpython.svg)](http://stackoverflow.com/questions/tagged/ironpython) |\n\n\nComparison of IronPython vs. C# for 'Hello World'\n\nC#:\n\n```cs\nusing System;\nclass Hello\n{\n    static void Main() \n    {\n        Console.WriteLine(\"Hello World\");\n    }\n}\n```\n\nIronPython:\n```py\nprint \"Hello World\"\n```\nIronPython is a Dynamic Language that runs on the .NET DLR ([Dynamic Language Runtime](http://en.wikipedia.org/wiki/Dynamic_Language_Runtime)) in contrast with VB.NET and C# which are [static languages](http://en.wikipedia.org/wiki/Type_system).\n\n\nIronPython can also import DLL files compiled in other languages and use functions defined therein. For example:\n\n```py\nimport clr\nclr.AddReference(\"System.Windows.Forms\")\nfrom System.Windows.Forms import *\n```\n\n# Code of Conduct\nThis project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.\nFor more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).\n\n# Documentation\n\nDocumentation can be found here: http://ironpython.net/documentation/dotnet/\n\n\n## Additional information\n\nPlease see http://wiki.github.com/IronLanguages/main for information on:\n- Setting up a development environment with easy access to utility scripts\n- [Building](Documentation/building.md)\n- Running test\n\n## Chat/Communication\n\nJoin our Gitter-Chat under: https://gitter.im/IronLanguages/ironpython\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironlanguages%2Fironpython2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironlanguages%2Fironpython2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironlanguages%2Fironpython2/lists"}