r1chardj0n3s/parse
Parse strings using a specification based on the Python format() syntax. 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
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
- readme: https://github.com/r1chardj0n3s/parse · fetched 2026-08-28 · 4d8550760ae2
- homepage: http://pypi.python.org/pypi/parse · fetched 2026-08-29 · e015ea325f44
- registry_pypi: https://pypi.org/pypi/parse/json · fetched 2026-08-29 · 7309b5d90498
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| r1chardj0n3s/parse | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="r1chardj0n3s/parse")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem