Language

Package: python-sre-yield @ 1.2

Synopsis

Expands a regular expression to its possible matches

Description

The goal of sre_yield is to efficiently generate all values that can match a given regular expression, or count possible matches efficiently. It uses the parsed regular expression, so you get a much more accurate result than trying to just split strings.

Home page
https://github.com/google/sre_yield
Location
gnu/packages/python-xyz.scm (line: 29185, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infraction at 140