Metadata-Version: 2.0
Name: thoth-common
Version: 0.9.3
Summary: Shared code logic in the project Thoth.
Home-page: UNKNOWN
Author: Fridolin Pokorny
Author-email: fridolin@redhat.com
License: GPLv3+
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: daiquiri
Requires-Dist: sentry-sdk
Requires-Dist: requests
Requires-Dist: rfc5424-logging-handler
Requires-Dist: attrs
Requires-Dist: pyyaml
Requires-Dist: requests
Provides-Extra: openshift
Requires-Dist: openshift (==0.8.0); extra == 'openshift'
Requires-Dist: kubernetes (==8.0.0); extra == 'openshift'

Thoth Common
------------

A library used in project `Thoth <https://thoth-station.ninja>`_. It's aim is to
provide core utilities for logger setup, manipulation with datetimes and
similar handy helpers.

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

This project is released on
`PyPI <https://pypi.org/project/thoth-common>`_, so the latest release can be
installed via pip or `Pipenv <https://pipenv.readthedocs.io>`_ as shown below:

.. code-block:: console

  pipenv install thoth-common



