Metadata-Version: 2.4
Name: woo-ext
Version: 0.2.0
Summary: Extended functions for woocommerce client
Project-URL: Changelog, https://github.com/m-birke/woo-ext/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/m-birke/woo-ext#readme
Project-URL: Homepage, https://github.com/m-birke/woo-ext
Project-URL: Issues, https://github.com/m-birke/woo-ext/issues
Project-URL: Source, https://github.com/m-birke/woo-ext
Author-email: m-birke <wesci@web.de>
License-Expression: MIT
License-File: LICENSE
Keywords: API,REST,client,extension,woo,woocommerce
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: pydantic>=2.12.5
Requires-Dist: tenacity<10,>=9.1
Requires-Dist: woocommerce<4,>=3.0.0
Description-Content-Type: text/markdown

# woo-ext

|     |     |
| --- | --- |
| Version | [![PyPI - Version](https://img.shields.io/pypi/v/woo-ext.svg)](https://pypi.org/project/woo-ext) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/woo-ext.svg)](https://pypi.org/project/woo-ext) |
| Project | ![GitHub License](https://img.shields.io/github/license/m-birke/woo-ext) ![PyPI - Status](https://img.shields.io/pypi/status/woo-ext) ![PyPI - Format](https://img.shields.io/pypi/format/woo-ext) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/woo-ext) |
| CI | ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/m-birke/woo-ext/static-code-check.yml) |
| Code | ![PyPI - Types](https://img.shields.io/pypi/types/woo-ext) [![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) [![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) |

-----

Extended functions for woocommerce client

## Table of Contents

- [Usage](#usage)
- [License](#license)

## Usage

```python
# TODO
```

## License

`woo-ext` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
