#
cpython-extensions
Here are 23 public repositories matching this topic...
Enables Jython to load native CPython extensions.
-
Updated
Sep 12, 2018 - C
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)
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
python
c
cpu
cxx
cpp
gpu
buffer
vector
array
cuda
cpython
swig
hacktoberfest
cpython-extensions
cpython-api
-
Updated
Mar 23, 2022 - Python
Open
Create Logo
jcfr
opened
Jul 12, 2018
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
Python package for taking super-fast screenshots
-
Updated
Jan 12, 2022 - Python
Python bindings for the userspace virtual filesystem (usvfs) library.
-
Updated
Jul 10, 2019 - Python
Emscripten compatible build script for CPython C extensions
-
Updated
Dec 21, 2021 - C
Examples for writing python modules in Rust.
-
Updated
Mar 29, 2021 - Rust
Kotlin/Native DSP with CPython wrapper
-
Updated
Feb 8, 2022 - Kotlin
Numerical CUDA-based Python library
python
c
cxx
cpp
buffer
numpy
vector
array
cuda
cpython
hacktoberfest
cpython-extensions
cpython-api
-
Updated
Jan 8, 2022 - Cuda
A CPython extension module for mutating immutable types and monkey patching built-ins. 🍱
-
Updated
Jun 30, 2019 - 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 playground to test how well python and rust work together.
-
Updated
Feb 15, 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
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
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
Emulator of the TOY Machine
-
Updated
Mar 29, 2022 - C
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: