Ross ROSS = Recommend OSS · open-source software intelligence for agents

uiri/toml

Python lib for TOML observed · 2026-08-28

github.com/uiri/toml · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4938
  • days_rel: n/a
  • days_push: 798
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1134 stars · 197 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

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

library · maturity maintenance

parser serialization configuration-management parsers developer-tools files python cross-platform toml config-files pypi

2 sources

Member repositories

RepositoryRoleHealth v2
uiri/tomlmain32

For agents

markdown · JSON · MCP: product_card(name="uiri/toml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem