Metadata-Version: 2.4
Name: melior-nexus-sdk
Version: 0.0.2
Summary: Placeholder — install the Nexus Python SDK from GitHub, not PyPI. See https://github.com/getmelior/nexus-sdk-python
License: MIT
Project-URL: Homepage, https://github.com/getmelior/nexus-sdk-python
Project-URL: Documentation, https://github.com/getmelior/nexus-sdk-python#readme
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# melior-nexus-sdk (PyPI placeholder)

**This PyPI package is a placeholder.** The real Nexus Python SDK is distributed via a private GitHub repository.

## How to install the real SDK

If you are building a Nexus app, your project's setup documentation will include the authenticated install URL. The general form is:

```text
melior-nexus-sdk @ git+https://<TOKEN>@github.com/getmelior/nexus-sdk-python.git@main
```

Pin to a specific version tag for production:

```text
melior-nexus-sdk @ git+https://<TOKEN>@github.com/getmelior/nexus-sdk-python.git@v0.2.0
```

Contact your Nexus platform administrator for the access token, or check your project's existing `requirements.txt`.

## Why a placeholder?

The Nexus Python SDK is distributed via a private GitHub repository. This PyPI placeholder exists so that tools and AI coding assistants that try `pip install melior-nexus-sdk` get a clear message pointing to the correct installation method.

## Links

- **Source**: https://github.com/getmelior/nexus-sdk-python (private)
- **Platform**: https://getmelior.com
