python-c-extension
There are 22 repositories under python-c-extension topic.
bmoscon/orderbook
A fast L2/L3 orderbook data structure, in C, for Python
Arkueid/live2d-py
Live2D Library for Python (C++ Wrapper): Supports model loading, lip-sync and basic face rigging, precise click test.
jeongukjae/python-mecab
A repository to bind mecab for Python 3.5+. Not using swig nor pybind. (Not Maintained Now)
althonos/iocursor
A zero-copy file-like wrapper for Python byte buffers, inspired by Rust's std::io::Cursor.
winstxnhdw/KeyWin
A fast Python wrapper for Win32's SendInput function using C extensions.
lycantropos/cfractions
Python C API alternative to `fractions` module
ozansz/fastrequest
A Python C extension module for fast HTTP requests with SSL/TLS support
hanke0/python-ctools
A collection of useful data structures and functions written in C for Python.
atpalmer-python/python-cstring
Provides a Python string implementation based on C's nul-terminated strings.
winstxnhdw/PixWin
A fast Python API for retrieving RGB values of a pixel on Windows using C extensions and ctypes.
0382/color
set console color with python
atpalmer-python/recurl
libcurl adapter for Python's requests
DottD/pynger
Package for fingerprint analysis
izkn/py-inotify
Lightweight bindings for inotify(7) using the Python/C API
kmuinfosec/MUSEUM
Scalable and Multifaceted Search and Its Application for Malware Binary Files
EtkinD/PythonCModuleTemplate
Simple example that shows how to create a Python module in C and C++.
matez0/proof-of-work-multiprocessing
Calculating proof of work suffix with multiprocessing
milladgit/python-c-extensions-tut
Python C Extensions Tutorial
nihalkenkre/pyvk
Python bindings for the Vulkan C library
cleoold/linearly_varying_binomial_distribution_calcs_Python
a "binomial" distribution with linearly increasing chance.
Coby-Sonn/KMeans-Python-C
An efficient K-Means clustering implementation combining Python for preprocessing and a C extension for optimized computations, featuring K-Means++ initialization and linked-list memory management.
GiorgioMegrelli/python-c
Python C API Example