Metadata-Version: 2.4
Name: watson-validators
Version: 1.0.6
Summary: Validate and verify arbitrary values.
Home-page: http://github.com/watsonpy/watson-validators
Author: Simon Coulton
Author-email: simon@bespohk.com
License: Copyright (c) 2012-2016 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.
        
Keywords: watson,python3,web framework,framework,wsgi,web
Platform: Python 3.3
Classifier: Development Status :: 5 - Production/Stable
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 :: 3.4
Classifier: Programming Language :: Python :: 3.5
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
License-File: LICENSE
License-File: AUTHORS
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: coveralls; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: summary

Watson-Validators
=================

Validate and verify arbitrary values.

For full documentation please see `Read The
Docs <http://watson-validators.readthedocs.org/>`__.

Build Status
^^^^^^^^^^^^

|Build Status| |Coverage Status| |Version|

Installation
------------

``pip install watson-validators``

Dependencies
------------

.. |Build Status| image:: https://img.shields.io/travis/watsonpy/watson-validators.svg?maxAge=2592000
   :target: https://travis-ci.org/watsonpy/watson-validators
.. |Coverage Status| image:: https://img.shields.io/coveralls/watsonpy/watson-validators.svg?maxAge=2592000
   :target: https://coveralls.io/r/watsonpy/watson-validators
.. |Version| image:: https://img.shields.io/pypi/v/watson-validators.svg?maxAge=2592000
   :target: https://pypi.python.org/pypi/watson-validators/
