Metadata-Version: 2.1
Name: aliexpress-sdk
Version: 0.1.2
Summary: Python wrapper of the AliExpress API for sellers
Home-page: https://github.com/bayborodin/aliexpress-sdk
License: MIT
Keywords: aliexpress,api,sdk
Author: Nicholas Bayborodin
Author-email: nicholas.bayborodin@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: flake8 (>=3.8.4,<4.0.0)
Project-URL: Repository, https://github.com/bayborodin/aliexpress-sdk
Description-Content-Type: text/markdown

# AliExpress Seller API SDK

Python wrapper of the AliExpress API for sellers.
See the original API documentation at the [Ali Express Open Platform](https://developers.aliexpress.com/en/doc.htm) web site.

[![Python](https://img.shields.io/badge/Python-3.x-%23FFD140)](https://www.python.org/)
[![License](https://img.shields.io/badge/License-MIT-%23e83633)](https://choosealicense.com/licenses/mit/)
[![GitHub last commit](https://img.shields.io/github/last-commit/bayborodin/aliexpress-sdk)](https://github.com/bayborodin/aliexpress-sdk)

## How to install
```
pip install aliexpress-sdk
```
or (for pre-release):
```sh
pip install git+https://github.com/bayborodin/aliexpress-sdk
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Before sending a pull request, please make sure that all tests pass and that the linter has no comments on your code.

## License
[MIT](https://choosealicense.com/licenses/mit/)

