Metadata-Version: 2.1
Name: colander
Version: 1.8.2
Summary: A simple schema-based serialization and deserialization library
Home-page: https://github.com/Pylons/colander
Author: Agendaless Consulting
Author-email: pylons-discuss@googlegroups.com
Maintainer: Pylons Project
Maintainer-email: pylons-discuss@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Project-URL: Documentation, https://docs.pylonsproject.org/projects/colander/en/latest/index.html
Project-URL: Changelog, https://docs.pylonsproject.org/projects/colander/en/latest/changes.html
Project-URL: Issue Tracker, https://github.com/Pylons/colander/issues
Description: Colander
        ========
        
        .. image:: https://github.com/Pylons/colander/workflows/Build/test%20on%20Linux/badge.svg?branch=master
            :target: https://github.com/Pylons/colander/actions?query=workflow%3A%22Build%2Ftest+on+Linux%22
        
        .. image:: https://github.com/Pylons/colander/workflows/Build/test%20on%20MacOS/badge.svg?branch=master
            :target: https://github.com/Pylons/colander/actions?query=workflow%3A%22Build%2Ftest+on+MacOS%22
        
        .. image:: https://github.com/Pylons/colander/workflows/Build/test%20on%20Windows/badge.svg?branch=master
            :target: https://github.com/Pylons/colander/actions?query=workflow%3A%22Build%2Ftest+on+Windows%22
        
        .. image:: https://readthedocs.org/projects/colander/badge/?version=master
                :target: https://docs.pylonsproject.org/projects/colander/en/master/
                :alt: Documentation Status
        
        An extensible package which can be used to:
        
        - deserialize and validate a data structure composed of strings,
          mappings, and lists.
        
        - serialize an arbitrary data structure to a data structure composed
          of strings, mappings, and lists.
        
        It is tested on Python 2.7, 3.5, 3.6, 3.7, and 3.8, and PyPy and PyPy3.
        
        Please see https://docs.pylonsproject.org/projects/colander/en/latest/
        for documentation.
        
        See https://github.com/Pylons/colander for in-development version.
        
Keywords: serialize deserialize validate schema validation
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: Repoze Public License
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/x-rst
Provides-Extra: testing
Provides-Extra: docs
