JSON and YAML interoperation for Python 3 using type annotations
Project 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.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
pytyp-1.0.2.zip
(12.3 kB
view hashes)
pytyp-1.0.2.tar.gz
(8.3 kB
view hashes)