codysoyland / surlex
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
commit 0230365e43e75b9ec22a3a417591912c83e4494a
tree 60d8bfbc22ff46bd1772a880d605b74bec6da998
parent a676a461d9ed31cbfbd18bfeea8ce5d3f0d1b0c3
tree 60d8bfbc22ff46bd1772a880d605b74bec6da998
parent a676a461d9ed31cbfbd18bfeea8ce5d3f0d1b0c3
surlex /
README
Surlex (Simple URL Expression) is a language for matching and extracting text, similar to regex (regular expression). It works by generating a regular expression from a more concise syntax that is designed to produce easy-to-read url patterns. Documentation is available as RestructuredText in the "docs" directory. HTML documentation is at: http://codysoyland.com/projects/surlex/documentation/ A tutorial also exists at: http://codysoyland.com/blog/2009/sep/6/introduction-surlex/ Installation: Download and extract the tarball and run "python setup.py install" or.. install with PyPI/pip by running "pip install surlex"

