Metadata-Version: 2.5
Name: sweetrpg-client
Version: 0.1.2
Summary: API client library for SweetRPG services
Project-URL: Documentation, https://sweetrpg.github.io/client
Author-email: Paul Schifferer <dm@sweetrpg.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.14
Requires-Dist: jsonapi-client
Requires-Dist: marshmallow==3.26.1
Requires-Dist: opentelemetry-api
Requires-Dist: requests~=2.0
Requires-Dist: sweetrpg-api-core
Requires-Dist: sweetrpg-catalog-objects
Requires-Dist: sweetrpg-model-core
Description-Content-Type: text/markdown

# Client

[![Unit tests](https://github.com/sweetrpg/client/actions/workflows/python-ci.yml/badge.svg)](https://github.com/sweetrpg/client/actions/workflows/python-ci.yml)
[![Coverage](https://img.shields.io/endpoint?url=https://sweetrpg.github.io/client.py/coverage/coverage-badge.json)](https://sweetrpg.github.io/client.py/coverage/)
[![PyPI version](https://badgen.net/pypi/v/sweetrpg-client)](https://pypi.org/project/sweetrpg-client)
[![License](https://img.shields.io/github/license/sweetrpg/client.svg)](https://img.shields.io/github/license/sweetrpg/client.svg)
[![Issues](https://img.shields.io/github/issues/sweetrpg/client.svg)](https://img.shields.io/github/issues/sweetrpg/client.svg)
[![PRs](https://img.shields.io/github/issues-pr/sweetrpg/client.svg)](https://img.shields.io/github/issues-pr/sweetrpg/client.svg)
[![Dependabot](https://badgen.net/github/dependabot/sweetrpg/client)](https://badgen.net/github/dependabot/sweetrpg/client)

[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
[![Built with love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://ForTheBadge.com/images/badges/built-with-love.svg)

This package provides client access to SweetRPG API resources.

## Documentation

Documentation for this package can be found [here](https://sweetrpg.github.io/client).
