Getting Started

The logikal-utils library provides a set of simple common Python utilities. Installation is very simple:

pip install logikal-utils

That’s it! You can now use any of the provided standard utilities.

Docker

In case you want to use the Docker utilities, you need to install the docker extra:

pip install logikal-utils[docker]