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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ _Tools for help building projects._
24
24
-[ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust.
25
25
-[maturin](https://github.com/PyO3/maturin) - Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages.
26
26
-[PyO3](https://github.com/PyO3/pyo3) - Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.
27
-
-[RustPython](https://github.com/RustPython/RustPython) - A Python Interpreter written in Rust
27
+
-[RustPython](https://github.com/RustPython/RustPython) - A Python Interpreter written in Rust.
28
28
-[Huak](https://github.com/cnpryer/huak) - My experimental Python package manager.
29
-
-[setuptools-rust](https://github.com/PyO3/setuptools-rust) - Setuptools plugin for Rust support.
29
+
-[setuptools-rust](https://github.com/PyO3/setuptools-rust) - Setuptools plugin for Rust support.
30
30
-[maturin-action](https://github.com/PyO3/maturin-action) - GitHub Action to install and run a custom maturin command with built-in support for cross compilation.
@@ -68,8 +68,8 @@ _Tools for building networking projects._
68
68
_Tools for securing your projects._
69
69
-[cryptography](https://github.com/pyca/cryptography) - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
70
70
-[johnnycanencrypt](https://github.com/kushaldas/johnnycanencrypt) - Python module for OpenPGP written in Rust.
71
-
-[fastbloom](https://github.com/yankun1992/fastbloom) - A fast bloom filter implemented by Rust for Python! 10x faster than pybloom!
72
-
-[opendal](https://github.com/apache/opendal) - Apache OpenDAL: One Layer, All Storage.
71
+
-[fastbloom](https://github.com/yankun1992/fastbloom) - A fast bloom filter implemented by Rust for Python! 10x faster than pybloom.
72
+
-[opendal](https://github.com/apache/opendal) - Apache OpenDAL: One Layer, All Storage.
73
73
74
74
**[⬆ back to top](#contents)**
75
75
@@ -84,7 +84,7 @@ _Tools to help you in your projects._
84
84
-[tzfpy](https://github.com/ringsaturn/tzfpy) - Probably the fastest Python package to convert longitude/latitude to timezone name.
85
85
-[pyo3-built](https://github.com/PyO3/pyo3-built) - Expose build variables obtained with built as a PyDict.
86
86
-[pyo3-async-runtimes](https://github.com/PyO3/pyo3-async-runtimes) - PyO3-based bridges between Python and Rust async runtimes.
87
-
-[pytantivy](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy.
87
+
-[pytantivy](https://github.com/quickwit-oss/tantivy-py) - Python bindings for Tantivy.
88
88
-[hyperjson](https://github.com/mre/hyperjson) - 🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
89
89
-[pyo3-log](https://github.com/vorner/pyo3-log) - Logging bridge from pyo3 native extension to python.
90
90
-[python-zstandard](https://github.com/indygreg/python-zstandard) - Python bindings to the Zstandard (zstd) compression library.
@@ -102,7 +102,7 @@ _Tools to help you building embedding projects._
102
102
## Emerging Projects
103
103
104
104
_Tools to help you building emerging projects._
105
-
-[blake3-py](https://github.com/oconnor663/blake3-py) - Python bindings for the BLAKE3 cryptographic hash function
105
+
-[blake3-py](https://github.com/oconnor663/blake3-py) - Python bindings for the BLAKE3 cryptographic hash function.
106
106
-[bed-reader](https://github.com/fastlmm/bed-reader) - A library for easy, fast, and efficient reading & writing of PLINK Bed files.
107
107
-[cellular_raza](https://github.com/jonaspleyer/cellular_raza) - Cellular agent-based modeling from a clean slate.
108
108
-[rustimport](https://github.com/attack68/rateslib) - A fixed income library for pricing bonds and bond futures, and derivatives such as interest rate swaps (IRS), cross-currency swaps (XCS) and FX swaps. Contains tools for full Curveset construction with market standard optimisers and automatic differentiaton (AD) and risk sensitivity calculations including delta and cross-gamma.
0 commit comments