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: .github/pull_request_template.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@ Thank you for contributing to PyO3!
3
3
By submitting these contributions you agree for them to be dual-licensed under PyO3's [MIT OR Apache-2.0 license](https://github.com/PyO3/pyo3#license).
4
4
5
5
Please consider adding the following to your pull request:
6
-
- an entry for this PR in newsfragments - see [https://pyo3.rs/main/contributing.html#documenting-changes]
6
+
- an entry for this PR in newsfragments - see [Documenting changes](https://pyo3.rs/main/contributing.html#documenting-changes)
7
7
- or start the PR title with `docs:` if this is a docs-only change to skip the check
8
8
- or start the PR title with `ci:` if this is a ci-only change to skip the check
9
+
- or start the PR title with `internal:` if this is an internal change to skip the check
10
+
- or start the PR title with `refactor:` if this is a refactor change to skip the check
9
11
- docs to all new functions and / or detail in the guide
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,10 +219,12 @@ about this topic.
219
219
-[opendal](https://github.com/apache/opendal/tree/main/bindings/python)_A data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way._
-[pdfcrate](https://github.com/ratazzi/pdfcrate)_An ergonomic, high-level PDF generation library for Rust and Python — a Prawn-style layout API for composing documents, not low-level PDF plumbing._
222
223
-[polars](https://github.com/pola-rs/polars)_Fast multi-threaded DataFrame library in Rust | Python | Node.js._
223
224
-[pycrdt](https://github.com/jupyter-server/pycrdt)_Python bindings for the Rust CRDT implementation [Yrs](https://github.com/y-crdt/y-crdt)._
224
225
-[pydantic-core](https://github.com/pydantic/pydantic-core)_Core validation logic for pydantic written in Rust._
225
226
-[primp](https://github.com/deedy5/primp)_The fastest python HTTP client that can impersonate web browsers by mimicking their headers and TLS/JA3/JA4/HTTP2 fingerprints._
227
+
-[quebec](https://github.com/ratazzi/quebec)_A database-backed background job queue for Python, inspired by Rails' Solid Queue._
226
228
-[radiate](https://github.com/pkalivas/radiate): _A high-performance evolution engine for genetic programming and evolutionary algorithms._
227
229
-[rateslib](https://github.com/attack68/rateslib)_A fixed income library for Python using Rust extensions._
228
230
-[river](https://github.com/online-ml/river)_Online machine learning in python, the computationally heavy statistics algorithms are implemented in Rust._
0 commit comments