> 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/en/python/overview.md).

# Overview

{% hint style="info" %}
This is the content of Google Machine Translation, and some content may seem a bit strange.
{% endhint %}

Stopwatch-Kit for Python is a Stopwatch Kit implementation for Python and the main implementation of the Stopwatch Kit. By using the Stopwatch Kit, you can quickly count and manage the high-precision runtime of Python programs. The following runtimes are currently supported:

* Python 3.6 or higher.

{% hint style="danger" %}
Please note that the Stopwatch Kit is only supported for Python 3 or higher. Developers using the Python 2 version should upgrade to Python 3 or higher. The [Python Software Foundation](https://www.python.org/psf/) announced that it will stop supporting Python 2 by 2020.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/en/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.
