{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/3"}],"enrichment":{"capability":"rtoml parses and serializes TOML files and strings to and from Python dictionaries, with support for flexible None-value handling and optional pretty-printing.","skillfed_tags":["toml-parsing","rust-backed","configuration"],"use_cases":["Parse configuration files in TOML format into Python dicts for application settings.","Serialize Python data structures to TOML and write them to disk for configuration storage.","Handle TOML with None values by mapping a custom sentinel string (e.g., '@None') to represent nulls.","Build tools or utilities that need fast, standards-compliant TOML parsing without external dependencies."],"what_it_does":"rtoml is a TOML parser and serializer for Python, implemented in Rust for performance. It provides four main functions: load() and loads() to parse TOML from files or strings into Python dictionaries, and dump() and dumps() to serialize Python objects back to TOML format. The library includes flexible None-value handling\u2014you can control which TOML values map to Python None and how None values are serialized back to TOML.\n\nThe package is built on the stable toml-rs Rust library and passes all standard TOML compliance tests. It offers no runtime dependencies and is available as prebuilt wheels for Python 3.10+ on Linux, macOS, and Windows across multiple architectures. Installation is straightforward on supported platforms; unsupported platforms require a Rust compiler.","worth_installing":"Yes, if you need TOML parsing on Python 3.10+ and have a supported platform with prebuilt wheels. The library is stable, has no runtime dependencies, passes all TOML compliance tests, and offers strong performance. However, note that maintenance is aging (last release 299 days ago), so verify that the package still meets your needs and check whether prebuilt wheels exist for your architecture before committing to it."},"id":"rtoml","links":{"html":"https://skillfed.io/packages/rtoml","md":"https://skillfed.io/packages/rtoml.md","pypi":"https://pypi.org/project/rtoml/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-19","license_spdx":null,"license_treatment":"permissive","name":"rtoml","python_support":"supports_current","summary":"A TOML library for python implemented in rust."},"popularity":{"monthly_downloads":979024,"position":4590,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.13.0"}
