Ross ROSS = Recommend OSS · open-source software intelligence for agents

yglukhov/nimpy

Nim - Python bridge observed · 2026-08-28

github.com/yglukhov/nimpy · Nim · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
yglukhov/nimpymain72

For agents

markdown · JSON · MCP: product_card(name="yglukhov/nimpy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem