#
cpython-extensions
Here are 21 public repositories matching this topic...
Enables Jython to load native CPython extensions.
-
Updated
Sep 12, 2018 - C
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
python
c
cxx
cpp
buffer
vector
array
cuda
cpython
swig
hacktoberfest
cpython-extensions
cpython-api
hacktoberfest2021
-
Updated
Nov 22, 2021 - Python
aviramha
commented
Jan 11, 2020
Easiest way would be to add CI for that. Would it be OK if I send a PR using azure pipelines? (orjson
has good examples)
Open
Create Logo
jcfr
opened
Jul 12, 2018
python
c
library
string
cpython
implementation
c-library
cpython-extensions
good-first-issue
c-beginner
-
Updated
Dec 20, 2021 - C
Python package for taking super-fast screenshots
-
Updated
Apr 20, 2021 - Python
Python bindings for the userspace virtual filesystem (usvfs) library.
-
Updated
Jul 10, 2019 - Python
Examples for writing python modules in Rust.
-
Updated
Mar 29, 2021 - Rust
Emscripten compatible build script for CPython C extensions
-
Updated
Oct 16, 2021 - C
An extension to standard Python's heapq for high performance applications
python
performance
high-performance
python3
cpython
python-extension
heapq
performance-optimization
cpython-extensions
-
Updated
Feb 13, 2020 - Python
Cee EXtensions Interpolation is a small package that aims to facilitate C extensions development for CPython
-
Updated
Jul 12, 2021 - Python
Superseded by https://github.com/simelo/pyskycoin
python
rest-api
python-library
swagger
openapi
python3
cpython
restapi
swig
python-extension
python-3
rest-client
client-library
cpython-extensions
skycoin
-
Updated
Oct 6, 2019 - C
A CPython extension module for mutating immutable types and monkey patching built-ins. 🍱
-
Updated
Jun 30, 2019 - C
A playground to test how well python and rust work together.
-
Updated
Feb 15, 2021 - Python
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.
-
Updated
Jun 8, 2021 - Python
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.
-
Updated
Jun 2, 2021 - C
Python client library for FiberCrypto wallet API classes
python
library
rest-api
swagger
openapi
python3
cpython
restapi
cryptocurrency
swig
python-extension
python-3
rest-client
client-library
openapi3
cpython-extensions
skycoin
cryptocurrency-wallet
-
Updated
Dec 3, 2019
Python/C API wrapper for developing modules / embedding Python in V. Experimental.
python
python-extension
python-module
cpython-extensions
vlang
vlang-library
vlang-module
cpython-api
-
Updated
Dec 20, 2021 - V
Python Extension-Module Generator
-
Updated
Nov 13, 2021 - Haskell
Improve this page
Add a description, image, and links to the cpython-extensions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cpython-extensions topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
The same issue can be seen when using
import Cython as cython
: