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

r1chardj0n3s/parse

Parse strings using a specification based on the Python format() syntax. observed · 2026-08-28

github.com/r1chardj0n3s/parse · homepage · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 95
  • Release rhythm 86
  • Longevity 100
How is this computed?

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

  • gap_med: 24
  • age_days: 5403
  • days_rel: 99
  • days_push: 32
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1791 stars · 111 forks observed · 2026-08-28

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

A Python library that parses strings using a specification based on the Python format() syntax, effectively the inverse of str.format(). It provides parse(), search(), findall(), and with_pattern() functions with compiled pattern support.

Use cases

  • parse strings using format spec syntax
  • extract values from log lines
  • search text for pattern matches
  • find all occurrences of a pattern in a string
  • convert parsed fields to typed values
  • parse fixed-format text files

When to choose

  • you want to reverse str.format() to extract data from strings
  • you need simple typed string parsing without regex complexity
  • you're parsing structured log lines or templated text

When to avoid

  • you need full regex power like lookaheads or alternation
  • you're parsing complex grammars or nested structures
  • you need high-performance bulk parsing

Facets

library · maturity stable

parser serialization parsers developer-tools text-editors python cross-platform string-parsing format-syntax reverse-format

3 sources

Member repositories

RepositoryRoleHealth v2
r1chardj0n3s/parsemain93

For agents

markdown · JSON · MCP: product_card(name="r1chardj0n3s/parse")

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