Metadata-Version: 2.1
Name: tracker-utils
Version: 0.1.3
Summary: A Python CLI tool for testing trackers
Keywords: tracker,utils,cli,tu
Author-Email: XiYang6666 <1782356858@qq.com>
License: MIT
Project-URL: repository, https://github.com/XiYang6666/TrackerUtils
Project-URL: homepage, https://github.com/XiYang6666/TrackerUtils
Requires-Python: >=3.12
Requires-Dist: aiodns>=3.2.0
Requires-Dist: rich>=14.0.0
Requires-Dist: httpx[http2]>=0.28.1
Requires-Dist: qbittorrent-api>=2025.4.1
Requires-Dist: typer>=0.15.3
Description-Content-Type: text/markdown

# TrackerUtils

A Python CLI tool based on [typer](https://github.com/fastapi/typer) for testing trackers

[English](/README.md) | [中文](/docs/README_zh-cn.md)

## Features

1. Test tracker connectivity
2. Test tracker connectivity using the qbittorrent client
3. Set the tracker list for the qbittorrent client

## Usage Instructions

[Typer Documentation](/docs/typer_helper.md)
