Metadata-Version: 2.1
Name: odeo-python-sdk
Version: 1.0.0
Summary: Python library for Odeo For Business API
Home-page: https://docs.odeo.co.id
License: MIT
Author: Rudi
Author-email: rudi@odeo.co.id
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Requires-Dist: Sphinx (>=4.4.0,<5.0.0); extra == "docs"
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: requests-oauthlib (>=1.3.0,<2.0.0)
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0); extra == "docs"
Project-URL: Documentation, https://odeo-python-sdk.readthedocs.io
Project-URL: Repository, https://github.com/odeoteknologi/odeo-python-sdk
Description-Content-Type: text/markdown

# Odeo Python SDK

[![PyPI version](https://badge.fury.io/py/odeo-python-sdk.svg)](https://pypi.org/project/odeo-python-sdk)
[![Documentation Status](https://readthedocs.org/projects/odeo-python-sdk/badge/?version=latest)](https://odeo-python-sdk.readthedocs.io/en/latest/?badge=latest)
[![PyPI - License](https://img.shields.io/pypi/l/odeo-python-sdk)](https://opensource.org/licenses/MIT)

Python library for calling Odeo For Business API, such as _Disbursement_, _Payment Gateway_, _Cash_, and _Sub Users_
services.

## Installation

The SDK currently supports Python 3.9 and later.

To use Odeo Python SDK, install the latest version with `pip`:

```shell
pip install odeo-python-sdk
```

## Documentation

For more detailed guides of how to use and set up the SDK please go to https://odeo-python-sdk.readthedocs.io
