Skip to content

Commit e0c7d92

Browse files
authored
Alter the readme
1 parent 1fd46ac commit e0c7d92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ _Tools for help building projects._
2424
- [ruff](https://github.com/astral-sh/ruff) - An extremely fast Python linter and code formatter, written in Rust.
2525
- [maturin](https://github.com/PyO3/maturin) - Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages.
2626
- [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.
2828
- [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.
3030
- [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.
3131
- [python3-dll-a](https://github.com/PyO3/python3-dll-a) - Standalone python3.dll import library generator.
32-
- [python-pkginfo-rs](https://github.com/PyO3/python-pkginfo-rs) - Parse Python package metadata from sdist and bdists and etc.
32+
- [python-pkginfo-rs](https://github.com/PyO3/python-pkginfo-rs) - Parse Python package metadata from sdist and bdists and etc.
3333
- [maturin-import-hook](https://github.com/PyO3/maturin-import-hook) - Import hook for maturin.
3434
- [datafusion-ballista](https://github.com/apache/datafusion-ballista) - Apache DataFusion Ballista Distributed Query Engine.
3535

@@ -43,7 +43,7 @@ _Tools for building scientific projects._
4343
- [connector-x](https://github.com/sfu-db/connector-x) - Fastest library to load data from DB to DataFrames in Rust and Python.
4444
- [pydantic-core](https://github.com/pydantic/pydantic-core) - Core validation logic for pydantic written in rust.
4545
- [rust-numpy](https://github.com/PyO3/rust-numpy) - Rust bindings for the NumPy C-API.
46-
- [feos](https://github.com/feos-org/feos) - A Framework for Equations of State and Classical Density Functional Theory
46+
- [feos](https://github.com/feos-org/feos) - A Framework for Equations of State and Classical Density Functional Theory.
4747
- [delta-rs](https://github.com/delta-io/delta-rs) - A native Rust library for Delta Lake, with bindings into Python.
4848
- [forust](https://github.com/jinlow/forust) - A lightweight gradient boosted decision tree package.
4949
- [mocpy](https://github.com/cds-astro/mocpy) - Python library to easily create and manipulate MOCs (Multi-Order Coverage maps).
@@ -55,7 +55,7 @@ _Tools for building scientific projects._
5555
## Web & Networking
5656

5757
_Tools for building networking projects._
58-
- [robyn](https://github.com/facebookexperimental/Robyn) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
58+
- [robyn](https://github.com/facebookexperimental/Robyn) - Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
5959
- [granian](https://github.com/emmett-framework/granian) - A Rust HTTP server for Python applications.
6060
- [primp](https://github.com/deedy5/primp) - 🪞PRIMP (Python Requests IMPersonate). The fastest python HTTP client that can impersonate web browsers.
6161
- [utiles](https://github.com/jessekrubin/utiles) - utiles = utils & (web-map-)tiles w/ (rs & pyo3).
@@ -68,8 +68,8 @@ _Tools for building networking projects._
6868
_Tools for securing your projects._
6969
- [cryptography](https://github.com/pyca/cryptography) - cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
7070
- [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.
7373

7474
**[⬆ back to top](#contents)**
7575

@@ -84,7 +84,7 @@ _Tools to help you in your projects._
8484
- [tzfpy](https://github.com/ringsaturn/tzfpy) - Probably the fastest Python package to convert longitude/latitude to timezone name.
8585
- [pyo3-built](https://github.com/PyO3/pyo3-built) - Expose build variables obtained with built as a PyDict.
8686
- [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.
8888
- [hyperjson](https://github.com/mre/hyperjson) - 🐍 A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
8989
- [pyo3-log](https://github.com/vorner/pyo3-log) - Logging bridge from pyo3 native extension to python.
9090
- [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._
102102
## Emerging Projects
103103

104104
_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.
106106
- [bed-reader](https://github.com/fastlmm/bed-reader) - A library for easy, fast, and efficient reading & writing of PLINK Bed files.
107107
- [cellular_raza](https://github.com/jonaspleyer/cellular_raza) - Cellular agent-based modeling from a clean slate.
108108
- [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

Comments
 (0)