A free Python module to help you integrate with vitelicense.io
Project description
vitelicense.io Python
The free Python module to help you validate devices with licenses on vitelicense.io
Use Cases
- Get devices information
- Validate devices with licenses
Features
- Dynamic vitelicense.io credentials
- Easy to validate your software licenses with a few lines of coding
Requirements
- Python: 2.x or 3.x or higher
Quick Start
If you prefer to install this package into your own Python project, please follow the installation steps below
Installation
Require the current package using pip:
pip install vitelicense
Testing
import json
from ViteLicense import ViteLicense
computer = ViteLicense.computer()
print('Computer: ', json.dumps(computer, indent=4))
hash = ViteLicense.hash(hash)
print('Computer Hash: ', hash)
response = ViteLicense.validate('api_key', 'license_serial')
print('Validate: ', json.dumps(response, indent=4))
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email contact@adminvitelicense.io or use the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
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
vitelicense-1.0.9.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file vitelicense-1.0.9.tar.gz
.
File metadata
- Download URL: vitelicense-1.0.9.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb9343fb168b3d6fcc7723045e953d2dead14d5abe2034e0d0a264604a04b12a
|
|
MD5 |
425ef4fed764bed461fc63d3e9d54f40
|
|
BLAKE2b-256 |
c24252157d73d23ae12ad2d6b6e3a4c579b962a965641a22febefb992610a9bc
|
File details
Details for the file ViteLicense-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: ViteLicense-1.0.9-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
53618b477f0b766342503f3dd5bb585d66ed4372ab2de6c2e1c276f24ff949f0
|
|
MD5 |
0f9ea800c69120090ba1e277d167fbb9
|
|
BLAKE2b-256 |
a9d05eb5bf51e9e2ad17900352594fdd9ed7c9d070e0dfeeea10f5a3993c0ac8
|