cryptlex / lexactivator-python

LexActivator API wrapper for Python (licensing library)

Home Page:https://cryptlex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish cryptlex.lexactivator package

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

About

LexActivator API wrapper for Python (licensing library)

https://cryptlex.com

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.2%