5.1. yapyutils.__init__¶
The package ‘yapyutils’ provides miscellaneous runtime utilities for Python programs.
Subpackages
5.1.1. Module¶
yapyutils provides various low-level Python utilities for installation and bootstrap stages, thus the implementation is kept independent from higher stack-layers when ever possible. Ultimately features are provided redundant in favor of independence.
The subpackage layout prioritizes modularity and granularity, eventually at the cost of minor performance reduction.
The absolute and overall priority is the avoidance of circular dependencies.
Sources: yapyutils/__init__.py