Metadata-Version: 2.4
Name: anexus-verify
Version: 0.1.0
Summary: One-line verification of Anexus auth codes for platform developers
Author: Anexus
License: MIT
Project-URL: Homepage, https://github.com/Marsssssssssssdsss/nexus6-sdk
Project-URL: Source, https://github.com/Marsssssssssssdsss/nexus6-sdk
Keywords: auth-codes,verification,authentication,mcp,api
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Security
Requires-Python: >=3.9
Description-Content-Type: text/markdown

﻿# anexus-verify

**One function. One call. Verify any Anexus auth code.**

`ash
pip install anexus-verify
`

`python
from anexus_verify import verify_code

result = verify_code(
    code="anx://shopify/user_xxx?exp=3600&ts=...",
    api_key="nxs6_xxxxxxxxxxxx",
)
if result["verified"]:
    grant_access(result["email"])
`

For platform developers integrating AI agent auth codes.
