iterative-telemetry 0.0.10


pip install iterative-telemetry

  Latest version

Released: Feb 11, 2025

Project Links

Meta
Requires Python: >=3.8

Classifiers

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11

Development Status
  • 4 - Beta

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.

Extras:
Dependencies:
requests
appdirs
filelock
distro