File: README

package info (click to toggle)
python-regex 0.1.20190207-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,792 kB
  • sloc: ansic: 56,133; python: 15,395; makefile: 54
file content (14 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
regex is an alternative to the re package in the Python standard library. It is
intended to act as a drop in replacement, and one day to replace re. regex is
supported on Python v2.7 and v3.5 to v3.7.

For a full list of features see Python2/Features.rst or Python3/Features.rst.

To build and install regex for your default Python run 
    
    python setup.py install
    
To install regex for a specific version run setup.py with that interpreter, e.g.

    python3.4 setup.py install