cryptlex / lexfloatclient-python

LexFloatClient API wrapper for Python (floating licensing library).

Home Page:https://cryptlex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish cryptlex.lexfloatclient package

cryptlex.lexfloatclient

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), implement floating licenses using LexFloatClient library.

Additionally, you can offer trials, subscriptions, floating licenses and much more.

cryptlex.lexfloatclient is a Python wrapper for LexFloatClient licensing library.

Installation

pip install cryptlex.lexfloatclient

Then you can include it in your code:

from cryptlex.lexfloatclient import LexFloatClient, LexFloatStatusCodes, LexFloatClientException

Usage

Refer to following for documentation:

https://docs.cryptlex.com/floating-licenses/on-premise-floating-licenses/using-lexfloatclient/using-lexfloatclient-with-python

About

LexFloatClient API wrapper for Python (floating licensing library).

https://cryptlex.com

License:MIT License


Languages

Language:Python 99.4%Language:Shell 0.6%