OpenPit packages, SDKs, and resources
Go SDK
go get go.openpit.dev/openpit
A goroutine-safe module with a context-first API.
→ go.openpit.dev/openpit
PyPI
pip install openpit
A typed package with a Pythonic API.
→ pypi.org/project/openpit/
C++ SDK
find_package(OpenPit)
A modern CMake target for C++17 and newer.
→ openpit.dev/cpp-api/
crates.io
cargo add openpit
A crate with an async-ready API.
→ crates.io/crates/openpit
npm
ESM + CJS bundle with TypeScript types; runs in Node, browsers, Deno, Bun, and Workers via WASM.
npm install @openpit/engine
→ npmjs.com/package/@openpit/engine
C API
#include <openpit.h>
A C ABI for native code.
→ https://github.com/openpitkit/pit/blob/main/bindings/c/README.md
Repository
git clone https://github.com/openpitkit/pit.git
Source code, issue tracker, and contribution guide.
→ github.com/openpitkit/pit
Wiki
Architecture, domain types, pipeline design, policies,
and conceptual documentation.
→ wiki.openpit.dev
Discussions
Questions, integration ideas, and community conversation.
Bug reports go to the issue tracker.
→ github.com/openpitkit/pit/discussions