Metadata-Version: 2.1
Name: pgos-cli-python-sdk-v1
Version: 0.2.9.110
Summary: PGOS commandline interface
Author-email: yilungao <yilungao@tencent.com>
Project-URL: Homepage, https://pgos.intlgame.com/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3
Requires-Dist: cos-python-sdk-v5

# PGOS CLI Python SDK V1

## Intro

PGOS CLI Python SDK.

Requires Python3.8 or higher versions.

## Installing

Run setup script:

    python setup.py install

## Usage

### Examples for JSON params

Refer to *json_params_demo/*.json*

### Examples for SDK usage

Refer to *demo/test.py*
