https://github.com/cryptlex/lexactivator-python
LexActivator API wrapper for Python (licensing library)
https://github.com/cryptlex/lexactivator-python
license-checking licensing-library python
Last synced: 5 months ago
JSON representation
LexActivator API wrapper for Python (licensing library)
- Host: GitHub
- URL: https://github.com/cryptlex/lexactivator-python
- Owner: cryptlex
- License: mit
- Created: 2018-05-07T04:49:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-02T11:04:42.000Z (5 months ago)
- Last Synced: 2026-01-06T01:19:30.923Z (5 months ago)
- Topics: license-checking, licensing-library, python
- Language: Python
- Homepage: https://cryptlex.com
- Size: 200 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# cryptlex.lexactivator
Cryptlex lets you license your software apps effortlessly. You can easily generate license keys using the REST API or Dashboard and validate the license keys in your software apps using LexActivator (Cryptlex client library).
Additionally, you can offer trials, subscriptions, floating licenses and much more.
**cryptlex.lexactivator** is a Python wrapper for LexActivator licensing library.
## Installation
pip install cryptlex.lexactivator
Then you can include it in your code:
from cryptlex.lexactivator import LexActivator, LexStatusCodes, PermissionFlags, LexActivatorException
## Usage
Refer to following for documentation:
https://docs.cryptlex.com/node-locked-licenses/using-lexactivator/using-lexactivator-with-python