Metadata-Version: 2.1
Name: carrier.ups
Version: 2020.11
Summary: UPS Web API Schemas Python Data Types library
Home-page: https://github.com/purplship/purplship/tree/main/carrier.ups
License: Apache License Version 2.0
Author: Purplship
Author-email: hello@purplship.com
Requires-Python: >=3.6,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
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: lxml
Requires-Dist: six
Project-URL: Repository, https://github.com/purplship/purplship
Description-Content-Type: text/markdown

# ups

UPS Web API schemas Python Data Types generated with [generateDS](http://www.davekuhlman.org/generateDS.html)

## Installation

```bash
pip install carrier.ups
```

## Usage

```python
import ups_lib

help(ups_lib)
```

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

