Metadata-Version: 2.1
Name: logsight-sdk-py
Version: 0.1.26
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, https://logsight-sdk-py.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
Description: README
        ******
        
        .. image:: https://github.com/aiops/logsight-sdk-py/actions/workflows/build.yml/badge.svg
            :target: https://github.com/aiops/logsight-sdk-py/actions/workflows/build.yml
            :alt: Build
        
        .. image:: https://img.shields.io/pypi/v/logsight-sdk-py
            :target: https://pypi.python.org/pypi/logsight-sdk-py/
            :alt: Package version
        
        .. image:: https://img.shields.io/pypi/pyversions/logsight-sdk-py.svg
            :target: https://pypi.org/project/pytest/
        
        .. 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
        
        .. image:: https://img.shields.io/pypi/dw/logsight-sdk-py.svg
            :target: https://pypi.org/project/logsight-sdk-py/
            :alt: Weekly PyPI downloads
        
        ..  image:: https://img.shields.io/twitter/follow/logsight.svg?label=logsight&style=flat&logo=twitter&logoColor=4FADFF
            :target: https://twitter.com/logsight
            :alt: logsight.ai on Twitter
        
        
        
        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 with
        the AI-driven log analytics platform logsight.ai_.
        
        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
        
        The Logsight SDK Python package is deployed to the following external platforms:
        
        + Test Python Package Index (TestPyPI): `Test PyPI`_
        + Python Package Index (PyPI): PyPI_
        + Documentation: docs_
        
        .. _logsight.ai: https://logsight.ai
        .. _test pypi: https://test.pypi.org/search/?q=%22logsight-sdk-py%22&o=
        .. _pypi: https://pypi.org/search/?q=%22logsight-sdk-py%22&o=
        .. _docs: https://logsight-sdk-py.readthedocs.io
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
