Personal Python library to aid in software development
$ pip install dav-tools
dav-tools
contains a variety of diffent submodules, each with its own set of functionalities.
Importing is done in the form of
from dav_tools import <submodule>
since it usually doesn't make sense to import the whole library.
Some modules can also be executed in other scripts, using:
python -m dav_tools.modulename [options]
Only basic functionalities are available. Error management requires the original program to exit if a subcommand exits with an error code.