"""Python module which parses and emits TOML. Released under the MIT license. """ from pip._vendor.toml import encoder from pip._vendor.toml import decoder __version__ = "0.10.1" _spec_ = "0.5.0" load = decoder.load loads = decoder.loads TomlDecoder = decoder.TomlDecoder TomlDecodeError = decoder.TomlDecodeError TomlPreserveCommentDecoder = decoder.TomlPreserveCommentDecoder dump = encoder.dump dumps = encoder.dumps TomlEncoder = encoder.TomlEncoder TomlArraySeparatorEncoder = encoder.TomlArraySeparatorEncoder TomlPreserveInlineDictEncoder = encoder.TomlPreserveInlineDictEncoder TomlNumpyEncoder = encoder.TomlNumpyEncoder TomlPreserveCommentEncoder = encoder.TomlPreserveCommentEncoder TomlPathlibEncoder = encoder.TomlPathlibEncoder
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 2755 |
|
|
__init__.py | File | 747 B | 0644 |
|
common.py | File | 242 B | 0644 |
|
decoder.py | File | 37.79 KB | 0644 |
|
encoder.py | File | 9.72 KB | 0644 |
|
ordered.py | File | 378 B | 0644 |
|
tz.py | File | 618 B | 0644 |
|