thoth-analyzer


Namethoth-analyzer JSON
Version 0.1.8 PyPI version JSON
download
home_page
SummaryAnalyzer library for project Thoht.
upload_time2020-01-16 13:45:43
maintainer
docs_urlNone
authorFridolin Pokorny
requires_python
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "thoth-analyzer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fridolin Pokorny",
    "author_email": "fridolin@redhat.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/49/2bb3c73899b79e21cbce7b65eb578e6fae2a4416202edf2cd2ec3ea79544/thoth-analyzer-0.1.8.tar.gz",
    "platform": "",
    "description": "Thoth Analyzer\n--------------\n\nA library with common functionality for Thoth's workloads (jobs and CLIs) run in OpenShift.\n\nThe library provides common functionality for analyzers. It is supposed to be\na base for implementing any new analyzer in the Thoth project.\n\nCurrently, there are implemented two core components:\n\n1. A `Command` class for running and executing any external executables.\n2. Gathering metadata about the environment where the analyzer was run with all the information such as Python version, arguments supplied to analyzer and others.\n\nInstallation\n============\n\nThis package is realased on PyPI as `thoth-analyzer\n<https://pypi.org/project/thoth-analyzer>`_. Thus you can install this\npackage using pip or pipenv:\n\n.. code-block:: console\n\n  pipenv install thoth-analyzer\n\n\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Analyzer library for project Thoht.",
    "version": "0.1.8",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "af85215ac86ab3c5c7aee4d7163334ae",
                "sha256": "8a29ce615e5feddd301a8c6656132268bede23d4187a5cfb60f790f80cd04dc1"
            },
            "downloads": -1,
            "filename": "thoth_analyzer-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af85215ac86ab3c5c7aee4d7163334ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6938,
            "upload_time": "2020-01-16T13:45:40",
            "upload_time_iso_8601": "2020-01-16T13:45:40.301759Z",
            "url": "https://files.pythonhosted.org/packages/83/17/7fcb18dc065ae514721ad09cfd80ff707245a9d082a8569509e781a015a0/thoth_analyzer-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c524567b1d980a055c20303da8ff965e",
                "sha256": "3f830334a3ba725cacf64ccc756e42f0c7946fd8038da6565cb2de569ea5c9c1"
            },
            "downloads": -1,
            "filename": "thoth-analyzer-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c524567b1d980a055c20303da8ff965e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4828,
            "upload_time": "2020-01-16T13:45:43",
            "upload_time_iso_8601": "2020-01-16T13:45:43.452951Z",
            "url": "https://files.pythonhosted.org/packages/aa/49/2bb3c73899b79e21cbce7b65eb578e6fae2a4416202edf2cd2ec3ea79544/thoth-analyzer-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-01-16 13:45:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "thoth-analyzer"
}
        
Elapsed time: 0.01490s