Library for license key generation and validation
Project description
Pyactivation
Version 0.0.2
A small library for creating and validating license keys.
Installation
pip install licensekeygen
Get started
How to generate a key using v1
from pyactivation.licensekey import v1
# creates a key
key = v1.generate_key()
print(key)
How to generate a key using v2
from pyactivation.licensekey import v2
# creates a key
key = v2.generate_randomkey(1, "07/30/2025")
print(key)
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
pyactivation-0.0.2.tar.gz
(2.4 kB
view details)
File details
Details for the file pyactivation-0.0.2.tar.gz.
File metadata
- Download URL: pyactivation-0.0.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ca70bc73ecb11ce732566eca71217981aa16e58a4e5e21d79c6ad986f34884b
|
|
| MD5 |
11f31dffa7bbd1b8131c852b01b1f0f9
|
|
| BLAKE2b-256 |
8609d1c8118446b50e0b79765a8b9870ae9c233c25f74a3231e4368f8ec8feed
|