Metadata-Version: 2.4
Name: sandboxctl
Version: 1.0.2
Summary: OpenShell sandbox management CLI
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: typer>=0.15
Description-Content-Type: text/markdown

# sandboxctl

OpenShell sandbox management CLI.

## Installation

```bash
pip install sandboxctl
```

## Development

```bash
make dev    # install dev dependencies
make lint   # check code style
make test   # run tests
make format # auto-format
```

## License

Apache-2.0
