{"adoption": {"forks": 138, "observed_at": "2026-08-28T04:05:53.778512+00:00", "stars": 1916}, "canonical_url": "https://ross.abutalabs.com/products/parsimonious", "card": {"archived": false, "artifact_type": "library", "description": "The fastest pure-Python PEG parser I can muster", "domain": ["parsers", "programming-languages", "developer-tools"], "enriched": true, "function": ["parser"], "health_score": 51, "homepage": null, "language": "Python", "license": "MIT", "license_family": "permissive", "maturity": "active", "member_repos": ["erikrose/parsimonious"], "name": "erikrose/parsimonious", "platform": ["python", "cross-platform"], "pushed_at": "2025-11-12T01:18:06+00:00", "repo": "erikrose/parsimonious", "stars": 1916, "tags": ["peg", "packrat", "grammar", "ebnf", "syntax-tree", "pure-python"], "topics": [], "urls": [], "use_cases": ["parse a custom DSL in python", "build a parser for a config file format like ini", "write a wiki markup to HTML converter", "define a grammar in EBNF and get an AST", "implement a packrat parser without C extensions", "parse structured text with arbitrary lookahead"], "what_it_is": "Parsimonious is a pure-Python parsing library based on parsing expression grammars (PEGs), letting you define grammars in a simplified EBNF notation and produce parse trees. It emphasizes speed, low memory use, readable grammars, and good error reporting, with a NodeVisitor API for walking resulting trees.", "when_to_avoid": ["you need maximum parsing speed and can accept C-based tools like Lark or ANTLR", "you need left-recursive grammar support", "you are parsing very large inputs where memory is critical"], "when_to_choose": ["you need a pure-Python parser with no compiled dependencies", "you want readable, extensible grammars in EBNF-like notation", "you need arbitrary-lookahead PEG parsing with good error messages", "you want to separate grammar recognition from tree transformation"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/parsimonious", "repo": "erikrose/parsimonious", "role": "main", "score": 55}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:53.778512+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:10:10.579858+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "086ee6d09bb00cabb1ec1b31d0c47916176207ef4b50c3720c25c8e366dd96e3", "fetched_at": "2026-08-28T04:05:53.778512+00:00", "kind": "readme", "missing": false, "url": "https://github.com/erikrose/parsimonious"}, {"content_hash": "ce249e3b8ea45cc7e87282d223392e21f91e0501d839f8c9a7e08b4de9c9d6bd", "fetched_at": "2026-08-29T10:49:31.987776+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/parsimonious/json"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 51, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 5325, "days_push": 295, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 55, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}