This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Cody Soyland (author)
Mon Nov 16 21:39:59 -0800 2009
surlex /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Mon Oct 19 22:18:25 -0700 2009 | |
| |
LICENSE | Sun Sep 06 10:33:14 -0700 2009 | |
| |
README | Sun Nov 15 17:51:41 -0800 2009 | |
| |
docs/ | Mon Nov 16 21:09:47 -0800 2009 | |
| |
scripts/ | Sun Sep 06 10:33:14 -0700 2009 | |
| |
setup.py | Fri Nov 13 16:59:40 -0800 2009 | |
| |
src/ | Mon Nov 16 15:28:17 -0800 2009 | |
| |
tests.py | Mon Nov 16 21:39:59 -0800 2009 |
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"







