File: __init__.py

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
from.import encoder,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