File: index.rst

package info (click to toggle)
python-url-matcher 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372 kB
  • sloc: python: 627; makefile: 17
file content (24 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
==============================
url-matcher documentation
==============================

URL matching library that relates URLs with resources. Rules are defined using
simple pattern definitions. It is simpler and faster than using regular expressions
if the rules involves many domains.

:ref:`license` is BSD 3-clause.

.. toctree::
   :caption: Getting started
   :maxdepth: 1

   intro.rst

.. toctree::
   :caption: Documentation
   :maxdepth: 1

   api_reference
   contributing
   changelog
   license