For the complete documentation index, see llms.txt. This page is also available as Markdown.

Data & Serialization

Packages for parsing and encoding structured data formats.

  • json - JSON parsing and encoding.

  • yaml - YAML parsing and encoding.

  • csv - CSV parsing plus a small dataframe-style toolkit.

  • xml - XML parsing and querying.

  • template - Lightweight {{ }} templating with HTML escaping.

  • mime - MIME-type lookup and parsing.

  • diff - Text/line/word diffing.

Last updated