Metadata-Version: 2.1
Name: logsight-sdk-py
Version: 0.0.16
Summary: Logsight SDK Python
Home-page: https://github.com/aiops/logsight-sdk-py
Author: Jorge Cardoso
Author-email: jorge.cardoso.pt@gmail.com
License: unlicense
Project-URL: Documentation, http://logsight.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/aiops/logsight-sdk-py
Project-URL: Tracker, https://github.com/aiops/logsight-sdk-py/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

.. image:: https://readthedocs.org/projects/logsight-sdk-py/badge/?version=latest
    :target: https://logsight-sdk-py.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

Logsight SDK Python
===================

Logsight SDK Python is a set of open source libraries, tools, documentation, and code samples that provides an easy, lightweight solution to instrument the source code of custom applications so that you can monitor their behavior and performance with logsight.ai.
Logsight SDK uses a client/server architecture and communicates via HTTP.

Main advantages:

+ Ease of use
+ No 3rd-party dependencies
+ Easily portability to other programming languages

Main functionalities:

+ Create and delete applications
+ Send log data records to logsight.ai
+ Retrieve incident reports
+ Analyze the quality of logs
+ Compare data logs

Documentation can be found here: docs_

.. _docs: https://readthedocs.org/projects/logsight-sdk-py/badge/?version=latest

