Skip to main content

Simple Python wrapper to fetch data from Austrian Post (post.at)

Project description

Python wrapper for Austrian Post web services

This is a Python wrapper for web services provided by Austrian Post.

Currently, it only supports looking up shipment details by tracking number.

Groundwork for services requiring authentication is laid out, but not working yet. If you want to contribute, please feel free to do so.

Installation

pip install git+https://kumig.it/kumitterer/postat.git

Usage

from postat.classes.api import PostAPI

api = PostAPI()

# Get shipment details

shipment_details = api.get_shipment_details("123456789012345678901234567890")

shipment = shipment["data"]["einzelsendung"]

# Get latest event

latest_event = shipment["sendungsEvents"][-1]

License

This project is licensed under the MIT License. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

postat-0.9.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

postat-0.9.0-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page