Matt Campbell
790e5e1a77f369f0eae0afb55dd1fae16c51eb87977c87a9b4fa113c6bac5399
Software developer, formerly at Microsoft, now co-developer of the AccessKit open-source project (https://accesskit.dev/) and cofounder of Pneuma Solutions (https://pneumasolutions.com/). My current favorite programming language is Rust, but I don't want to make that part of my identity.
Music lover. Karaoke singer. Science fiction fan. Legally blind. Secular humanist
Question for Python devs: If I develop a Python package that accesses a native library with a C API via ctypes, is there a way I can bundle the native library (.dll, .dylib, or .so) with the Python package, such that the native library will be included by Python application packagers like py2exe, py2app, and PyInstaller?