Metadata-Version: 2.1
Name: troop-sdk
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/troopstack/troop-sdk.git
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Troop-sdk

[![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests)
![PUBLISH](https://github.com/binaryai/sdk/workflows/PUBLISH/badge.svg)

## Introduction

Troop is an operation and maintenance automation infrastructure, a server centralized management system.

Troop provides three ways to access core APIs.

1. Python SDK

    Troop provides users with the ability to write custom tools to operation. Please refer to <a>Troop SDK Reference</a>.


2. Directly request API

    Please refer to <a href="https://troop.docs.apiary.io/" target="_blank">Troop API Reference</a>.


3. Command line tools

    The command line tool now facilitates users with easy access to use Troop.

## Installation

```shell
pip install troop-sdk
```

## Documentation

Please see the <a>Documentation</a> for more details.

