Skip to main content

LUCIT Licensing Client Module

Project description

Get a UNICORN Binance Suite License

GitHub Release GitHub Downloads Anaconda Release Anaconda Downloads PyPi Release PyPi Downloads License Supported Python Version PyPI - Status CodeQL codecov Unittests Build and Publish GH+PyPi Build and Publish Anaconda Read the Docs Github Telegram Gitter Get Free Professional Support

LUCIT Licensing Python (Module)

Description | Installation | Change Log | How To | Wiki | Social | Notifications | Bugs | Contributing | Commercial Support

Python client module of the LUCIT Licensing Service.

Description

This module is used to verify LUCIT software licenses and also provides the developer with a command line interface to interact with the LUCIT Licensing API.

If you have already installed modules of LUCIT like the UNICORN Binance Suite, which use the lucit-licensing-python library, you have already installed the commandline tool lucitlicmgr automatically.

Query contingents of your license

$ lucitlicmgr --quotas --apisecret bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba  --licensetoken 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Example output:

{'quotas': {'instances': {'available': 10, 'free': 10, 'used': 0},
            'ips': {'available': 3, 'free': 2, 'used': 1},
            'resets': {'available': 3, 'free': 3, 'used': 0}},
 'signature': 'e762a949cb0987d6b6e11260a203752c1b2cbf1f8315f3eb6873100e528f8258',
 'timestamp': '1697880811.9013143'}

The apisecret and the licensetoken parameter can also be loaded from an INI file. Simply create the file lucit_license.ini in the app root path or in your home directory in the folder .lucit e.g. C:\Users\Name\.lucit or /home/Name/.lucit. with the following content:

[LUCIT]
api_secret = bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba
license_token = 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Then just use:

$ lucitlicmgr --quotas

Example output:

{'quotas': {'instances': {'available': 10, 'free': 10, 'used': 0},
            'ips': {'available': 3, 'free': 2, 'used': 1},
            'resets': {'available': 3, 'free': 3, 'used': 0}},
 'signature': 'e762a949cb0987d6b6e11260a203752c1b2cbf1f8315f3eb6873100e528f8258',
 'timestamp': '1697880811.9013143'}

Query information of your license

$ lucitlicmgr --info --apisecret bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba  --licensetoken 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Example output:

{'license': {'license_holder_email': 'johndoe82@gmail.com',
             'license_holder_name': 'John Doe',
             'licensed_product': 'UNICORN-BINANCE-SUITE',
             'paid_till': '2023-10-24 18:39:03.681745+00:00'},
 'signature': 'e0f7b631006c3480477f81e127729f2ee1489e2dd5dc0ffd7504fb590c4d515a',
 'timestamp': '1697881034.4675057'}

The apisecret and the licensetoken parameter can also be loaded from an INI file. Simply create the file lucit_license.ini in the app root path or in your home directory in the folder .lucit e.g. C:\Users\Name\.lucit or /home/Name/.lucit. with the following content:

[LUCIT]
api_secret = bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba
license_token = 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Then just use:

$ lucitlicmgr --info

Example output:

{'license': {'license_holder_email': 'johndoe82@gmail.com',
             'license_holder_name': 'John Doe',
             'licensed_product': 'UNICORN-BINANCE-SUITE',
             'paid_till': '2023-10-24 18:39:03.681745+00:00'},
 'signature': 'e0f7b631006c3480477f81e127729f2ee1489e2dd5dc0ffd7504fb590c4d515a',
 'timestamp': '1697881034.4675057'}

Release the occupied slots of your quota.

Please note: This will stop ALL active instances. This command can be executed only 3 times every 24 hours.

$ lucitlicmgr --reset --apisecret bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba  --licensetoken 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Example output:

{'reset': {'status': 'SUCCESSFUL'},
 'signature': '25e8868f963f583f451c0ce1d7bf8daeaaeae4a17db0265adace034232e6f925',
 'timestamp': '1697881249.771824'}

The apisecret and the licensetoken parameter can also be loaded from an INI file. Simply create the file lucit_license.ini in the app root path or in your home directory in the folder .lucit e.g. C:\Users\Name\.lucit or /home/Name/.lucit. with the following content:

[LUCIT]
api_secret = bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba
license_token = 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

Then just use:

$ lucitlicmgr --reset

Example output:

{'reset': {'status': 'SUCCESSFUL'},
 'signature': '25e8868f963f583f451c0ce1d7bf8daeaaeae4a17db0265adace034232e6f925',
 'timestamp': '1697881249.771824'}

Test the availability of the Licensing API

$ lucitlicmgr --test

Example output:

{'message': 'Hello World!'}

Use multiple licenses (multi tenant) with profiles

