Official Python SDK for VexaAuth - Modern Authentication & License Management
Project description
VexaAuth Python SDK
Official Python SDK for VexaAuth - Modern Authentication & License Management
Installation
pip install vexa-auth
Quick Start
from VexaAuth import VexaAuthClient
# Initialize
client = VexaAuthClient(api_key="your_api_key_here")
# Verify license
result = client.verify_license("XXXX-XXXX-XXXX-XXXX")
print(result)
Full Documentation
See the main README for complete documentation.
Publishing to PyPI
# Build
python -m build
# Upload
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vexa_auth-1.0.0.tar.gz
(7.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vexa_auth-1.0.0.tar.gz.
File metadata
- Download URL: vexa_auth-1.0.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26f6eee3557f8079f8b15ef63221439a015dd1647ae2df0e2aaab7d3eb959400
|
|
| MD5 |
890e77e087aed7e0e47cc38adfd04591
|
|
| BLAKE2b-256 |
376c75b70fd80aa66e7cf5e1acd43ec4bde7d178c3a1ffd3fce8772e6dd2f309
|
File details
Details for the file vexa_auth-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vexa_auth-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77d67f27fbf4d097792850d44e8e6e295fa7d9c834bb143f51f64da5d744963c
|
|
| MD5 |
2d1aae3ce556eaa74a42b12166a44767
|
|
| BLAKE2b-256 |
46ba654253859b868f3081689662db4cde1e7aaf41e212b1aab85cdd5f5f8df4
|