https://github.com/thoth-station/analyzer
Analyzer library for the Thoth project
https://github.com/thoth-station/analyzer
artificial-intelligence hacktoberfest thoth
Last synced: about 2 months ago
JSON representation
Analyzer library for the Thoth project
- Host: GitHub
- URL: https://github.com/thoth-station/analyzer
- Owner: thoth-station
- License: gpl-3.0
- Created: 2018-02-27T08:58:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T21:40:16.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:51:25.304Z (2 months ago)
- Topics: artificial-intelligence, hacktoberfest, thoth
- Language: Python
- Homepage: https://thoth-station.github.io/
- Size: 569 KB
- Stars: 0
- Watchers: 9
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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
`_. Thus you can install this
package using pip or pipenv:.. code-block:: console
pipenv install thoth-analyzer