IronPython
Implementation of Python 3.x for .NET Framework that is built on top of the Dynamic Language Runtime. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4570
- days_rel: 622
- days_push: 16
- n_releases_24m: 1
Adoption not part of the score
2759 stars · 314 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
IronPython is an open-source implementation of the Python programming language built on the .NET Dynamic Language Runtime, targeting Python 3 (currently Python 3.4 compatibility) with a Python 2.7 line also maintained. It lets Python code use .NET libraries and lets .NET applications embed Python as a scripting engine via NuGet.
Use cases
- embed a python scripting engine in a c# application
- call .net framework apis from python code
- expose python code to other .net languages
- script a .net application with python
- run python on the clr with .net standard support
When to choose
- you need tight interop between Python and .NET libraries
- you want to embed a dynamic scripting language in a .NET app
- you need Python on Windows/.NET Framework or .NET Core
When to avoid
- you need full modern Python 3.x compatibility (target is Python 3.4)
- you rely on CPython C extensions or the latest Python packages
- you need maximum Python performance
Facets
library · maturity active
interpreter programming-language sdk programming-languages cross-platform developer-tools dotnet cross-platform windows ironpython dynamic-language-runtime dlr python-implementation clr embedding scripting linux macos
3 sources
- readme: https://github.com/IronLanguages/ironpython3 · fetched 2026-08-28 · 404024c800ea
- homepage: http://ironpython.net · fetched 2026-08-29 · 2121d484df99
- site_page: https://ironpython.net/documentation · fetched 2026-08-29 · 5e569088e56e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| IronLanguages/ironpython3 | main | 67 |
| IronLanguages/main | mirror | 10 |
| IronLanguages/ironpython2 | main | 55 |
For agents
markdown · JSON · MCP: product_card(name="IronLanguages/ironpython3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem