5.1. yapyutils.__init__

The package ‘yapyutils’ provides miscellaneous runtime utilities for Python programs.

  • Subpackages

    config

    configuration setups

    files

    locate and search files

    help

    online help

    modules

    management of Python modules

    releases

    versions and releases

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

5.1.2. Exceptions

exception yapyutils.YapyUtilsError[source]

Subsystem YapyUtils.