Metadata-Version: 2.1
Name: hotsos
Version: 1.15.post5
Summary: Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: cryptography
Requires-Dist: distro
Requires-Dist: jinja2
Requires-Dist: progress
Requires-Dist: propertree
Requires-Dist: pyyaml
Requires-Dist: searchkit (>=0.2.7)
Requires-Dist: simplejson
Requires-Dist: importlib-metadata ; python_version >= "3.8"

# Hotsos

Use hotsos to implement repeatable analysis and extract useful information from common cloud applications and subsystems. Write analyses scenarios using a high-level language, leveraging Python libaries to help extract information. A catalog of analysis implementations is included. The code is organised as “plugins” that implement functionality specific to an application or subsystem.

## Documentation

Installation and Usage: https://hotsos.readthedocs.io/en/latest/install/index.html

Contributing: https://hotsos.readthedocs.io/en/latest/contrib/index.html

Full documentation: https://hotsos.readthedocs.io/en/latest/
