Skip to main content

TIER Python SDK

Project description

TIER Python

Latest Version on PyPi Software License Build Status Buy us a tree

An SDK to easily work with the TIER API

Install

Via Pip

pip install tier-sdk

Usage

from tier import TIER

tier = TIER(api_token="your-token")

sites = tier.vehicles.in_radius(52.548977, 13.437837, 500)
Available Methods Description
tier.vehicles.in_radius(latitude, longitude, radius) Retrieve a VehiclesCollection dict with details about vehicles for a specific radius.
tier.vehicles.in_zone(zone_id) Retrieve a VehiclesCollection dict with details about vehicles for a specific radius.
tier.vehicles.get(vehicle_id) Retrieve a Vehicle dict with details about a specific vehicle.
tier.zones.all() Retrieve a RootZonesCollection dict with details about all zones.
tier.zones.near(latitude, longitude) Retrieve a RootZonesCollection dict with details about zones within 50km of a set of coordinates.
tier.zones.get(zone_id) Retrieve a RootZone dict with details about a specific zone.

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

hatch shell

hatch run test

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.

It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.

You can buy trees here.

Read more about Treeware at treeware.earth.

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

tier_sdk-0.1.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

tier_sdk-0.1.2-py3-none-any.whl (5.0 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