Here are
70 public repositories
matching this topic...
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Updated
Mar 22, 2022
Python
Robyn is a fast and extensible async python web server with a rust runtime
A fast python HTTP server inspired by japronto written in rust.
Updated
Dec 22, 2021
Rust
Msgpack serialization/deserialization library for Python, written in Rust using PyO3 and rust-msgpack. Reboot of orjson. msgpack.org[Python]
Updated
Mar 16, 2022
Rust
Rust-powered collection of financial functions for Python.
Updated
Jan 28, 2022
Rust
GitHub Action to install and run a custom maturin command
Updated
Mar 30, 2022
TypeScript
Hyper Fast and safe image manipulation library for python . Powered by rust.
Updated
Dec 11, 2021
Rust
Python bindings for heck, the Rust case conversion library
Updated
Feb 18, 2022
Rust
A fast and easy adblockplus parser and matcher based on adblock-rust package
Updated
Mar 15, 2022
Python
Read Qlik Sense .qvd files
Updated
Mar 30, 2022
Rust
🎄 Advent of Code with Rust 🦀
Updated
Feb 25, 2022
Rust
Generate fast JSON parsers based on type stubs
Updated
Apr 25, 2020
Python
Songbird bindings for python
Updated
Feb 19, 2022
Rust
A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3
Updated
Dec 22, 2021
Python
manylinux2014 and manylinux_2_24 aarch64/armv7l/s390x/ppc64/ppc64le cross compilation docker image
Updated
Feb 11, 2022
Dockerfile
A port of the Rust regex library to python for super speed linear matching.
Updated
Nov 23, 2021
Rust
peace-performance (Rust) binding for python. To calculate star ratings and performance points for all osu! gamemodes, and quickly parse Beatmap into python objects.
Updated
Sep 20, 2021
Python
A Tangerino plugin for Slack to punch in and out from your CLI, while letting your team know right away.
A Reddit bot built to assist moderators in dealing with reposts on their subreddits.
Updated
Nov 20, 2021
Python
Fast points-in-polygon test and distances to polygons.
Tools to assist with the configuration and maintenance of fapolicyd.
Updated
Apr 2, 2022
Python
Python profiler written in Rust for Contextual profiling.
Updated
Nov 16, 2020
Rust
A fast redis library for python and asyncio written in Rust
Updated
Oct 22, 2021
Rust
Testing Rust<->Python interop with PyO3
Updated
Jul 26, 2019
Rust
Python bindings for RocksDB written in Rust.
Updated
Mar 16, 2022
Rust
silk encoder and decoder for python
Updated
Mar 18, 2022
Python
engine for anomaly detection in time series using unsupervised learning
Updated
Dec 30, 2020
Rust
Improve this page
Add a description, image, and links to the
pyo3
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
pyo3
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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?