Metadata-Version: 2.1
Name: tokopedia
Version: 0.4.1
Summary: Python SDK for Tokopedia Seller API 
Keywords: tokopedia,openapi,api-client,tokopedia-api,seller-api
Author: hexatester
Author-email: hexatester@protonmail.com
Requires-Python: >=3.7,<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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business
Requires-Dist: attrs (>=20.3.0,<21.0.0)
Requires-Dist: cattrs (>=1.3.0,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: requests (>=2.25.1,<3.0.0)
Description-Content-Type: text/markdown

# tokopedia

[![tokopedia - PyPi](https://img.shields.io/pypi/v/tokopedia)](https://pypi.org/project/tokopedia/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/tokopedia)](https://pypi.org/project/tokopedia/)
[![LICENSE](https://img.shields.io/github/license/hexatester/tokopedia)](https://github.com/hexatester/tokopedia/blob/main/LICENSE)
[![Tests](https://github.com/hexatester/tokopedia/actions/workflows/pytest.yml/badge.svg)](https://github.com/hexatester/tokopedia/actions/workflows/pytest.yml)
[![codecov](https://codecov.io/gh/hexatester/tokopedia/branch/main/graph/badge.svg)](https://codecov.io/gh/hexatester/tokopedia)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Mypy](https://img.shields.io/badge/Mypy-enabled-brightgreen)](https://github.com/python/mypy)

Python SDK for Tokopedia Seller API. This SDK allows you to integrate your system into Tokopedia

## Featured API

- Webhooks API: Register webhook to get notification through your system.
- Product API: Create and manage products with/without variant.
- Order API: Get order info and manage all incoming orders.
- Logistic API: Manage your Third-party logistics service.
- Shop API: View and Update Shop Information.
- Category API: Get all product category information.
- Interaction API: Get all messages, replies, and send a reply.
- Statistic API: Get the statistics of your transactions and buyers.

