cffi
Here are 106 public repositories matching this topic...
Example of using Rust to Extend Python
-
Updated
Sep 7, 2020 - Python
Python bindings for libspotify
-
Updated
Feb 16, 2022 - Python
Interface to use R from Python
-
Updated
Jun 4, 2022 - Python
Python bindings for the Myo SDK
-
Updated
Sep 4, 2021 - Python
Common Lisp CFFI bindings to the IUP Portable User Interface library (pre-ALPHA)
-
Updated
Aug 7, 2021 - Common Lisp
Python CFFI bindings for the 'C' Language Integrated Production System CLIPS
-
Updated
Apr 19, 2022 - Python
Production-ready Cuckoo Filters for any C ABI compatible target.
-
Updated
Jun 17, 2019 - Zig
live process hacking - lisp bindings to ptrace()
-
Updated
Mar 7, 2022 - Common Lisp
Common Lisp bindings and interface to the Allegro 5 game programming library
-
Updated
May 8, 2022 - Common Lisp
GitHub Action to install and run a custom maturin command
-
Updated
Jun 2, 2022 - TypeScript
Embed the V8 Javascript Interpreter into Python
-
Updated
Apr 30, 2017 - C++
Native, "direct" Python bindings and misc tools for OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API and custom patches, aiming for full COM API-level compatibility on Windows, Linux and MacOS.
-
Updated
May 11, 2022 - Python
Lightweight CFFI-based Python bindings to cmark library (CommonMark implementation in C).
-
Updated
Nov 24, 2021 - C
A command line tool and library for generating FFI wrappers for Common Lisp
-
Updated
Jan 27, 2021 - Python
Python CFFI bindings for libRaptorQ (RaptorQ RFC6330 FEC implementation)
-
Updated
Apr 2, 2018 - Python
Tool to log conntrack flows and associated process/service info
-
Updated
Jul 13, 2017 - Python
Utilities for working with `ctypes`/`objc_util`/`cffi` in Pythonista 3.0.
-
Updated
May 28, 2016 - C
Improve this page
Add a description, image, and links to the cffi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cffi topic, visit your repo's landing page and select "manage topics."


The maturin side of PyO3/setuptools-rust#112
Currently maturin has no, or do we want to directly add vendoring support to existingsdistcommand, it builds sdist along with binary wheels. Do we want a seperatedsdistcommand and add vendoring support to thatbuildcommand?