Metadata-Version: 2.1
Name: joulepai
Version: 1.0.0
Summary: Name reserved by Greenland AI Limited - the JoulePAI payment rail is part of the unified 'greenlandai' package. Install that instead: pip install greenlandai
Author-email: Greenland AI Limited <info@joulepai.ai>
License: Apache-2.0
Project-URL: Homepage, https://joulepai.ai
Project-URL: Documentation, https://joulepai.ai/docs
Keywords: joulepai,greenlandai,reserved
Classifier: Development Status :: 7 - Inactive
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown

# joulepai — name reserved, this is not the SDK

This package name is held by **Greenland AI Limited** (the operator of
JoulePAI) to protect users from installing the wrong package.

**The JoulePAI payment rail is part of the unified
[`greenlandai`](https://pypi.org/project/greenlandai/) package.**

```bash
pip install greenlandai
```

```python
from greenlandai import Client
client = Client(api_key="jlp_YOUR_API_KEY")
print(client.joulepai.balance())
```

If an instruction sent you to `pip install joulepai`, it was following an
outdated docs page — no standalone package was ever published under this name;
the JoulePAI wallet, transfer, and funding methods live in the unified SDK's
`client.joulepai` namespace. JavaScript: `npm install @greenlandai/sdk`.

This placeholder installs no importable module and will never contain any code.

- Docs: https://joulepai.ai/docs
- Contact: info@joulepai.ai
