Metadata-Version: 2.4
Name: mktools-remote
Version: 0.4.2
Summary: A collection of development tools
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: textual>=0.80.0
Requires-Dist: rich>=13.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21; extra == "dev"

# mktools

A collection of development tools.

## Getting help

List available tools:

```bash
mktools help
```

View a tool's manual:

```bash
mktools help isatrace
mktools help symbits
```
