Metadata-Version: 2.4
Name: enprod
Version: 0.0.1
Summary: Enprod — per-tenant cost, margin, and budget-variance tracking for AI model usage. Placeholder: the SDK is in development and not yet released.
Project-URL: Homepage, https://enprod.ai
Author: Aetheron AI LLC
License: Proprietary
Keywords: budget,cost,enprod,llm,margin,multi-tenant,observability
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# enprod

**Placeholder release — the SDK is not yet available.**

[Enprod](https://enprod.ai) is per-tenant cost, margin, and budget-variance
tracking for AI model usage: tag every model call with the customer it was made
for, and get per-client cost, gross margin, spend caps, and a client-ready
usage report.

This package is published so that the name on PyPI matches the product being
built, and so that anyone who installs it early gets an honest message rather
than a confusing failure. It does nothing useful yet.

## When it ships

```python
from enprod import wrap

client = wrap(OpenAI(api_key=...), client_id="acme-corp")
```

The wrapper is fire-and-forget and fails open — it never sits in your
application's critical path, and if Enprod is unreachable your agent keeps
working. Zero runtime dependencies, Python 3.9+.

## Status

Pre-release. Follow <https://enprod.ai> for availability.

---

© Aetheron AI LLC
