News

Namespace packages are a way to split a single Python package across multiple directories (or repositories). In our case, this is useful because it allows to create a modular library of packages that ...
The package also provide wrapper for python modules, methods, classes and attributes to implement reflection. Two high level importers are provided, including PathModuleImporter as default and ...