Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

sdpython/wrapclib

Repository files navigation

image

wrapclib

Build status

Build Status Windows

image

image

MIT License

image

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: