Metadata-Version: 2.1
Name: sumologic-sdk
Version: 0.1.13
Summary: Sumo Logic Python SDK
Home-page: https://github.com/SumoLogic/sumologic-python-sdk
Author: SumoLogic, Yoway Buorn, Melchi Salins
Author-email: it@sumologic.com, melchisalins@icloud.com, apps-team@sumologic.com
License: PSF
Description: Sumo Logic Python SDK
        =====================
        
        Community-supported Python interface to the Sumo Logic REST API.  The idea is to make it easier to
        hit the API in Python code.  Sample scripts available in the `scripts` folder.  Please submit issues
        here via Github.  Do not submit customer issues to Sumo Logic support (but REST API issues are of 
        course supported).
        
        ### TLS 1.2 Requirement
        
        Sumo Logic only accepts connections from clients using TLS version 1.2 or greater. To utilize the content of this repo, ensure that it's running in an execution environment that is configured to use TLS 1.2 or greater.
        
        Installing
        ==========
        
        ```
        pip install sumologic-sdk
        ```
        
        How to use / examples
        =====================
        
        See [scripts/](scripts/)
        
        License
        =======
        
        Copyright 2017 Sumo Logic Inc. 
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
        Contributing
        =============
        
        Please see CONTRIBUTING.md for guidelines
        
        
        Support
        =======
        
        This repository and the code within is not supported by Sumo Logic.
        
Keywords: sumologic python sdk rest api log management analytics logreduce security siem collector forwarder
Platform: UNKNOWN
Description-Content-Type: text/markdown
