public
Description: Surlex (Simple URL expression translator) - Language for URL matching and extraction
Homepage:
Clone URL: git://github.com/codysoyland/surlex.git
surlex /
name age message
file AUTHORS Mon Oct 19 22:18:25 -0700 2009 Updated AUTHORS file. [Cody Soyland]
file LICENSE Sun Sep 06 10:33:14 -0700 2009 added setup.py, LICENSE, and AUTHORS files [Cody Soyland]
file README Sun Nov 15 17:51:41 -0800 2009 Added documentation link to README. [Cody Soyland]
directory docs/ Mon Nov 16 21:09:47 -0800 2009 Corrected heading level in docs. [Cody Soyland]
directory scripts/ Sun Sep 06 10:33:14 -0700 2009 added setup.py, LICENSE, and AUTHORS files [Cody Soyland]
file setup.py Fri Nov 13 16:59:40 -0800 2009 Switched to setuptools and made testing easier ... [Cody Soyland]
directory src/ Mon Nov 16 15:28:17 -0800 2009 fixed error in get_all_nodes [chrisdickinson]
file tests.py Mon Nov 16 21:39:59 -0800 2009 Replacing every mispelled instance of "grammar." [Cody Soyland]
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"