# uiri/toml

Python lib for TOML

Repository: https://github.com/uiri/toml
Canonical: https://ross.abutalabs.com/products/uiri-toml
Language: Python
License: MIT
License Family: permissive
Topics: hacktoberfest, hacktoberfest2020
Last push: 2024-06-26T18:59:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4938, "days_push": 798, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1134, forks 197 (observed 2026-08-28T04:03:43.191967+00:00)

## What it is
A Python library for parsing and creating TOML (Tom's Obvious, Minimal Language) files, passing the official TOML test suite. It provides loads/dumps/dump functions to convert between TOML strings and Python dictionaries.

## Use cases
- parse toml config files in python
- write python dicts as toml
- read pyproject-style toml data
- convert toml to dictionary
- serialize configuration to toml format

## When to choose
- you need a pure-Python TOML parser with no dependencies
- you need both reading and writing of TOML
- you need broad Python version compatibility

## When to avoid
- you need the latest TOML 1.0 spec features (it targets v0.5.0)
- you're on Python 3.11+ and can use the built-in tomllib for parsing
- you need high performance parsing of very large files

## Facets
- artifact type: library
- maturity: maintenance
- function: parser, serialization, configuration-management
- domain: parsers, developer-tools, files
- platform: python, cross-platform
- tags: toml, config-files, pypi

## Member repositories
- uiri/toml (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:43.191967+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:37:23.180998+00:00, confidence not recorded.
  - readme: https://github.com/uiri/toml (fetched 2026-08-28T04:03:43.191967+00:00, sha fa8284732747)
  - registry_pypi: https://pypi.org/pypi/toml/json (fetched 2026-08-29T12:42:09.674732+00:00, sha 30570aed85f0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
