Metadata-Version: 2.4
Name: ranbval-sdk
Version: 0.2.8
Summary: Ranbval Runtime Blind Decryption Python SDK
Author: Ahsan Tariq
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: cryptography (>=42.0.0,<43.0.0)
Requires-Dist: openai (>=1.12.0,<2.0.0)
Description-Content-Type: text/markdown

# Ranbval Python SDK

A secure, E2E zero-knowledge wrapper for official OpenAI clients.
This SDK is designed to keep raw developer API keys completely invisible via runtime blind decryption and advanced Cython compilation logic.

## Usage
Simply drop this package into your existing OpenAI projects without changing your code structure:

```python
from ranbval_sdk import SecureOpenAI

# Automatically decrypts the custom JWT-like ranbval structure
client = SecureOpenAI()
```

## Security Design
This package employs zero-knowledge PBKDF2 parameters synced natively to your personal vault secrets.

