Metadata-Version: 1.0
Name: urlminer
Version: 0.1.1
Summary: Provides a class for building RESTful applications and                    web services using a Resource Oriented Architecture
Home-page: http://code.google.com/p/urlminer/
Author: Stephen Day
Author-email: stephen.h.day@gm**l.com
License: MIT
Description: The aim of urlminer is to handle url traversal for your application. It doesn't
        try (or want) to do much more, as other tools can easily be integrated, thanks
        to WSGI. The only tools that *aren't* useful with urlminer are dispatchers, except
        when they are used to direct requests to your application root.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
