cpython-extensions
There are 40 repositories under cpython-extensions topic.
cython/cython
The most widely used Python to C compiler
fastuuid/fastuuid
FastUUID is a library which provides CPython bindings to Rust's UUID library
Stewori/JyNI
Enables Jython to load native CPython extensions.
pypa/abi3audit
Scans Python packages for abi3 violations and inconsistencies
AMYPAD/CuVec
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
mherkazandjian/fastgrab
Python package for taking super-fast screenshots
python-packaging-tutorial/python-packaging-tutorial
Tutorial on python packaging
MrGolden1/sort-python
Python SORT(Simple, Online, and Real-time Tracking) Extension
olivi-r/wasmpy-build
WebAssembly build tool for CPython C/C++ extensions
littlebutt/datetimecpy
datetime模块的C语言实现,《奔跑吧,Python君》系列相关代码
pwssnk/py-usvfs
Python bindings for the userspace virtual filesystem (usvfs) library.
woodruffw/abi3info
Programmatic access to Python's limited API and abi3 information
mvenditto/v-python
Python/C API wrapper for developing modules / embedding Python in V. Experimental.
littlebutt/streamcpy
The Stream API in Python.
mvrpl/Rust-Python-Module
Examples for writing python modules in Rust.
TheSGJ/PyScript-ReplSite
Integrated Python Repl/IDE made using PyScript.
K0lb3/fpng_py
a very fast .PNG image reader/writer for 24/32bpp images
neluca/tinybpe
🐍This is a fast, lightweight, and clean CPython extension for the Byte Pair Encoding (BPE) algorithm, which is commonly used in LLM tokenization and NLP tasks.
ZipFile/python-sonyflake-turbo
A Sonyflake ID generator tailored for high-volume ID generation
marcosalvalaggio/kiwigrad
Mini deep learning framework written in Python C-API for Speed
Martmists-GH/kaudio-python
Kotlin/Native DSP with CPython wrapper
WenmuZhou/rust_python
use rust speed up python
AMYPAD/NumCu
Numerical CUDA-based Python library
fridex/eheapq
An extension to standard Python's heapq for high performance applications
jndean/wasabi
A CPython extension module for mutating immutable types and monkey patching built-ins. 🍱
letsbuilda/rust-cpython-extension
An extension for Python in Rust
MatthewAndreTaylor/fastqueue
Fast Python queues
Michael-K-Stein/pydia
A Python library & C++ Wrapper for Microsoft's DIA (Debug Interface Access)
Nicolas-Reyland/pemog
Python Extension-Module Generator
one-two-four-cee-four-one-plus/cexi
Cee EXtensions Interpolation for facilitating CPython extensions development
Zamanhuseyinli/Adam-cpython
Adam c python extension library.
ajthr/seso
A Search and Sort Extension Module for Python, built with Numpy-C-API. Runs 60x faster than pure python code. Contains 7 search algorithms and 10 sort algorithms.
letsbuilda/c-cpython-extension
An extension for Python in C
ajthr/yamm
Yet Another Math Module, A CPython Extension module for python. Contains 46 commonly used math functions and 7 constant values. Performs much faster than pure python.
neluca/lib-control
A simple and easy-to-use PID control and PID design package.