PylibKit: Python as a Swift SDK
p/pylibkit-python-as-a-swift-sdk
CPython + curated wheels, wrapped in Swift async APIs
•0 reviews•2 followers
Start new thread
trending
HeeJun Gwon•

29d ago

PylibKit: Python as a Swift SDK - CPython + curated wheels, wrapped in Swift async APIs

PylibKit lets iOS/macOS apps use Python libraries—including C-extension and Rust-backed wheels—without exposing Python to app code. Everything is bundled into a single Swift XCFramework. You call generated Swift services with async/await, receive Swift types, and never touch PythonObject. We handle CPython, pinned wheels, asyncio safety, threading, signing, and reproducible builds—so app teams can focus on features, not toolchains.