README.md
setup.py
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_build.py
tests/test_items.py
tests/test_parser.py
tests/test_toml_document.py
tests/test_toml_file.py
tests/test_toml_tests.py
tests/test_utils.py
tests/test_write.py
tests/examples/0.5.0.toml
tests/examples/example.toml
tests/examples/fruit.toml
tests/examples/hard.toml
tests/examples/newline_in_strings.toml
tests/examples/preserve_quotes_in_string.toml
tests/examples/pyproject.toml
tests/examples/sections_with_same_start.toml
tests/examples/string_slash_whitespace_newline.toml
tests/examples/table_names.toml
tests/examples/test.toml
tests/examples/invalid/array_duplicate_comma.toml
tests/examples/invalid/array_leading_comma.toml
tests/examples/invalid/array_no_comma.toml
tests/examples/invalid/array_with_invalid_chars.toml
tests/examples/invalid/inline_table_duplicate_comma.toml
tests/examples/invalid/inline_table_leading_comma.toml
tests/examples/invalid/inline_table_no_comma.toml
tests/examples/invalid/inline_table_trailing_comma.toml
tests/examples/invalid/invalid_date.toml
tests/examples/invalid/invalid_datetime.toml
tests/examples/invalid/invalid_number.toml
tests/examples/invalid/invalid_time.toml
tests/examples/invalid/key_value_with_trailing_chars.toml
tests/examples/invalid/mixed_array_types.toml
tests/examples/invalid/newline_in_singleline_string.toml
tests/examples/invalid/section_with_trailing_characters.toml
tests/examples/invalid/string_slash_whitespace_char.toml
tests/examples/invalid/trailing_comma.toml
tests/examples/json/0.5.0.json
tests/examples/json/pyproject.json
tests/examples/json/table_names.json
tests/toml-test/COPYING
tests/toml-test/README.md
tests/toml-test/json.go
tests/toml-test/main.go
tests/toml-test/results.go
tests/toml-test/toml.go
tests/toml-test/tests/invalid/array-mixed-types-arrays-and-ints.toml
tests/toml-test/tests/invalid/array-mixed-types-ints-and-floats.toml
tests/toml-test/tests/invalid/array-mixed-types-strings-and-ints.toml
tests/toml-test/tests/invalid/datetime-malformed-no-leads.toml
tests/toml-test/tests/invalid/datetime-malformed-no-secs.toml
tests/toml-test/tests/invalid/datetime-malformed-no-t.toml
tests/toml-test/tests/invalid/datetime-malformed-with-milli.toml
tests/toml-test/tests/invalid/duplicate-key-table.toml
tests/toml-test/tests/invalid/duplicate-keys.toml
tests/toml-test/tests/invalid/duplicate-tables.toml
tests/toml-test/tests/invalid/empty-implicit-table.toml
tests/toml-test/tests/invalid/empty-table.toml
tests/toml-test/tests/invalid/float-leading-zero-neg.toml
tests/toml-test/tests/invalid/float-leading-zero-pos.toml
tests/toml-test/tests/invalid/float-leading-zero.toml
tests/toml-test/tests/invalid/float-no-leading-zero.toml
tests/toml-test/tests/invalid/float-no-trailing-digits.toml
tests/toml-test/tests/invalid/float-underscore-after-point.toml
tests/toml-test/tests/invalid/float-underscore-after.toml
tests/toml-test/tests/invalid/float-underscore-before-point.toml
tests/toml-test/tests/invalid/float-underscore-before.toml
tests/toml-test/tests/invalid/inline-table-linebreak.toml
tests/toml-test/tests/invalid/integer-leading-zero-neg.toml
tests/toml-test/tests/invalid/integer-leading-zero-pos.toml
tests/toml-test/tests/invalid/integer-leading-zero.toml
tests/toml-test/tests/invalid/integer-underscore-after.toml
tests/toml-test/tests/invalid/integer-underscore-before.toml
tests/toml-test/tests/invalid/integer-underscore-double.toml
tests/toml-test/tests/invalid/key-after-array.toml
tests/toml-test/tests/invalid/key-after-table.toml
tests/toml-test/tests/invalid/key-empty.toml
tests/toml-test/tests/invalid/key-hash.toml
tests/toml-test/tests/invalid/key-newline.toml
tests/toml-test/tests/invalid/key-no-eol.toml
tests/toml-test/tests/invalid/key-open-bracket.toml
tests/toml-test/tests/invalid/key-single-open-bracket.toml
tests/toml-test/tests/invalid/key-space.toml
tests/toml-test/tests/invalid/key-start-bracket.toml
tests/toml-test/tests/invalid/key-two-equals.toml
tests/toml-test/tests/invalid/llbrace.toml
tests/toml-test/tests/invalid/multi-line-inline-table.toml
tests/toml-test/tests/invalid/rrbrace.toml
tests/toml-test/tests/invalid/string-bad-byte-escape.toml
tests/toml-test/tests/invalid/string-bad-codepoint.toml
tests/toml-test/tests/invalid/string-bad-escape.toml
tests/toml-test/tests/invalid/string-bad-slash-escape.toml
tests/toml-test/tests/invalid/string-bad-uni-esc.toml
tests/toml-test/tests/invalid/string-byte-escapes.toml
tests/toml-test/tests/invalid/string-no-close.toml
tests/toml-test/tests/invalid/table-array-implicit.toml
tests/toml-test/tests/invalid/table-array-malformed-bracket.toml
tests/toml-test/tests/invalid/table-array-malformed-empty.toml
tests/toml-test/tests/invalid/table-empty.toml
tests/toml-test/tests/invalid/table-nested-brackets-close.toml
tests/toml-test/tests/invalid/table-nested-brackets-open.toml
tests/toml-test/tests/invalid/table-whitespace.toml
tests/toml-test/tests/invalid/table-with-pound.toml
tests/toml-test/tests/invalid/text-after-array-entries.toml
tests/toml-test/tests/invalid/text-after-integer.toml
tests/toml-test/tests/invalid/text-after-string.toml
tests/toml-test/tests/invalid/text-after-table.toml
tests/toml-test/tests/invalid/text-before-array-separator.toml
tests/toml-test/tests/invalid/text-in-array.toml
tests/toml-test/tests/invalid-encoder/array-mixed-types-ints-and-floats.json
tests/toml-test/tests/valid/array-empty.json
tests/toml-test/tests/valid/array-empty.toml
tests/toml-test/tests/valid/array-nospaces.json
tests/toml-test/tests/valid/array-nospaces.toml
tests/toml-test/tests/valid/array-string-quote-comma-2.json
tests/toml-test/tests/valid/array-string-quote-comma-2.toml
tests/toml-test/tests/valid/array-string-quote-comma.json
tests/toml-test/tests/valid/array-string-quote-comma.toml
tests/toml-test/tests/valid/array-string-with-comma.json
tests/toml-test/tests/valid/array-string-with-comma.toml
tests/toml-test/tests/valid/array-table-array-string-backslash.json
tests/toml-test/tests/valid/array-table-array-string-backslash.toml
tests/toml-test/tests/valid/arrays-hetergeneous.json
tests/toml-test/tests/valid/arrays-hetergeneous.toml
tests/toml-test/tests/valid/arrays-nested.json
tests/toml-test/tests/valid/arrays-nested.toml
tests/toml-test/tests/valid/arrays.json
tests/toml-test/tests/valid/arrays.toml
tests/toml-test/tests/valid/bool.json
tests/toml-test/tests/valid/bool.toml
tests/toml-test/tests/valid/comments-at-eof.json
tests/toml-test/tests/valid/comments-at-eof.toml
tests/toml-test/tests/valid/comments-at-eof2.json
tests/toml-test/tests/valid/comments-at-eof2.toml
tests/toml-test/tests/valid/comments-everywhere.json
tests/toml-test/tests/valid/comments-everywhere.toml
tests/toml-test/tests/valid/datetime-timezone.json
tests/toml-test/tests/valid/datetime-timezone.toml
tests/toml-test/tests/valid/datetime.json
tests/toml-test/tests/valid/datetime.toml
tests/toml-test/tests/valid/double-quote-escape.json
tests/toml-test/tests/valid/double-quote-escape.toml
tests/toml-test/tests/valid/empty.json
tests/toml-test/tests/valid/empty.toml
tests/toml-test/tests/valid/escaped-escape.json
tests/toml-test/tests/valid/escaped-escape.toml
tests/toml-test/tests/valid/example.json
tests/toml-test/tests/valid/example.toml
tests/toml-test/tests/valid/exponent-part-float.json
tests/toml-test/tests/valid/exponent-part-float.toml
tests/toml-test/tests/valid/float-exponent.json
tests/toml-test/tests/valid/float-exponent.toml
tests/toml-test/tests/valid/float-underscore.json
tests/toml-test/tests/valid/float-underscore.toml
tests/toml-test/tests/valid/float.json
tests/toml-test/tests/valid/float.toml
tests/toml-test/tests/valid/implicit-and-explicit-after.json
tests/toml-test/tests/valid/implicit-and-explicit-after.toml
tests/toml-test/tests/valid/implicit-and-explicit-before.json
tests/toml-test/tests/valid/implicit-and-explicit-before.toml
tests/toml-test/tests/valid/implicit-groups.json
tests/toml-test/tests/valid/implicit-groups.toml
tests/toml-test/tests/valid/inline-table-array.json
tests/toml-test/tests/valid/inline-table-array.toml
tests/toml-test/tests/valid/inline-table.json
tests/toml-test/tests/valid/inline-table.toml
tests/toml-test/tests/valid/integer-underscore.json
tests/toml-test/tests/valid/integer-underscore.toml
tests/toml-test/tests/valid/integer.json
tests/toml-test/tests/valid/integer.toml
tests/toml-test/tests/valid/key-equals-nospace.json
tests/toml-test/tests/valid/key-equals-nospace.toml
tests/toml-test/tests/valid/key-numeric.json
tests/toml-test/tests/valid/key-numeric.toml
tests/toml-test/tests/valid/key-space.json
tests/toml-test/tests/valid/key-space.toml
tests/toml-test/tests/valid/key-special-chars.json
tests/toml-test/tests/valid/key-special-chars.toml
tests/toml-test/tests/valid/keys-with-dots.json
tests/toml-test/tests/valid/keys-with-dots.toml
tests/toml-test/tests/valid/long-float.json
tests/toml-test/tests/valid/long-float.toml
tests/toml-test/tests/valid/long-integer.json
tests/toml-test/tests/valid/long-integer.toml
tests/toml-test/tests/valid/multiline-string.json
tests/toml-test/tests/valid/multiline-string.toml
tests/toml-test/tests/valid/newline-crlf.json
tests/toml-test/tests/valid/newline-crlf.toml
tests/toml-test/tests/valid/newline-lf.json
tests/toml-test/tests/valid/newline-lf.toml
tests/toml-test/tests/valid/raw-multiline-string.json
tests/toml-test/tests/valid/raw-multiline-string.toml
tests/toml-test/tests/valid/raw-string.json
tests/toml-test/tests/valid/raw-string.toml
tests/toml-test/tests/valid/string-empty.json
tests/toml-test/tests/valid/string-empty.toml
tests/toml-test/tests/valid/string-escapes.json
tests/toml-test/tests/valid/string-escapes.toml
tests/toml-test/tests/valid/string-nl.json
tests/toml-test/tests/valid/string-nl.toml
tests/toml-test/tests/valid/string-simple.json
tests/toml-test/tests/valid/string-simple.toml
tests/toml-test/tests/valid/string-with-pound.json
tests/toml-test/tests/valid/string-with-pound.toml
tests/toml-test/tests/valid/table-array-implicit.json
tests/toml-test/tests/valid/table-array-implicit.toml
tests/toml-test/tests/valid/table-array-many.json
tests/toml-test/tests/valid/table-array-many.toml
tests/toml-test/tests/valid/table-array-nest.json
tests/toml-test/tests/valid/table-array-nest.toml
tests/toml-test/tests/valid/table-array-one.json
tests/toml-test/tests/valid/table-array-one.toml
tests/toml-test/tests/valid/table-array-table-array.json
tests/toml-test/tests/valid/table-array-table-array.toml
tests/toml-test/tests/valid/table-empty.json
tests/toml-test/tests/valid/table-empty.toml
tests/toml-test/tests/valid/table-no-eol.json
tests/toml-test/tests/valid/table-no-eol.toml
tests/toml-test/tests/valid/table-sub-empty.json
tests/toml-test/tests/valid/table-sub-empty.toml
tests/toml-test/tests/valid/table-whitespace.json
tests/toml-test/tests/valid/table-whitespace.toml
tests/toml-test/tests/valid/table-with-literal-string.json
tests/toml-test/tests/valid/table-with-literal-string.toml
tests/toml-test/tests/valid/table-with-pound.json
tests/toml-test/tests/valid/table-with-pound.toml
tests/toml-test/tests/valid/table-with-single-quotes.json
tests/toml-test/tests/valid/table-with-single-quotes.toml
tests/toml-test/tests/valid/underscored-float.json
tests/toml-test/tests/valid/underscored-float.toml
tests/toml-test/tests/valid/underscored-integer.json
tests/toml-test/tests/valid/underscored-integer.toml
tests/toml-test/tests/valid/unicode-escape.json
tests/toml-test/tests/valid/unicode-escape.toml
tests/toml-test/tests/valid/unicode-literal.json
tests/toml-test/tests/valid/unicode-literal.toml
tomlkit/__init__.py
tomlkit/_compat.py
tomlkit/_utils.py
tomlkit/api.py
tomlkit/container.py
tomlkit/exceptions.py
tomlkit/items.py
tomlkit/parser.py
tomlkit/source.py
tomlkit/toml_char.py
tomlkit/toml_document.py
tomlkit/toml_file.py
tomlkit.egg-info/PKG-INFO
tomlkit.egg-info/SOURCES.txt
tomlkit.egg-info/dependency_links.txt
tomlkit.egg-info/requires.txt
tomlkit.egg-info/top_level.txt