#pyo3 #logging #python

pyo3-log

Logging bridge from pyo3 native extension to python

19 releases

0.9.0 Oct 17, 2023
0.8.3 Jul 14, 2023
0.8.1 Jan 31, 2023
0.7.0 Aug 27, 2022
0.1.2 Jul 19, 2020

#68 in Debugging

Download history 25843/week @ 2023-11-23 30097/week @ 2023-11-30 29467/week @ 2023-12-07 16642/week @ 2023-12-14 13513/week @ 2023-12-21 14408/week @ 2023-12-28 19996/week @ 2024-01-04 16559/week @ 2024-01-11 19321/week @ 2024-01-18 20507/week @ 2024-01-25 21553/week @ 2024-02-01 23131/week @ 2024-02-08 17854/week @ 2024-02-15 21568/week @ 2024-02-22 18203/week @ 2024-02-29 12730/week @ 2024-03-07

74,793 downloads per month
Used in 15 crates

Apache-2.0 OR MIT

25KB
299 lines

pyo3-log

Actions Status codecov docs

A bridge to send Rust's log messages over to Python. Meant to help logging from pyo3 native extensions.

Read the documentation before using.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~3.5–9.5MB
~68K SLoC