Metadata-Version: 2.4
Name: chain4663
Version: 0.1.0
Summary: Read-only client for the CHAIN4663 RWA WATCH API
License-Expression: LicenseRef-Proprietary
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# CHAIN4663 Python client

Standard-library, read-only client source for the public API. The package is prepared but not published; publication requires an owner-controlled PyPI account and an explicit licensing decision.

```python
from chain4663 import Chain4663Client

client = Chain4663Client()
metrics = client.get_metrics()
aapl = client.get_asset("AAPL")
```
