File: index.md

package info (click to toggle)
python-strictyaml 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,708 kB
  • sloc: python: 12,836; sh: 48; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Compound StrictYAML Validators
---

- [Fixed length sequences (FixedSeq)](fixed-length-sequences)
- [Mappings combining defined and undefined keys (MapCombined)](map-combined)
- [Mappings with arbitrary key names (MapPattern)](map-pattern)
- [Mapping with defined keys and a custom key validator (Map)](mapping-with-slug-keys)
- [Using a YAML object of a parsed mapping](mapping-yaml-object)
- [Mappings with defined keys (Map)](mapping)
- [Optional keys with defaults (Map/Optional)](optional-keys-with-defaults)
- [Validating optional keys in mappings (Map)](optional-keys)
- [Sequences of unique items (UniqueSeq)](sequences-of-unique-items)
- [Sequence/list validator (Seq)](sequences)
- [Updating document with a schema](update)