Software licensing client API for elm, a cloud-based, enterprise grade software licensing platform.
Project description
Introduction
elm is a web-based licensing system with a simple, full-featured JSON API for making license enforcement requests. This package is a client API for integrating into your python applications in order to license through elm. This package is based on python version 3.11.
The elm client API for python provides implementations of the elm web API for python-based applications. The API is designed around a single abstraction, called a control manager, that simplifies the steps needed to add licensing to a client application.
The control manager implementation provided in this package is only suitable for desktop programs. It offers functions to:
- Register an instance and user of a product
- Validate that the current instance and user have access to the product
- Manage client-side state, such as registration status and instance and user UUIDs
- Support grace periods that allow users to access the product while offline
- Detect whether the end-user is modifying the system clock in order to gain unauthorized access to the product
It is up to the ISV to ensure that the state object produced by the control manager is stored using a secure storage method, i.e., stored in an encrypted manner on the end-user's computer. If the end-user is able to manipulate this state, then they can bypass the licensing controls and gain unauthorized access.
For more information on how to use this client API, visit the documentation page.
Changelog
1.1.3 - May 12, 2025
Fixed
- SSL Verify flag and deprecation warning fixes
1.1.2 - May 12, 2025
Added
- Support for setting SSL verify flag on connections
1.1.1 - May 29, 2024
Fixes
- Fixed error when registration fails
1.1.0 - Sep 24, 2020
Added
- Support for consumable tokens in component checkout
1.0.1 - Sep 14, 2020
Added
- Component checkout code in desktop sample
Fixes
- Fixed component checkout code
- Turned on SSL verify to avoid warnings
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file evoleap_licensing-1.1.3.tar.gz.
File metadata
- Download URL: evoleap_licensing-1.1.3.tar.gz
- Upload date:
- Size: 23.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07de81c9d7d432e73fc874447311e10569a580e6ff5f9156a53f47c52f74a27e
|
|
| MD5 |
386e635101ca81e87064592f8541d15a
|
|
| BLAKE2b-256 |
e5acb938afe04158d5c132e7b57bbd662d24920dfb8ae701ee5972250eae2d61
|
File details
Details for the file evoleap_licensing-1.1.3-py3-none-any.whl.
File metadata
- Download URL: evoleap_licensing-1.1.3-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6642b800d8b7af2c1b32ec8b04b2383287783db368a12d97e30b3e0ebb29dba4
|
|
| MD5 |
0e65d7535d9f8b6db86427e800c573e3
|
|
| BLAKE2b-256 |
75aa885431008d2f984fb29fb1ac97a086a9e6b43842571425046f7ee3e81e19
|