dictIO package

Subpackages

dictIO.utils

Utility functions for dictionary I/O operations.

Modules

dictIO.dict

SDict class definition.

dictIO.dict_parser

DictParser class for parsing and translating dictionaries from and to dictIO native file format, as well as JSON and XML.

dictIO.dict_reader

DictReader class for reading dictionaries in dictIO native file format, as well as JSON and XML.

dictIO.dict_writer

DictWriter class for writing dictionaries in dictIO native file format, as well as JSON and XML.

dictIO.formatter

Formatter for different dictionary file formats.

dictIO.parser

Parsers for different dictionary file formats.

dictIO.types

Type aliases and generic type variables for the dictIO package.

dictIO.cpp_dict

Module dictIO.cppDict.