aiotractive
Asynchronous Python client for the Tractive REST API
What it is and what it does
aiotractive is an unofficial async Python wrapper around Tractive's REST API for pet tracking devices. It provides programmatic access to tracker status, historical positions, device control (buzzer, LED, live tracking), and real-time event streaming. The package is built on aiohttp for async I/O and includes full type hints for static analysis.
The library is in active development but not feature-complete relative to the Tractive web app. It requires an active Tractive subscription and valid credentials. Since it reverse-engineers Tractive's undocumented API, breaking changes may occur if Tractive modifies their endpoints. The project has low install friction and no known security vulnerabilities.
Use it for:
- Build home automation integrations that fetch pet location and battery status from Tractive trackers
- Stream real-time tracker events to a monitoring dashboard or alerting system
- Retrieve historical position data for pet movement analysis or reporting
- Programmatically control tracker features like buzzer and LED from custom applications
- Develop bot or script that periodically checks tracker status and notifies on location changes
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Asynchronous Python client for the Tractive pet tracking REST API, enabling programmatic access to tracker status, location history, device control, and real-time events.
Yes, if you own Tractive devices and need async Python access to their API. The package has low install friction, active maintenance, permissive licensing, and no known vulnerabilities. Be aware it is reverse-engineered (not official), in alpha status, and may break if Tractive changes their API. Not suitable if you need guaranteed API stability or comprehensive feature coverage.
Install
aiotractive on PyPI
pip
pip install aiotractiveuv
uv add aiotractivepoetry
poetry add aiotractiveInstalling aiotractive
Before you install
Low install friction with pure Python dependencies (aiohttp, orjson, yarl). Active maintenance with recent commits and no known vulnerabilities. Supports Python 3.9 through 3.14.
License in practice
MIT license permits commercial and private use with minimal restrictions; you may use, modify, and distribute the package freely provided you include the original license notice.
Quickstart
pip install aiotractive
import asyncio
from aiotractive import Tractive
async def main():
async with Tractive("email", "password") as client:
trackers = await client.trackers()
for tracker in trackers:
pos = await tracker.pos_report()
print(pos)
asyncio.run(main())
Requires an active Tractive subscription and valid account credentials. Tractive may change their API at any time, potentially breaking this reverse-engineered client.
Verify before relying
- Completeness of API coverage relative to the Tractive web app's full feature set
- Stability guarantees or SLA for the reverse-engineered API endpoints
- Whether all tracker models and device types are supported
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aiohttp, orjson, yarl |
| Maintenance | actively maintained — 112 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,992/month — #14,760 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aiotractive-1.0.3-py3-none-any.whl
Keywords: tractive, rest, api, aio, async, await
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
pytileRetrieves information from Tile® Bluetooth…
permissive · top 15,000 on PyPI
aiopvapiAsync Python API client for PowerView motorized…
permissive · top 15,000 on PyPI
aiofileProvides asynchronous file I/O operations for…
permissive · top 1,000 on PyPI
yoto-apiAsync Python client for controlling Yoto player…
permissive · top 15,000 on PyPI
aiopulseAsynchronous Python library for controlling…
permissive · top 15,000 on PyPI
universal-analytics-python3Sends event and pageview data to Google…
permissive · top 15,000 on PyPI
aimAim logs training runs and AI metadata, then…
permissive · top 15,000 on PyPI
aioblescanaioblescan listens for and parses Bluetooth Low…
permissive · top 15,000 on PyPI
aio-geojson-clientProvides async access to GeoJSON feeds with…
permissive · top 15,000 on PyPI
gotailwindAsynchronous Python client for controlling and…
permissive · top 15,000 on PyPI