Metadata-Version: 2.5
Name: stacktrace-cli
Version: 0.0.1
Summary: Placeholder CLI for Stacktrace.ai — installs the `stacktrace` command.
Project-URL: Homepage, https://stacktrace.ai
Author-email: Prasanth G <prasanth@openaca.dev>
License-Expression: Apache-2.0
Keywords: agent-security,ai-security,openaca,stacktrace
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.11
Requires-Dist: openaca>=0.4.0
Description-Content-Type: text/markdown

# stacktrace-cli

Command-line interface for [Stacktrace.ai](https://stacktrace.ai).

The PyPI distribution is named `stacktrace-cli`  Installing this package provides
the `stacktrace` executable.

```bash
pip install stacktrace-cli
stacktrace --version
```

This is an early placeholder release. It depends on
[`openaca`](https://pypi.org/project/openaca/), the open-source Agent
Composition Analysis toolkit that Stacktrace.ai builds on.

## Status

Pre-alpha. The CLI currently reports its version and points at the docs.
Functionality lands in later releases.


