cryptlex.lexactivator


Namecryptlex.lexactivator JSON
Version 3.30.0 PyPI version JSON
download
home_pagehttps://github.com/cryptlex/lexactivator-python
SummaryLexActivator API wrapper for Python
upload_time2024-09-19 11:29:37
maintainerNone
docs_urlNone
authorCryptlex, LLC
requires_pythonNone
licenseNone
keywords cryptlex lexactivator licensing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Publish cryptlex.lexactivator package](https://github.com/cryptlex/lexactivator-python/workflows/Publish%20cryptlex.lexactivator%20package/badge.svg)

# 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cryptlex/lexactivator-python",
    "name": "cryptlex.lexactivator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cryptlex lexactivator licensing",
    "author": "Cryptlex, LLC",
    "author_email": "support@cryptlex.com",
    "download_url": "https://files.pythonhosted.org/packages/59/fe/b707196407f019f413cc8148c57e140bd1e5cf973114eb64c36fc81f471e/cryptlex_lexactivator-3.30.0.tar.gz",
    "platform": null,
    "description": "![Publish cryptlex.lexactivator package](https://github.com/cryptlex/lexactivator-python/workflows/Publish%20cryptlex.lexactivator%20package/badge.svg)\n\n# cryptlex.lexactivator\n\nCryptlex 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).\n\nAdditionally, you can offer trials, subscriptions, floating licenses and much more.\n\n**cryptlex.lexactivator** is a Python wrapper for LexActivator licensing library.\n\n## Installation\n\n    pip install cryptlex.lexactivator\n\nThen you can include it in your code:\n\n\tfrom cryptlex.lexactivator import LexActivator, LexStatusCodes, PermissionFlags, LexActivatorException\n\n\n## Usage\nRefer to following for documentation:\n\nhttps://docs.cryptlex.com/node-locked-licenses/using-lexactivator/using-lexactivator-with-python\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LexActivator API wrapper for Python",
    "version": "3.30.0",
    "project_urls": {
        "Homepage": "https://github.com/cryptlex/lexactivator-python"
    },
    "split_keywords": [
        "cryptlex",
        "lexactivator",
        "licensing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b88fe1081e67189f9a6c9da6eac79f0d6575b9c957dd20a10ede5f3d054a1f6e",
                "md5": "333c576774a2e0695110985ef32f50fc",
                "sha256": "449703423ffc84e5401869416c3da68913d7653dbd8d66623dea9d4d41d20402"
            },
            "downloads": -1,
            "filename": "cryptlex.lexactivator-3.30.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "333c576774a2e0695110985ef32f50fc",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 6857193,
            "upload_time": "2024-09-19T11:29:34",
            "upload_time_iso_8601": "2024-09-19T11:29:34.377794Z",
            "url": "https://files.pythonhosted.org/packages/b8/8f/e1081e67189f9a6c9da6eac79f0d6575b9c957dd20a10ede5f3d054a1f6e/cryptlex.lexactivator-3.30.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59feb707196407f019f413cc8148c57e140bd1e5cf973114eb64c36fc81f471e",
                "md5": "ad4e4955501d1129efa82eb1a9a10cc1",
                "sha256": "4d344135d482d1980dd32bafbf124d5b900877b2c66b7535cf4e56a25a25b15b"
            },
            "downloads": -1,
            "filename": "cryptlex_lexactivator-3.30.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ad4e4955501d1129efa82eb1a9a10cc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6830188,
            "upload_time": "2024-09-19T11:29:37",
            "upload_time_iso_8601": "2024-09-19T11:29:37.016656Z",
            "url": "https://files.pythonhosted.org/packages/59/fe/b707196407f019f413cc8148c57e140bd1e5cf973114eb64c36fc81f471e/cryptlex_lexactivator-3.30.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-19 11:29:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cryptlex",
    "github_project": "lexactivator-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cryptlex.lexactivator"
}
        
Elapsed time: 0.91968s