Metadata-Version: 2.4
Name: bootty
Version: 0.1.5
Summary: bootty main package; dispatches to a prebuilt platform binary
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: bootty-bin-darwin-arm64==0.1.5; platform_system == "Darwin" and platform_machine == "arm64"
Requires-Dist: bootty-bin-darwin-x64==0.1.5; platform_system == "Darwin" and platform_machine == "x86_64"
Requires-Dist: bootty-bin-linux-x64-gnu==0.1.5; platform_system == "Linux" and platform_machine == "x86_64"
Requires-Dist: bootty-bin-win32-x64-msvc==0.1.5; platform_system == "Windows" and platform_machine == "AMD64"

# bootty (PyPI main package)

This is the CLI entry package. On install, it pulls the matching `bootty-bin-*` platform package for your OS/CPU.

After installation, run:

```bash
bootty --help
```
