Metadata-Version: 2.4
Name: wgc-clippy
Version: 1.0.2
Summary: Low-level utility helpers for WGC QA framework
Author-email: Mykola Kovhanko <thuesdays@gmail.com>
Project-URL: Homepage, https://github.com/thuesdays/wgc-clippy
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pywin32==306
Requires-Dist: requests>=2.31.0

# wgc-clippy

Low-level utility helpers for the WGC QA framework.

## Modules

- `cmd_helper` — subprocess command execution
- `waiter` — polling/wait utilities with timeout
- `os_helper` — OS-level file and process operations
- `registry` — Windows Registry read/write
- `process_helper` — process inspection and manipulation
- `regex_helper` — regex matching utilities
- `testrail_api` — TestRail API integration
- `torrents_helper` — torrent file operations
- `file_downloader` — HTTP file download
- `magic_folder` — temporary directory utilities

## Install

```bash
pip install wgc-clippy
```
