debug = true
password = 50m3Th1NGS3Kr!T
[numbers.integer]
value = 1

[numbers.float]
value = 2.0

[sequence.empty-list]
value = []

[sequence.empty-tuple]
value = ()

[sequence.lists]
short = [1, 2, 3, 4]
long = [Abagail had short hair,
   Johnathan wore his far too long,
   Isabelle was terribly frightened of very small horses,
   And Henry ate the canned beans until they were all gone!]

[datetimes.datetime]
value = 2017-05-31T10:00:00

[datetimes.date]
value = 2017-05-31

[datetimes.time]
value = 10:15:02

[strings]
short_string = unquoted string
string_with_spaces = " a quoted string preserves white space "
multiline_string = """
    This is a multiline\
    |   string with an\
    |   indent.
    """
text = This is a much longer text block
    that we want to preserve but keep
    readable in our configuration file.
    We can used this for email body
    text, and things like that.
