Metadata-Version: 2.4
Name: cato-cli-py
Version: 0.5.1
Summary: Portable sandbox for secure command execution
Author: Harikrishna Reddy
License-Expression: MIT
Project-URL: Homepage, https://github.com/Harikrishnareddyl/cato
Project-URL: Repository, https://github.com/Harikrishnareddyl/cato
Keywords: sandbox,security,cli,seatbelt,isolation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Rust
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# cato-cli

Portable sandbox for secure command execution. Kernel-enforced isolation with one config file.

## Install

```bash
pip install cato-cli-py
```

## Quick start

```bash
cato init              # create .cato.toml
cato run               # enter sandbox
cato run -- python3 script.py   # run command in sandbox
```

## Documentation

See [github.com/Harikrishnareddyl/cato](https://github.com/Harikrishnareddyl/cato)
