Here are
63 public repositories
matching this topic...
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Updated
Feb 11, 2022
Python
Robyn is a fast and extensible async python web server with a rust runtime
Updated
Feb 11, 2022
Rust
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
Feb 10, 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
Feb 11, 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 12, 2022
Rust
🎄 Advent of Code with Rust 🦀
A fast and easy adblockplus parser and matcher based on adblock-rust package
Updated
Jan 6, 2022
Python
Read Qlik Sense .qvd files
Updated
Jul 14, 2021
Rust
Generate fast JSON parsers based on type stubs
Updated
Apr 25, 2020
Python
Songbird bindings for python
Updated
Nov 23, 2021
Rust
A fast and lightweight Python RDF parser which wraps bindings to Rust's Rio using PyO3
Updated
Dec 22, 2021
Python
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
manylinux2014 and manylinux_2_24 aarch64/armv7l/s390x/ppc64/ppc64le cross compilation docker image
Updated
Feb 11, 2022
Dockerfile
A Tangerino plugin for Slack to punch in and out from your CLI, while letting your team know right away.
A port of the Rust regex library to python for super speed linear matching.
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
Feb 11, 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
Python extension for Fernet encryption/decryption, faster than other alternatives.
Updated
Aug 17, 2021
Python
engine for anomaly detection in time series using unsupervised learning
Updated
Dec 30, 2020
Rust
🔬 An experiment with writing Python modules in Rust using pyo3 and pyo3-pack
Updated
Dec 13, 2020
Rust
High Performance Blockchain Deserializer
Updated
Dec 28, 2021
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 existingsdist
command, it builds sdist along with binary wheels. Do we want a seperatedsdist
command and add vendoring support to thatbuild
command?