Simply create the file lucit_license.ini in the app root path or in your home directory in the folder .lucit e.g. C:\Users\Name\.lucit or /home/Name/.lucit. with the following content:

[LUCIT]
api_secret = bf7df011327d09b70fb0c6bfbc8661x33fdb0c58d42629c94ab35188d8d011ba
license_token = 5e84cbd7-acfa-489f-a84d-z7d1b615af40d

[TENANT_A]
api_secret = 62a9efe20be3d038d3be15ea339495629c096ad22762fa7b72ee2df607f194d3
license_token = f829d452-651b-4c6a-89a0-t742a16d0010e

Then just use:

$ lucitlicmgr --info --licenseprofile TENANT_A

Example output:

{'license': {'license_holder_email': 'tenant_a@gmail.com',
             'license_holder_name': 'Tenant A',
             'licensed_product': 'UNICORN-BINANCE-SUITE',
             'paid_till': '2023-11-02 13:43:22.723258+00:00'},
 'signature': 'e0f7b631006c3480477f81e127729f2ee1489e2dd5dc0ffd7504fb590c4d515a',
 'timestamp': '1697881034.4675057'}

Note: All UNICORN Binance Suite modules also support the use of profiles. Please read the documentation of the respective module regarding the parameter license_profile.

Discover more options

$ lucitlicmgr --help

Installation and Upgrade

The module requires Python 3.7 or above.

The current dependencies are listed here.

If you run into errors during the installation take a look here.

A Cython binary, PyPy or source code based CPython wheel of the latest version with pip from PyPI

Our Cython and PyPy Wheels are available on PyPI, these wheels offer significant advantages for Python developers:

  • Performance Boost with Cython Wheels: Cython is a programming language that supplements Python with static typing and C-level performance. By compiling Python code into C, Cython Wheels can significantly enhance the execution speed of Python code, especially in computationally intensive tasks. This means faster runtimes and more efficient processing for users of our package.

  • PyPy Wheels for Enhanced Efficiency: PyPy is an alternative Python interpreter known for its speed and efficiency. It uses Just-In-Time (JIT) compilation, which can dramatically improve the performance of Python code. Our PyPy Wheels are tailored for compatibility with PyPy, allowing users to leverage this speed advantage seamlessly.

Both Cython and PyPy Wheels on PyPI make the installation process simpler and more straightforward. They ensure that you get the optimized version of our package with minimal setup, allowing you to focus on development rather than configuration.

On Raspberry Pi and other architectures for which there are no pre-compiled versions, the package can still be installed with PIP. PIP then compiles the package locally on the target system during installation. Please be patient, this may take some time!

Installation

pip install lucit-licensing-python

Update

pip install lucit-licensing-python --upgrade

A Conda Package of the latest version with conda from Anaconda

The lucit-licensing-python package is also available as a Cython version for the linux-64, osx-64 and win-64 architectures with Conda through the lucit channel.

For optimal compatibility and performance, it is recommended to source the necessary dependencies from the conda-forge channel.

Installation

conda config --add channels conda-forge
conda config --add channels lucit
conda install -c lucit lucit-licensing-python

Update

conda update -c lucit lucit-licensing-python

From source of the latest release with PIP from GitHub

Linux, macOS, ...

Run in bash:

