Skip to main content

An implementation of the GNU interface to regex in Python

Reason this release was yanked:

bdist platform tag is incorrect

Project description

Pygnuregex, GNU regex for Python

Pygnuregex is a Python package for the GNU interface of regex functions in <regex.h>. The GNU interface provides a wide range of different syntaxes for the regex compiler. This package requires GNU libc to work properly; prefer the sdist if you're worried about ABI compatibility.

Example

import pygnuregex

# Search for the first match
p = pygnuregex.compile(b"f\\(oo\\)[0-9]+")
result = p.search(b"hello foo123!") # ==> 6
p.span() # ==> [(6, 12), (7, 9)]

# All matches
p = pygnuregex.compile(b"\\(foo\\|bar\\)[0-9]+")
list(p.finditer(b"hello foo123 and bar456!"))
# ==> [[(6, 12), (6, 9)],[(17, 23), (17, 20)]]

The SyntaxFlag enum contains all the available syntax options that may be set in pygnuregex.compile().

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pygnuregex-1.1.3.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pygnuregex-1.1.3-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file pygnuregex-1.1.3.tar.gz.

File metadata

  • Download URL: pygnuregex-1.1.3.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for pygnuregex-1.1.3.tar.gz
Algorithm Hash digest
SHA256 0a272aaa027887fb6fcde800df705bc0233300423b75b6761ce311e0bcaede6f
MD5 000472efbdcab3fdfa7aaea9a0b330bc
BLAKE2b-256 c3a854b5ca6bc7267e83b4a3c4fc744b45f8a12ce317c18efd16e74569fdbfb9

See more details on using hashes here.

File details

Details for the file pygnuregex-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: pygnuregex-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.2

File hashes

Hashes for pygnuregex-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2b274ef83782c1c2ccba68c0aea10a868f84a06c897ed341ff4ef6cedb1da609
MD5 fe9e28b83ebe50aa00965eeb57cc3527
BLAKE2b-256 efb4510585a1f919a8ab6278c939d5d160eb7608cd0c72bef8f9f68318c99ddc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page