id_translation#
Translation of IDs with flexible formatting and name matching.
For an introduction to translation, see Translation primer and Mapping primer.
Environment variables#
- ID_TRANSLATION_DISABLED#
Global switch. When
true, theTranslator.translate()-method returns immediately.
- ID_TRANSLATION_SUPPRESS_OPTIONAL_FETCHER_INIT_ERRORS#
Global switch. Set to
true(not recommended) to allow theTranslatorFactory()to discard optional fetchers that raise when imported or initialized. See the documentation for details.
- ID_TRANSLATION_VERBOSE#
Global switch. Set to
trueto overwrite the defaultENABLE_VERBOSE_LOGGINGvalue. Note that this variable is only read once (on module import). See the documentation for details.
Classes
|
End-user interface for all translation tasks. |
Modules
Integration for insertion and extraction of IDs and translations to and from various data structures. |
|
General errors for the translation suite. |
|
Fetching of translation data. |
|
Logging utilities; see Logging for help. |
|
Mapping implementations for matching groups of elements. |
|
Offline (in-memory) translation classes. |
|
Test implementations. |
|
Functions and classes for creating |
|
User-defined transformations of IDs and translations. |
|
Types that are specific to the |
|
Types used for translation. |
|
Various supporting functions and classes. |