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

VerbalExpressions/PythonVerbalExpressions

Python regular expressions made easy observed · 2026-08-28

github.com/VerbalExpressions/PythonVerbalExpressions · Python observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

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: n/a
  • age_days: 4787
  • days_rel: n/a
  • days_push: 857
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1633 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 providing a fluent, chainable API for building regular expressions without writing raw regex syntax. It is part of the multi-language VerbalExpressions family and compiles to standard Python re patterns.

Use cases

  • build regex patterns without writing regex syntax
  • validate URLs with readable code
  • find and replace text using chainable expressions
  • compile verbal expressions into standard re regex objects
  • teach regular expressions to beginners

When to choose

  • you want readable, maintainable pattern matching instead of cryptic regex strings
  • you need to construct simple to moderate regexes programmatically
  • you are teaching or learning how regular expressions work

When to avoid

  • you need complex regex features like lookaheads, backreferences, or named groups
  • performance-critical matching where raw compiled regex is preferable
  • you already are comfortable writing raw regular expressions

Facets

library · maturity maintenance

parser developer-tools developer-tools programming-languages text-editors python cross-platform regex fluent-api regular-expressions string-matching pattern-building

1 source

Member repositories

RepositoryRoleHealth v2
VerbalExpressions/PythonVerbalExpressionsmain32

For agents

markdown · JSON · MCP: product_card(name="VerbalExpressions/PythonVerbalExpressions")

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