Metadata-Version: 1.1
Name: watson-html
Version: 1.0.1
Summary: Utility methods for dealing with HTML.
Home-page: http://github.com/watsonpy/watson-html
Author: Simon Coulton
Author-email: simon at bespohk.com
License: Copyright (c) 2012-2014 Bespohk, and is maintained by multiple
contributors including:

	- Simon Coulton <simon@bespohk.com>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Description: Watson-Html
        ===========
        
        Utility methods for dealing with HTML.
        
        For full documentation please see `Read The
        Docs <http://watson-html.readthedocs.org/>`__.
        
        Build Status
        ^^^^^^^^^^^^
        
        |Build Status| |Coverage Status| |Version| |Downloads| |Licence|
        
        Installation
        ------------
        
        ``pip install watson-html``
        
        Dependencies
        ------------
        
        .. |Build Status| image:: https://api.travis-ci.org/watsonpy/watson-html.png?branch=master
           :target: https://travis-ci.org/watsonpy/watson-html
        .. |Coverage Status| image:: https://coveralls.io/repos/watsonpy/watson-html/badge.png
           :target: https://coveralls.io/r/watsonpy/watson-html
        .. |Version| image:: https://pypip.in/v/watson-html/badge.png
           :target: https://pypi.python.org/pypi/watson-html/
        .. |Downloads| image:: https://pypip.in/d/watson-html/badge.png
           :target: https://pypi.python.org/pypi/watson-html/
        .. |Licence| image:: https://pypip.in/license/watson-html/badge.png
           :target: https://pypi.python.org/pypi/watson-html/
        
Keywords: watson,python3,web framework,framework,wsgi,web,html,markup
Platform: Python 3.3
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
