Metadata-Version: 2.4
Name: gluebox
Version: 0.0.31
Summary: Glue enterprise products from a natural-language prompt.
Author-email: Karthik Krishnan <karthik.krishnan@oneblink.ai>
License-Expression: MIT
Project-URL: Homepage, https://gluebox.ai
Project-URL: Issues, https://gluebox.ai
Project-URL: Repository, https://gluebox.ai
Keywords: cli,code-generation,demo,ai,claude
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.27.0

# gluebox

Build demo projects from a natural-language prompt.

## Install

```bash
pip install gluebox
gluebox init <server-url> <access-key>
```

You get the server URL and access key from your Gluebox administrator.

## Usage

```bash
# Build a demo
gluebox -y "fraud detection for credit card transactions"

# Build + deploy the underlying infrastructure
gluebox -y --deploy "rag chatbot with semantic caching"

# Manage deployed resources
gluebox deploys
gluebox destroy <project-name>

# Your build history and console login
gluebox history
gluebox console
```

## License

MIT
