A library with common functionality for Thoth's workloads (jobs and CLIs) run in OpenShift.
The library provides common functionality for analyzers. It is supposed to be a base for implementing any new analyzer in the Thoth project.
Currently, there are implemented two core components:
Command
class for running and executing any external executables.This package is realased on PyPI as thoth-analyzer <https://pypi.org/project/thoth-analyzer>
_. Thus you can install this
package using pip or pipenv:
.. code-block:: console
pipenv install thoth-analyzer