Skip to main content

AuthlyX Python SDK (v2) for AuthlyX API integration.

Project description

AuthlyX Python SDK (PyPI)

This folder is a publish-ready PyPI package version of the AuthlyX Python SDK.

Install:

pip install authlyx-api

Quick start:

from authlyx_api import AuthlyX

AuthlyXApp = AuthlyX(
    ownerId="12345678",
    appName="HI",
    version="1.3",
    secret="your-secret"
)

AuthlyXApp.Init()
if not AuthlyXApp.response["success"]:
    raise Exception(AuthlyXApp.response["message"])

AuthlyXApp.Login("12", "1")
print(AuthlyXApp.userData["SubscriptionLevel"])

Optional parameters:

from authlyx_api import AuthlyX

AuthlyXApp = AuthlyX(
    ownerId="12345678",
    appName="HI",
    version="1.3",
    secret="your-secret",
    debug=False,
    api="https://example.com/api/v2"
)

Unified login:

# Username + password
AuthlyXApp.Login("12", "1")

# License key
AuthlyXApp.Login("XXXXX-XXXXX-XXXXX-XXXXX-XXXXX")

# Device login
AuthlyXApp.Login("YOUR_DEVICE_ID", deviceType="motherboard")

Build locally:

python -m pip install --upgrade build twine
python -m build

Publish:

twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

authlyx_api-0.1.0.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

authlyx_api-0.1.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file authlyx_api-0.1.0.tar.gz.

File metadata

  • Download URL: authlyx_api-0.1.0.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for authlyx_api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dd7261e0406fcd48c9485e665f25840f922ec414062d0e427398f1cc8e1016e3
MD5 226a76af8e5c08375e71e0897bcb514a
BLAKE2b-256 fb1391dbb134903806cc34f8c8bcd73a039d370c3b0dd4bc2dc757425a3f540c

See more details on using hashes here.

Provenance

The following attestation bundles were made for authlyx_api-0.1.0.tar.gz:

Publisher: pypi-publish.yml on authlyx/AuthlyX-pip-library

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file authlyx_api-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: authlyx_api-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for authlyx_api-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f951c9c38708838a264ecd9dd85784a901fdabef7631f8887bd4f8612535552e
MD5 9be609f429f061accf560ace1141bc27
BLAKE2b-256 dcb53c2a378115a7ea91a2964dd878529ea6f38cbbffacbc0effbe72f0c53924

See more details on using hashes here.

Provenance

The following attestation bundles were made for authlyx_api-0.1.0-py3-none-any.whl:

Publisher: pypi-publish.yml on authlyx/AuthlyX-pip-library

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page