Skip to content

iterative/telemetry-python

Repository files navigation

Iterative Telemetry

PyPI Status Python Version License

Tests Codecov pre-commit Black

Features

  • can be disabled in all tools by setting ITERATIVE_DO_NOT_TRACK=1 env var
  • single anonymised user_id across all iterative projects
  • collects minimal amount of anonymised data. For example:
{
    "tool_name": "dvc",
    "tool_version": "2.14.0",
    "user_id": "e798d2e2-8941-4f24-a868-3adcbf6467df",
    "os_name": "mac",
    "os_version": "12.3",
}

Requirements

  • TODO

Installation

You can install Iterative Telemetry via pip from PyPI:

$ pip install iterative-telemetry

Usage

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the Apache 2.0 license, Iterative Telemetry is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.