Metadata-Version: 2.0
Name: thoth-analyzer
Version: 0.1.4
Summary: Analyzer library for project Thoht.
Home-page: UNKNOWN
Author: Fridolin Pokorny
Author-email: fridolin@redhat.com
License: GPLv3+
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: click
Requires-Dist: delegator.py (>=0.1.0)
Requires-Dist: distro
Requires-Dist: requests
Requires-Dist: thoth-common

Thoth Analyzer
--------------

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:

1. A `Command` class for running and executing any external executables.
2. Gathering metadata about the environment where the analyzer was run with all the information such as Python version, arguments supplied to analyzer and others.

Installation
============

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


