Skip to main content

A Python Client for RedX Courier Service

Project description

RedXClient

RedXClient is a client for the RedX server. It is written in Python and uses the requests and pydantic to communicate with the server and validate data.

It also returns the data as convenient Python objects.

Installation

pip install redxclient

Usage

from redxclient import RedXClient

client = RedXClient(api_key="your_api_key")

parcel = client.get_parcel_details("parcel_id")
print(parcel)

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

redxclient-0.2.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

redxclient-0.2.0-py3-none-any.whl (4.3 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