Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python312-backrefs

Backrefs is a wrapper around Python's built-in [Re][re] and the 3rd party [Regex][regex] library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some. ```python from backrefs import bre >>> pattern = bre.compile(r'(\p{Letter}+)') >>> pattern.sub(r'\C\1\E', 'sometext') 'SOMETEXT' ```

Found 1 sites for python312-backrefs

Found 2 RPM for python312-backrefs

PackageSummaryDistributionDownload
python312-backrefs-5.8-1.3.noarch.htmlA wrapper around re and regex that adds additional back referencesOpenSuSE Tumbleweed for noarchpython312-backrefs-5.8-1.3.noarch.rpm
python312-backrefs-5.8-1.1.noarch.htmlA wrapper around re and regex that adds additional back referencesOpenSuSE Ports Tumbleweed for noarchpython312-backrefs-5.8-1.1.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet