Metadata-Version: 2.1
Name: carrier.royalmail
Version: 2021.2
Summary: Australia Post API Schemas Python Data Types library
Home-page: https://github.com/PurplShip/purplship-carriers/tree/master/carrier.royalmail
License: MIT
Author: Dan Kobina
Author-email: danielkobina@gmail.com
Requires-Python: >=3.6,<4.0
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: jstruct (>=2020.4.0,<2021.0.0)
Project-URL: Repository, https://github.com/PurplShip/purplship-carriers
Description-Content-Type: text/markdown

# carrier.royalmail

Royal Mail Web API schemas Python Data Types

## Installation

```bash
pip install carrier.royalmail
```

## Usage

```python
import royalmail_lib

help(royalmail_lib)
```

*This package is used by the [Purplship Multi-carrier Shipping Interface](https://github.com/PurplShip/purplship)*

