# 概述

Stopwatch-Kit for Python 是面向 Python 推出的 Stopwatch Kit 实现，也是 Stopwatch Kit 的主要实现。通过使用 Stopwatch Kit，您可以快速统计和管理 Python 程序高精度运行时长。目前支持以下运行时：

* Python 3.6 或更高。

{% hint style="danger" %}
请注意，Stopwatch Kit 仅面向 Python 3 或更高版本提供支持。使用 Python 2 版本的开发者应该升级到 Python 3 或更高版本。[Python 软件基金会](https://www.python.org/psf/)宣布将于 2020 年停止对 Python 2 的支持。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smallso.gitbook.io/stopwatch/python/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
