yapyutils
Utilities for platform indepentent low-level system APIs.
...These are e.g. used for extensions of the *setuptools* and *distutils*, thus reduce
the package dependency and avoid circular dependencies whenever possible by using standard packages and classes only.
The more complex and complete data packages are provided for higher application layer
functionality.
The current release contains:
* *yapyutils.modules*
A utility to locate and load modules by a given name and/or file system path name,
based on the *sys.path* variable.
* *yapyutils.files*
Search and location of files, e.g. modules and configuration files...