https://github.com/sdpython/wrapclib/blob/master/_doc/sphinxdoc/source/phdoc_static/project_ico.png?raw=true

wrapclibΒΆ

Build status Build Status Windows https://circleci.com/gh/sdpython/wrapclib/tree/master.svg?style=svg https://dev.azure.com/xavierdupre3/wrapclib/_apis/build/status/sdpython.wrapclib https://badge.fury.io/py/wrapclib.svg MIT License https://codecov.io/github/sdpython/wrapclib/coverage.svg?branch=master GitHub Issues Notebook Coverage Downloads Forks Stars size

wrapclib is a wrapper for some C libraries difficult to build otherwise. One if them is re2 with some taken from pyre2.

from wrapclib import re2
s = "<h1>mot</h1>"
print(re2.compile("(<.*>)").match(s).groups())

Links: