Пакет python3-module-backrefs: Информация
Исходный пакет: python3-module-backrefs
Версия: 5.8-alt1
Собран: 15 октября 2025 г. 17:36
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/facelessuser/backrefs
Лицензия: MIT
О пакете: Wrapper around re or regex that adds additional back references
Описание:
Backrefs is a wrapper around Python's built-in Re and the 3rd party 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.
Сопровождающий: Alexander Burmatov