Description
Serializes Python literal values into a text representation that can be read back safely by tools expecting literals. It is useful for remote procedure systems, configuration exchange, and applications that need simple Python-compatible data serialization.
Developers use it as a library. Treat serialized data from untrusted sources carefully and prefer safe parsing paths; do not execute received text as code.