Metadata-Version: 2.4
Name: fangcunguard
Version: 0.1.0
Summary: CLI tool for deploying and managing Fangcun Guard — an open-source AI guardrails platform
Author: Fangcun AI
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/Fangcun-AI/Fangcun-Guard
Project-URL: Repository, https://github.com/Fangcun-AI/Fangcun-Guard
Keywords: ai-safety,guardrails,llm,content-moderation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0

# Fangcun Guard CLI

CLI tool for deploying and managing [Fangcun Guard](https://github.com/Fangcun-AI/Fangcun-Guard) — an open-source AI guardrails platform.

## Installation

```bash
pip install fangcunguard
```

## Usage

```bash
# Initialize a new deployment
fangcunguard init

# Start services
fangcunguard up

# Check status
fangcunguard status

# View logs
fangcunguard logs -f

# Stop services
fangcunguard down
```

## Requirements

- Python >= 3.9
- Docker and Docker Compose

## License

Apache License 2.0
