Metadata-Version: 1.0
Name: pytyp
Version: 1.0
Summary: JSON and YAML interoperation for Python 3 using type annotations
Home-page: http://www.acooke.org/pytyp/
Author: Andrew Cooke
Author-email: andrew@acooke.org
License: UNKNOWN
Description: 
        Pytyp populates Python 3 classes with data from JSON and YAML. It can also
        work in reverse, generating JSON or YAML from existing classes. This means:
        
        Easier integration with systems that communicate using JSON and YAML.
        Configurations files in a format that is more natural and expressive than
        Python’s configparser library.  Although pytyp works with “ordinary” Python
        classes, you do need to follow some rules. These are explained in the
        documentation for the pytyp package. The pytyp.json and pytyp.yaml packages
        contain routines for interacting with those two formats.
        
        The mechanism used to implement decoding of “untyped” data streams from JSON
        and YAML also supports runtime verification of values against type
        declarations for Python 3.
        
Keywords: parser
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: License :: OSI Approved :: Mozilla Public License 1.1 (MPL 1.1)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
