# access-py-telemetry An IPython/Jupyter extension that instruments registered Python function calls and sends non-blocking usage telemetry to remote endpoints. This documentation is organised for two audiences: - **End users** — people using packages that already have telemetry integrated (e.g. `intake`, `payu`) who want to understand or control whether it runs. - **Developers** — library authors who want to add usage tracking to their own packages. ```{toctree} :maxdepth: 1 :caption: Getting Started installation ``` ```{toctree} :maxdepth: 2 :caption: End Users end-users/index end-users/cli ``` ```{toctree} :maxdepth: 2 :caption: Developers developers/index developers/integration developers/configuration developers/decorators developers/api ``` ```{toctree} :maxdepth: 1 :caption: Project changelog contributing ```