Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5c335c3dcc925e380597e967f1c531ab to your computer and use it in GitHub Desktop.
Save r-ryantm/5c335c3dcc925e380597e967f1c531ab to your computer and use it in GitHub Desktop.
/nix/store/6vx2dyissm2bsrj6yxm04jkw2nqk5ksy-python2.7-tomlkit-0.5.11
├── lib
│   └── python2.7
│   └── site-packages
│   ├── tests
│   │   ├── conftest.py
│   │   ├── conftest.pyc
│   │   ├── examples
│   │   │   ├── 0.5.0.toml
│   │   │   ├── example.toml
│   │   │   ├── fruit.toml
│   │   │   ├── hard.toml
│   │   │   ├── invalid
│   │   │   │   ├── array_duplicate_comma.toml
│   │   │   │   ├── array_leading_comma.toml
│   │   │   │   ├── array_no_comma.toml
│   │   │   │   ├── array_with_invalid_chars.toml
│   │   │   │   ├── inline_table_duplicate_comma.toml
│   │   │   │   ├── inline_table_leading_comma.toml
│   │   │   │   ├── inline_table_no_comma.toml
│   │   │   │   ├── inline_table_trailing_comma.toml
│   │   │   │   ├── invalid_datetime.toml
│   │   │   │   ├── invalid_date.toml
│   │   │   │   ├── invalid_number.toml
│   │   │   │   ├── invalid_time.toml
│   │   │   │   ├── key_value_with_trailing_chars.toml
│   │   │   │   ├── mixed_array_types.toml
│   │   │   │   ├── newline_in_singleline_string.toml
│   │   │   │   ├── section_with_trailing_characters.toml
│   │   │   │   ├── string_slash_whitespace_char.toml
│   │   │   │   └── trailing_comma.toml
│   │   │   ├── json
│   │   │   │   ├── 0.5.0.json
│   │   │   │   ├── pyproject.json
│   │   │   │   └── table_names.json
│   │   │   ├── newline_in_strings.toml
│   │   │   ├── preserve_quotes_in_string.toml
│   │   │   ├── pyproject.toml
│   │   │   ├── sections_with_same_start.toml
│   │   │   ├── string_slash_whitespace_newline.toml
│   │   │   ├── table_names.toml
│   │   │   └── test.toml
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── test_api.py
│   │   ├── test_api.pyc
│   │   ├── test_build.py
│   │   ├── test_build.pyc
│   │   ├── test_items.py
│   │   ├── test_items.pyc
│   │   ├── test_parser.py
│   │   ├── test_parser.pyc
│   │   ├── test_toml_document.py
│   │   ├── test_toml_document.pyc
│   │   ├── test_toml_file.py
│   │   ├── test_toml_file.pyc
│   │   ├── test_toml_tests.py
│   │   ├── test_toml_tests.pyc
│   │   ├── test_utils.py
│   │   ├── test_utils.pyc
│   │   ├── test_write.py
│   │   ├── test_write.pyc
│   │   └── toml-test
│   │   ├── COPYING
│   │   ├── json.go
│   │   ├── main.go
│   │   ├── README.md
│   │   ├── results.go
│   │   ├── tests
│   │   │   ├── invalid
│   │   │   │   ├── array-mixed-types-arrays-and-ints.toml
│   │   │   │   ├── array-mixed-types-ints-and-floats.toml
│   │   │   │   ├── array-mixed-types-strings-and-ints.toml
│   │   │   │   ├── datetime-malformed-no-leads.toml
│   │   │   │   ├── datetime-malformed-no-secs.toml
│   │   │   │   ├── datetime-malformed-no-t.toml
│   │   │   │   ├── datetime-malformed-with-milli.toml
│   │   │   │   ├── duplicate-keys.toml
│   │   │   │   ├── duplicate-key-table.toml
│   │   │   │   ├── duplicate-tables.toml
│   │   │   │   ├── empty-implicit-table.toml
│   │   │   │   ├── empty-table.toml
│   │   │   │   ├── float-leading-zero-neg.toml
│   │   │   │   ├── float-leading-zero-pos.toml
│   │   │   │   ├── float-leading-zero.toml
│   │   │   │   ├── float-no-leading-zero.toml
│   │   │   │   ├── float-no-trailing-digits.toml
│   │   │   │   ├── float-underscore-after-point.toml
│   │   │   │   ├── float-underscore-after.toml
│   │   │   │   ├── float-underscore-before-point.toml
│   │   │   │   ├── float-underscore-before.toml
│   │   │   │   ├── inline-table-linebreak.toml
│   │   │   │   ├── integer-leading-zero-neg.toml
│   │   │   │   ├── integer-leading-zero-pos.toml
│   │   │   │   ├── integer-leading-zero.toml
│   │   │   │   ├── integer-underscore-after.toml
│   │   │   │   ├── integer-underscore-before.toml
│   │   │   │   ├── integer-underscore-double.toml
│   │   │   │   ├── key-after-array.toml
│   │   │   │   ├── key-after-table.toml
│   │   │   │   ├── key-empty.toml
│   │   │   │   ├── key-hash.toml
│   │   │   │   ├── key-newline.toml
│   │   │   │   ├── key-no-eol.toml
│   │   │   │   ├── key-open-bracket.toml
│   │   │   │   ├── key-single-open-bracket.toml
│   │   │   │   ├── key-space.toml
│   │   │   │   ├── key-start-bracket.toml
│   │   │   │   ├── key-two-equals.toml
│   │   │   │   ├── llbrace.toml
│   │   │   │   ├── multi-line-inline-table.toml
│   │   │   │   ├── rrbrace.toml
│   │   │   │   ├── string-bad-byte-escape.toml
│   │   │   │   ├── string-bad-codepoint.toml
│   │   │   │   ├── string-bad-escape.toml
│   │   │   │   ├── string-bad-slash-escape.toml
│   │   │   │   ├── string-bad-uni-esc.toml
│   │   │   │   ├── string-byte-escapes.toml
│   │   │   │   ├── string-no-close.toml
│   │   │   │   ├── table-array-implicit.toml
│   │   │   │   ├── table-array-malformed-bracket.toml
│   │   │   │   ├── table-array-malformed-empty.toml
│   │   │   │   ├── table-empty.toml
│   │   │   │   ├── table-nested-brackets-close.toml
│   │   │   │   ├── table-nested-brackets-open.toml
│   │   │   │   ├── table-whitespace.toml
│   │   │   │   ├── table-with-pound.toml
│   │   │   │   ├── text-after-array-entries.toml
│   │   │   │   ├── text-after-integer.toml
│   │   │   │   ├── text-after-string.toml
│   │   │   │   ├── text-after-table.toml
│   │   │   │   ├── text-before-array-separator.toml
│   │   │   │   └── text-in-array.toml
│   │   │   ├── invalid-encoder
│   │   │   │   └── array-mixed-types-ints-and-floats.json
│   │   │   └── valid
│   │   │   ├── array-empty.json
│   │   │   ├── array-empty.toml
│   │   │   ├── array-nospaces.json
│   │   │   ├── array-nospaces.toml
│   │   │   ├── arrays-hetergeneous.json
│   │   │   ├── arrays-hetergeneous.toml
│   │   │   ├── arrays.json
│   │   │   ├── arrays-nested.json
│   │   │   ├── arrays-nested.toml
│   │   │   ├── arrays.toml
│   │   │   ├── array-string-quote-comma-2.json
│   │   │   ├── array-string-quote-comma-2.toml
│   │   │   ├── array-string-quote-comma.json
│   │   │   ├── array-string-quote-comma.toml
│   │   │   ├── array-string-with-comma.json
│   │   │   ├── array-string-with-comma.toml
│   │   │   ├── array-table-array-string-backslash.json
│   │   │   ├── array-table-array-string-backslash.toml
│   │   │   ├── bool.json
│   │   │   ├── bool.toml
│   │   │   ├── comments-at-eof2.json
│   │   │   ├── comments-at-eof2.toml
│   │   │   ├── comments-at-eof.json
│   │   │   ├── comments-at-eof.toml
│   │   │   ├── comments-everywhere.json
│   │   │   ├── comments-everywhere.toml
│   │   │   ├── datetime.json
│   │   │   ├── datetime-timezone.json
│   │   │   ├── datetime-timezone.toml
│   │   │   ├── datetime.toml
│   │   │   ├── double-quote-escape.json
│   │   │   ├── double-quote-escape.toml
│   │   │   ├── empty.json
│   │   │   ├── empty.toml
│   │   │   ├── escaped-escape.json
│   │   │   ├── escaped-escape.toml
│   │   │   ├── example.json
│   │   │   ├── example.toml
│   │   │   ├── exponent-part-float.json
│   │   │   ├── exponent-part-float.toml
│   │   │   ├── float-exponent.json
│   │   │   ├── float-exponent.toml
│   │   │   ├── float.json
│   │   │   ├── float.toml
│   │   │   ├── float-underscore.json
│   │   │   ├── float-underscore.toml
│   │   │   ├── implicit-and-explicit-after.json
│   │   │   ├── implicit-and-explicit-after.toml
│   │   │   ├── implicit-and-explicit-before.json
│   │   │   ├── implicit-and-explicit-before.toml
│   │   │   ├── implicit-groups.json
│   │   │   ├── implicit-groups.toml
│   │   │   ├── inline-table-array.json
│   │   │   ├── inline-table-array.toml
│   │   │   ├── inline-table.json
│   │   │   ├── inline-table.toml
│   │   │   ├── integer.json
│   │   │   ├── integer.toml
│   │   │   ├── integer-underscore.json
│   │   │   ├── integer-underscore.toml
│   │   │   ├── key-equals-nospace.json
│   │   │   ├── key-equals-nospace.toml
│   │   │   ├── key-numeric.json
│   │   │   ├── key-numeric.toml
│   │   │   ├── key-space.json
│   │   │   ├── key-space.toml
│   │   │   ├── key-special-chars.json
│   │   │   ├── key-special-chars.toml
│   │   │   ├── keys-with-dots.json
│   │   │   ├── keys-with-dots.toml
│   │   │   ├── long-float.json
│   │   │   ├── long-float.toml
│   │   │   ├── long-integer.json
│   │   │   ├── long-integer.toml
│   │   │   ├── multiline-string.json
│   │   │   ├── multiline-string.toml
│   │   │   ├── newline-crlf.json
│   │   │   ├── newline-crlf.toml
│   │   │   ├── newline-lf.json
│   │   │   ├── newline-lf.toml
│   │   │   ├── raw-multiline-string.json
│   │   │   ├── raw-multiline-string.toml
│   │   │   ├── raw-string.json
│   │   │   ├── raw-string.toml
│   │   │   ├── string-empty.json
│   │   │   ├── string-empty.toml
│   │   │   ├── string-escapes.json
│   │   │   ├── string-escapes.toml
│   │   │   ├── string-nl.json
│   │   │   ├── string-nl.toml
│   │   │   ├── string-simple.json
│   │   │   ├── string-simple.toml
│   │   │   ├── string-with-pound.json
│   │   │   ├── string-with-pound.toml
│   │   │   ├── table-array-implicit.json
│   │   │   ├── table-array-implicit.toml
│   │   │   ├── table-array-many.json
│   │   │   ├── table-array-many.toml
│   │   │   ├── table-array-nest.json
│   │   │   ├── table-array-nest.toml
│   │   │   ├── table-array-one.json
│   │   │   ├── table-array-one.toml
│   │   │   ├── table-array-table-array.json
│   │   │   ├── table-array-table-array.toml
│   │   │   ├── table-empty.json
│   │   │   ├── table-empty.toml
│   │   │   ├── table-no-eol.json
│   │   │   ├── table-no-eol.toml
│   │   │   ├── table-sub-empty.json
│   │   │   ├── table-sub-empty.toml
│   │   │   ├── table-whitespace.json
│   │   │   ├── table-whitespace.toml
│   │   │   ├── table-with-literal-string.json
│   │   │   ├── table-with-literal-string.toml
│   │   │   ├── table-with-pound.json
│   │   │   ├── table-with-pound.toml
│   │   │   ├── table-with-single-quotes.json
│   │   │   ├── table-with-single-quotes.toml
│   │   │   ├── underscored-float.json
│   │   │   ├── underscored-float.toml
│   │   │   ├── underscored-integer.json
│   │   │   ├── underscored-integer.toml
│   │   │   ├── unicode-escape.json
│   │   │   ├── unicode-escape.toml
│   │   │   ├── unicode-literal.json
│   │   │   └── unicode-literal.toml
│   │   └── toml.go
│   ├── tomlkit
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── container.py
│   │   ├── container.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── items.py
│   │   ├── items.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── source.py
│   │   ├── source.pyc
│   │   ├── toml_char.py
│   │   ├── toml_char.pyc
│   │   ├── toml_document.py
│   │   ├── toml_document.pyc
│   │   ├── toml_file.py
│   │   ├── toml_file.pyc
│   │   ├── _utils.py
│   │   └── _utils.pyc
│   └── tomlkit-0.5.11.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 281 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment