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 (16 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Scalar StrictYAML Validators
---

- [Boolean (Bool)](boolean)
- [Parsing comma separated items (CommaSeparated)](comma-separated)
- [Datetimes (Datetime)](datetime)
- [Decimal numbers (Decimal)](decimal)
- [Email and URL validators](email-and-url)
- [Empty key validation](empty)
- [Enumerated scalars (Enum)](enum)
- [Floating point numbers (Float)](float)
- [Hexadecimal Integers (HexInt)](hexadecimal-integer)
- [Integers (Int)](integer)
- [Validating strings with regexes (Regex)](regular-expressions)
- [Parsing strings (Str)](string)