Metadata-Version: 2.1
Name: pgos-cli-python-sdk-v1
Version: 0.2.10.113
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

Install with pip:

    python -m pip install --upgrade pgos-cli-python-sdk-v1

## Usage

### Examples for JSON params

Refer to *./tests/json_params_demo/*.json*

### Examples for SDK usage

Refer to *./tests/test.py*
