Metadata-Version: 2.4
Name: royal-mail-click-and-drop
Version: 0.0.8
Summary: Royal Mail Click and Drop Client
Author-email: pawrequest <royal_mail+pawrequest@users.noreply.github.com>
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: urllib3<3.0.0,>=2.1.0
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1
Requires-Dist: pydantic-settings>=2.11.0
Requires-Dist: loguru>=0.7.3

A basic client for interacting with the Royal Mail Click and Drop API.

Most of the code is auto generated by OpenAPI Generator from the OpenAPI spec available at https://api.parcel.royalmail.com/.

However the generated code is verbose and not very user friendly, so this package provides a simplified client interface, as well as some normalisation to work with [Shipaw](https://github.com/pawrequest/shipaw/tree/v3).

See [Generated README](README_AUTO.md)

NOTE: This package is in early development and the API is subject to change.