pip install https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/archive/$(curl -s https://api.github.com/repos/LUCIT-Systems-and-Development/lucit-licensing-python/releases/latest | grep -oP '"tag_name": "\K(.*)(?=")').tar.gz --upgrade

Windows

Use the below command with the version (such as 1.8.2) you determined here:

pip install https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/archive/1.8.2.tar.gz --upgrade

From the latest source (dev-stage) with PIP from GitHub

This is not a release version and can not be considered to be stable!

pip install https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/tarball/master --upgrade

Conda environment, Virtualenv or plain Python

Download the latest release or the current master branch and use:

  • ./environment.yml
  • ./meta.yaml
  • ./pyproject.toml
  • ./requirements.txt
  • ./setup.py

Change Log

https://lucit-licensing-python.docs.lucit.tech/changelog.html

Howto

Project Homepage

https://www.lucit.tech/lucit-licensing-python.html

Wiki

https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/wiki

Social

Receive Notifications

To receive notifications on available updates you can watch the repository on GitHub.

Follow us on GitHub, Medium, YouTube, LinkedIn, X or Facebook!

How to report Bugs or suggest Improvements?

List of planned features - click thumbs-up if you need one of them or suggest a new feature!

Before you report a bug, try the latest release. If the issue still exists, provide the error trace, OS and Python version and explain how to reproduce the error. A demo script is appreciated.

If you don't find an issue related to your topic, please open a new issue!

Report a security bug!

Contributing

LUCIT Licensing Python is an open source project which welcomes contributions which can be anything from simple documentation fixes and reporting dead links to new features. To contribute follow this guide.

Contributors

Contributors

We love open source!

Commercial Support

Get professional and fast support

Do you need a developer, operator or consultant? Contact us for a non-binding initial consultation!

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

lucit-licensing-python-1.8.2.tar.gz (295.9 kB view hashes)

Uploaded Source

Built Distributions

lucit_licensing_python-1.8.2-pp310-pypy310_pp73-win_amd64.whl (136.3 kB view hashes)

Uploaded PyPy Windows x86-64

lucit_licensing_python-1.8.2-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (150.4 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lucit_licensing_python-1.8.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (154.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (139.8 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-pp39-pypy39_pp73-win_amd64.whl (136.2 kB view hashes)

Uploaded PyPy Windows x86-64

lucit_licensing_python-1.8.2-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (150.0 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lucit_licensing_python-1.8.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (154.6 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (139.8 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-pp38-pypy38_pp73-win_amd64.whl (135.5 kB view hashes)

Uploaded PyPy Windows x86-64

lucit_licensing_python-1.8.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (151.9 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lucit_licensing_python-1.8.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (158.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (139.2 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-pp37-pypy37_pp73-win_amd64.whl (135.5 kB view hashes)

Uploaded PyPy Windows x86-64

lucit_licensing_python-1.8.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (151.9 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

lucit_licensing_python-1.8.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (158.8 kB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (139.3 kB view hashes)

Uploaded PyPy macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp312-cp312-win_amd64.whl (162.1 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

lucit_licensing_python-1.8.2-cp312-cp312-win32.whl (144.6 kB view hashes)

Uploaded CPython 3.12 Windows x86

lucit_licensing_python-1.8.2-cp312-cp312-musllinux_1_1_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp312-cp312-musllinux_1_1_i686.whl (968.9 kB view hashes)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (966.0 kB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp312-cp312-macosx_10_9_x86_64.whl (181.1 kB view hashes)

Uploaded CPython 3.12 macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp311-cp311-win_amd64.whl (166.8 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

lucit_licensing_python-1.8.2-cp311-cp311-win32.whl (148.8 kB view hashes)

Uploaded CPython 3.11 Windows x86

lucit_licensing_python-1.8.2-cp311-cp311-musllinux_1_1_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp311-cp311-musllinux_1_1_i686.whl (963.0 kB view hashes)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (987.6 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (959.4 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp311-cp311-macosx_10_9_x86_64.whl (188.7 kB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp310-cp310-win_amd64.whl (165.0 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

lucit_licensing_python-1.8.2-cp310-cp310-win32.whl (148.8 kB view hashes)

Uploaded CPython 3.10 Windows x86

lucit_licensing_python-1.8.2-cp310-cp310-musllinux_1_1_x86_64.whl (909.1 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp310-cp310-musllinux_1_1_i686.whl (876.1 kB view hashes)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (890.9 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (866.8 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp310-cp310-macosx_10_9_x86_64.whl (189.1 kB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp39-cp39-win_amd64.whl (165.1 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

lucit_licensing_python-1.8.2-cp39-cp39-win32.whl (149.1 kB view hashes)

Uploaded CPython 3.9 Windows x86

lucit_licensing_python-1.8.2-cp39-cp39-musllinux_1_1_x86_64.whl (909.3 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp39-cp39-musllinux_1_1_i686.whl (876.0 kB view hashes)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (892.2 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (868.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp39-cp39-macosx_10_9_x86_64.whl (189.3 kB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp38-cp38-win_amd64.whl (166.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

lucit_licensing_python-1.8.2-cp38-cp38-win32.whl (150.7 kB view hashes)

Uploaded CPython 3.8 Windows x86

lucit_licensing_python-1.8.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.0 MB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp38-cp38-musllinux_1_1_i686.whl (979.1 kB view hashes)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (912.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (887.6 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp38-cp38-macosx_10_9_x86_64.whl (188.1 kB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

lucit_licensing_python-1.8.2-cp37-cp37m-win_amd64.whl (160.9 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

lucit_licensing_python-1.8.2-cp37-cp37m-win32.whl (144.7 kB view hashes)

Uploaded CPython 3.7m Windows x86

lucit_licensing_python-1.8.2-cp37-cp37m-musllinux_1_1_x86_64.whl (819.5 kB view hashes)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

lucit_licensing_python-1.8.2-cp37-cp37m-musllinux_1_1_i686.whl (788.0 kB view hashes)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

lucit_licensing_python-1.8.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (803.7 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

lucit_licensing_python-1.8.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (783.6 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

lucit_licensing_python-1.8.2-cp37-cp37m-macosx_10_9_x86_64.whl (185.0 kB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page