About Anaconda Help Download Anaconda

main / packages / parse_type 0.6.2

Simplifies to build parse types based on the parse module

Installers

  • linux-s390x v0.6.2
  • linux-64 v0.6.2
  • osx-arm64 v0.6.2
  • linux-aarch64 v0.6.2
  • osx-64 v0.6.2
  • win-64 v0.6.2

conda install

To install this package run one of the following:
conda install main::parse_type

Description

parse_type extends the parse module (opposite of string.format()) with the following features: * build type converters for common use cases (enum/mapping, choice) * build a type converter with a cardinality constraint (0..1, 0.., 1..) from the type converter with cardinality=1. * compose a type converter from other type converters * an extended parser that supports the CardinalityField naming schema and creates missing type variants (0..1, 0.., 1..) from the primary type converter


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