Metadata-Version: 2.2
Name: pyshipstation
Version: 0.0.4
Project-URL: Homepage, https://github.com/go-swag/py-shipstation
Project-URL: Issues, https://github.com/go-swag/py-shipstation/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# py-shipstation

An unofficial [ShipStation API](https://www.shipstation.com/docs/api/) Python Client

# Publishing to PyPi

```bash
python -m build
```

```bash
python -m twine upload --repository pypi dist/*
```

# Tests

Run the test suite
```bash
pytest tests/
```
