crypto-licensing


Namecrypto-licensing JSON
Version 3.3.2 PyPI version JSON
download
home_pagehttps://github.com/pjkundert/crypto-licensing
SummaryThe crypto-licensing module implements Ed25519-signed license checking and automatic issuance after cryptocurrency payment
upload_time2023-08-12 21:29:15
maintainer
docs_urlNone
authorPerry Kundert
requires_python
licenseDual License; GPLv3 and Proprietary
keywords licensing bitcoin ethereum cryptocurrency payments ed25519 signatures
VCS
bugtrack_url
requirements chacha20poly1305 click configparser dnspython enum34 future pathlib2 pytz requests requests-toolbelt tzlocal web.py wsgilog
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Licensing software and getting paid for it has become extremely difficult, due to government
regulatory and banking interference.

Using crypto-licensing allows you automatically and securely issue licenses, and get paid in various
cryptocurrencies.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pjkundert/crypto-licensing",
    "name": "crypto-licensing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "licensing Bitcoin Ethereum cryptocurrency payments Ed25519 signatures",
    "author": "Perry Kundert",
    "author_email": "perry@dominionrnd.com",
    "download_url": "https://files.pythonhosted.org/packages/63/45/6ff65c0d2cf1f3e982e47b4dc7116431643f85fc92d52580ad62d62edb0a/crypto_licensing-3.3.2.tar.gz",
    "platform": null,
    "description": "Licensing software and getting paid for it has become extremely difficult, due to government\nregulatory and banking interference.\n\nUsing crypto-licensing allows you automatically and securely issue licenses, and get paid in various\ncryptocurrencies.\n",
    "bugtrack_url": null,
    "license": "Dual License; GPLv3 and Proprietary",
    "summary": "The crypto-licensing module implements Ed25519-signed license checking and automatic issuance after cryptocurrency payment",
    "version": "3.3.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/pjkundert/crypto-licensing/issues",
        "Homepage": "https://github.com/pjkundert/crypto-licensing"
    },
    "split_keywords": [
        "licensing",
        "bitcoin",
        "ethereum",
        "cryptocurrency",
        "payments",
        "ed25519",
        "signatures"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87b72ddcb7a9691a74424bead7fbc01afe6a4362186e17f9936b71a2e01bede2",
                "md5": "4dac03d62a47c2ae318b967093fc4080",
                "sha256": "54599819c91a5cb455c2779cdbf4228b7a7e45a7586b0e963619f21c773d9af8"
            },
            "downloads": -1,
            "filename": "crypto_licensing-3.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4dac03d62a47c2ae318b967093fc4080",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 143784,
            "upload_time": "2023-08-12T21:29:13",
            "upload_time_iso_8601": "2023-08-12T21:29:13.799945Z",
            "url": "https://files.pythonhosted.org/packages/87/b7/2ddcb7a9691a74424bead7fbc01afe6a4362186e17f9936b71a2e01bede2/crypto_licensing-3.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63456ff65c0d2cf1f3e982e47b4dc7116431643f85fc92d52580ad62d62edb0a",
                "md5": "abf0065171212ca19b9b8e3b191cbff5",
                "sha256": "8a644e156fc345b304d159b2dca1ecbb806acd6ab3e4c0f9ee7e29615b4cdd5e"
            },
            "downloads": -1,
            "filename": "crypto_licensing-3.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "abf0065171212ca19b9b8e3b191cbff5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 132715,
            "upload_time": "2023-08-12T21:29:15",
            "upload_time_iso_8601": "2023-08-12T21:29:15.289171Z",
            "url": "https://files.pythonhosted.org/packages/63/45/6ff65c0d2cf1f3e982e47b4dc7116431643f85fc92d52580ad62d62edb0a/crypto_licensing-3.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-12 21:29:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pjkundert",
    "github_project": "crypto-licensing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "chacha20poly1305",
            "specs": [
                [
                    ">=",
                    "0.0.3"
                ]
            ]
        },
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "configparser",
            "specs": [
                [
                    ">=",
                    "4.0"
                ]
            ]
        },
        {
            "name": "dnspython",
            "specs": []
        },
        {
            "name": "enum34",
            "specs": [
                [
                    ">=",
                    "1.1"
                ]
            ]
        },
        {
            "name": "future",
            "specs": [
                [
                    ">=",
                    "0.18.2"
                ]
            ]
        },
        {
            "name": "pathlib2",
            "specs": [
                [
                    ">=",
                    "2.3"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": []
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.20"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    ">=",
                    "1"
                ]
            ]
        },
        {
            "name": "tzlocal",
            "specs": []
        },
        {
            "name": "web.py",
            "specs": [
                [
                    ">=",
                    "0.51"
                ]
            ]
        },
        {
            "name": "wsgilog",
            "specs": [
                [
                    ">=",
                    "0.3"
                ]
            ]
        }
    ],
    "lcname": "crypto-licensing"
}
        
Elapsed time: 0.11373s