{"id":27093,"library":"kanaries-track","title":"Kanaries Track","description":"A lightweight Python library for tracking data operations to Kanaries data infrastructure. It provides simple functions to log data pipelines, queries, and events. The current version is 0.0.5, with intermittent releases.","status":"active","version":"0.0.5","language":"python","source_language":"en","source_url":"https://pypi.org/project/kanaries-track/","tags":["tracking","data-infrastructure","monitoring"],"install":[{"cmd":"pip install kanaries-track","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"Common mistake: using 'kanaries-track' (hyphen) instead of 'kanaries_track' (underscore).","wrong":"","symbol":"track","correct":"from kanaries_track import track"}],"quickstart":{"code":"from kanaries_track import track\ntrack(\"data_pipeline\", status=\"started\")","lang":"python","description":"Import and call the track function to record an event."},"warnings":[{"fix":"Pin the exact version in requirements.txt and check for updates regularly.","message":"The library is very early stage (v0.0.5) with minimal documentation. API may change without notice.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Install with 'pip install kanaries-track' and import as 'from kanaries_track import track'.","cause":"Incorrect import path: using 'kanaries-track' (hyphen) or 'kanaries_track' misspelled.","error":"ModuleNotFoundError: No module named 'kanaries'"},{"fix":"Update to the latest version: pip install --upgrade kanaries-track","cause":"The library version is too old or the function was renamed.","error":"AttributeError: module 'kanaries_track' has no attribute 'track'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}