About Anaconda Help Download Anaconda

Validobj gives you valid objects

copied from cf-staging / validobj

Installers

Info: This package contains files in non-standard labels.
  • noarch v1.1

conda install

To install this package run one of the following:
conda install conda-forge::validobj
conda install conda-forge/label/cf202003::validobj

Description

Validobj is library that takes semistructured data (for example JSON and YAML configuration files) and converts it to more structured Python objects. It places the emphasis on:

  • Good error messages (rather than avoiding extra work in the error handling code).
  • Schema defined in terms of dataclasses and other high level objects such as enums, as well as a subset of the typing module.
  • Simplicity of implementation (rather than full generality).

Validobj requires Python 3.7 and has no other dependencies.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy