Skip to main content

Official Python SDK for Authix — licensing and session API (/api/1.2). https://getauthix.online

Project description

authix-python-sdk

Official Python SDK for Authix: POST /api/1.2/*init, license, login, register, check, checkblack. Uses only the standard library (no extra runtime dependencies).

PyPI: authix-python-sdk
Import: from authix_client import AuthixClient

Install

pip install authix-python-sdk

Quick start

from authix_client import AuthixClient

client = AuthixClient({
    "name": "your_app_name",
    "ownerid": "your_owner_id",
    "secret": "your_app_secret",
    "version": "1.0",
    "base_url": "https://getauthix.online",
})

client.init()
hwid = AuthixClient.generate_hwid()
client.license("YOUR-LICENSE-KEY", hwid)
client.check()
print(client.user_data)

Maintainer: build & publish

From the repository root (requires PyPI API token):

# .env: PYPI_UPLOAD_TOKEN=pypi-...
npm run pypi:publish

Or manually from sdk/pypi/:

pip install build twine
python -m build
twine upload dist/* --username __token__ --password YOUR_PYPI_TOKEN

License

MIT

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

authix_python_sdk-3.0.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

authix_python_sdk-3.0.1-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file authix_python_sdk-3.0.1.tar.gz.

File metadata

  • Download URL: authix_python_sdk-3.0.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for authix_python_sdk-3.0.1.tar.gz
Algorithm Hash digest
SHA256 c1a43e8ef194ab76ee42288f28fc7eeaa02c07c261a1c4542f28ab1b46e0161f
MD5 438cb73f206902abcb7f807f4d82e507
BLAKE2b-256 7406fc8790421dd74ea1eff54725eb312e596e3d41cc99c36d69e8df9c0ad9de

See more details on using hashes here.

File details

Details for the file authix_python_sdk-3.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for authix_python_sdk-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 918f5f8e73058760a3fe77b93918c67b2bdb90e36ed22c43a2f1280a68646cb6
MD5 aef3096e63aaf7d0029a54dcb508679d
BLAKE2b-256 27181935eacce9794d53d7745f24c3632b86a9e14df4d76f2bcf00b74ec33559

See more details on using hashes here.

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