{"id":59410,"library":"pythonize","title":"Pythonize","description":"Serde Serializer & Deserializer from Rust <--> Python, backed by PyO3.","status":"active","version":"0.28.0","language":"rust","source_language":null,"source_url":"https://github.com/davidhewitt/pythonize","tags":["python","serde","serialization","pyo3","interop"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\npythonize = \"0.28.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add pythonize","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"pythonize","correct":"use pythonize::pythonize;"}],"quickstart":{"code":"use pythonize::pythonize;\nuse serde::Serialize;\n\n#[derive(Serialize)]\nstruct Data {\n    x: i32,\n    y: String,\n}\n\nfn main() {\n    let data = Data { x: 42, y: \"hello\".into() };\n    let py_obj = pythonize(&data).unwrap();\n    println!(\"Python object: {:?}\", py_obj);\n}","lang":"rust","description":"Serializes a Rust struct into a Python object using PyO3."},"warnings":[{"fix":"Ensure Python is installed and PyO3 is configured correctly.","message":"Requires Python runtime and PyO3 setup.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'back':8 'deseri':4 'interop':15 'pyo3':10,14 'python':1,7,11 'rust':6 'serd':2,12 'serial':3,13","created_at":"2026-06-16T17:01:59.246609+00:00","updated_at":"2026-06-16T17:01:59.246609+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/davidhewitt/pythonize","github":"https://github.com/davidhewitt/pythonize","docs":"https://docs.rs/pythonize/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}