Metadata-Version: 2.4
Name: ectf
Version: 2026.0.9
Summary: Tools for eCTF competitors
Author-email: Ben Janis <btjanis@mitre.org>
License-File: LICENSE.txt
Requires-Python: >=3.12
Requires-Dist: arrow>=1.3.0
Requires-Dist: attrs>=25.3.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: pyserial>=3.5
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.1.0
Requires-Dist: tqdm>=4.67.1
Requires-Dist: typer>=0.16.1
Description-Content-Type: text/markdown

# eCTF Tools

## Setup
[uv](https://docs.astral.sh/uv/) is required to run the tools

Once installed, you can run the eCTF tools with:

```commandline
uvx run ectf --help
```

See https://rules.ectf.mitre.org/2026/system/ectf_tools.html
for full tool documentation