<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>_sre.py</name>
<shortdesc>a reimplementation of _sre in pure Python</shortdesc>
<description>_sre.py is a reimplementation of CPython's core regular expression engine, the
_sre extension module. It's written in pure Python to allow for easier
experimentation and to benefit alternative Python implementations that can't use
C modules like the standard _sre. This version is compatible with _sre from
CPython 2.3 and 2.4.</description>
<download-page>http://ubique.ch/code/_sre/releases/_sre.py-2.4c.tar.gz</download-page>
<homepage rdf:resource="http://ubique.ch/code/_sre" />
<maintainer><foaf:Person><foaf:name>Nik Haldimann</foaf:name>
<foaf:mbox_sha1sum>5cdd7b3760568bdfc3c48f2dde3c136325e7cb93</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.4c</revision></Version></release>
</Project></rdf:RDF>