yglukhov/nimpy
Nim - Python bridge observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 89
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3184
- days_rel: n/a
- days_push: 67
- n_releases_24m: 0
Adoption not part of the score
1590 stars · 65 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
nimpy is a Nim library that provides seamless bidirectional integration between Nim and Python. It lets you implement Python extension modules in Nim and call Python code from Nim with automatic type conversion.
Use cases
- write a Python module in Nim for performance-critical functions
- call Python libraries like os or numpy from Nim code
- compile Nim code into a .so or .pyd importable from Python
- speed up slow Python hot paths with compiled Nim extensions
- integrate existing Python packages into a Nim application
- build ABI-stable Python extensions that work across Python versions
When to choose
- you need native-speed code callable from Python without writing C
- you want to use Python's ecosystem from a Nim project
- you need extensions that are ABI-compatible across Python versions
- you prefer Nim's syntax and type system over C for Python extensions
When to avoid
- you need deep numpy integration with zero-copy performance (consider scinim)
- your project is pure Python with no need for native code
- you need bindings for a language other than Python or Nim
Facets
library · maturity stable
sdk parser developer-tools programming-languages developer-tools cross-platform python cross-platform nim-python-bridge foreign-function-interface python-c-api extension-modules interop nim
1 source
- readme: https://github.com/yglukhov/nimpy · fetched 2026-08-28 · 7292f773d395
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yglukhov/nimpy | main | 72 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem