Metadata-Version: 2.2
Name: pyshipstation
Version: 0.0.2
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
Description-Content-Type: text/markdown

# py-shipstation
A ShipStation Python Client

# Publishing to PyPi

```bash
python -m build
```

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

