Metadata-Version: 2.1
Name: tencent-cloud-sdk-core
Version: 0.2.5
Summary: Tencent Cloud SDK for Python components. This package is the core component of the Tencent Cloud SDK. Most Tencent Cloud SDK components depend on this package.
Home-page: https://github.com/nobody-night/tencent-cloud-sdk-python
Author: MIEK
Author-email: king@xiaoyy.org
License: MIT License
Keywords: tencent-cloud sdk-python
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Tencent Cloud SDK for Python - Core
The core component of the Tencent Cloud SDK for Python. Most Tencent Cloud SDK for Python components rely on the core functionality provided by this package.

**Tips:** Please note that this package depends on certain components and open source packages and cannot be installed and used independently.

## Installation
With the Python package manager, you can quickly install the Tencent Cloud SDK for Python - Auth.

```bash
pip install tencent-cloud-sdk-core
```

You can also try to build and install locally:

```bash
python setup.py install
```

## Requirements
This component depends on the following packages:

- tencent-cloud-sdk-auth >= 0.1.4
- tencent-cloud-sdk-common >= 0.1.1

## Other
If you encounter any problems during use, you are welcome to navigate to the [Issues](https://github.com/nobody-night/tencent-cloud-sdk-python/issues) page to submit and we will be happy to assist you with the problem.
