It comes as a class for building RESTful applications and web services using a Resource Oriented Architecture.
Using the WSGI, it can be integrated with many other tools.
Here are some key features of "urlminer":
· Use standard regular expressions to build an URL structure.
· No custom syntax to learn.
· Simple.
· One module of ~250 lines, including docstrings.
· URL traversal is all it does.
· It uses WSGI.
What's New in This Release: [ read full changelog ]
· Fixed bug where PATH_INFO key is absent.
· Added all redirect codes.