Metadata-Version: 2.1
Name: baiducloud-python-sdk-blb
Version: 0.0.3
Summary: Baidu Cloud blbApi SDK Library for Python
Home-page: https://github.com/baidubce/baiducloud-python-sdk
Author: Baidu Cloud SDK
Author-email: 
License: Apache License 2.0
Project-URL: Source, https://github.com/baidubce/baiducloud-python-sdk
Project-URL: Documentation, https://github.com/baidubce/baiducloud-python-sdk/tree/master/docs
Project-URL: Changelog, https://github.com/baidubce/baiducloud-python-sdk/blob/master/baiducloud-python-sdk-blb/ChangeLog.md
Keywords: baiducloud,blb
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodome (>=3.8.0)
Requires-Dist: future (>=0.6.0)
Requires-Dist: six (>=1.4.0)
Requires-Dist: baiducloud-python-sdk-core (>=0.0.2)

English | [简体中文](README-CN.md)

## Baidu Cloud blbApi SDK for Python

## Requirements

- Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4

## Installation

- **Install with pip**

Python SDK uses a common package management tool named `pip`. If pip is not installed, see the [pip user guide](https://pip.pypa.io/en/stable/installing/ "pip User Guide") to install pip.

```bash
# Install the baiducloud_python_sdk_blb
pip install baiducloud_python_sdk_blb
```

## Issues

[Opening an Issue](https://github.com/baidubce/baiducloud-python-sdk/issues/new), Issues not conforming to the guidelines may be closed immediately.

## Usage

[Quick Examples](https://github.com/baidubce/baiducloud-python-sdk/blob/master/docs/Usage-EN.md)

## Changelog

Detailed changes for each release are documented in the [release notes](./ChangeLog.md).

## References

- [Latest Release](https://github.com/baidubce/baiducloud-python-sdk)

## License

[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)

