> For the complete documentation index, see [llms.txt](https://smallso.gitbook.io/stopwatch/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smallso.gitbook.io/stopwatch/python/overview.md).

# 概述

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 %}
