keys-yocto


Namekeys-yocto JSON
Version 3.0.7 PyPI version JSON
download
home_page
SummaryMake licence keys using RSA signature verification
upload_time2024-01-03 08:40:31
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords licence license key rsa
VCS
bugtrack_url
requirements altgraph build certifi cffi charset-normalizer cryptography docutils idna importlib-metadata jaraco.classes jeepney keyring markdown-it-py mdurl more-itertools nh3 packaging pkginfo pyasn1 pycparser Pygments pyinstaller pyinstaller-hooks-contrib pyproject_hooks PySide6 PySide6-Addons PySide6-Essentials readme-renderer requests requests-toolbelt rfc3986 rich rsa SecretStorage setuptools shiboken6 twine urllib3 zipp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yocto Keys

Make licence keys using RSA signature verification

## Installation

```bash
pip install keys-yocto
```

## Usage

You'll be prompted to make new RSA keys the first time you run the app. If you need to make new keys later, you can do it in the Keys menu.

![New RSA keys](https://github.com/delvianv/keys/raw/master/images/new_rsa_keys.png)

The app will remember where you saved the last private key you made. If you need to use a different key than the last one you made or if you moved it, you can change the location of the key in the Keys menu.

![Private key](https://github.com/delvianv/keys/raw/master/images/priv_key.png)

Fill in the user's details and click Sign. Then copy the licence key and send it to the user.

![Main window](https://github.com/delvianv/keys/raw/master/images/main.png)

### How to verify licence keys in your app

```python
from keys import key

if key.valid(user, licence_key, pub_key):
    # licence_key is valid
else:
    # licence_key is invalid
```

## Support

Email delvian.valentine@gmail.com for help

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.

## Acknowledgements

-   [Material Icons](https://fonts.google.com/icons)
-   [PyInstaller](https://pyinstaller.org/en/stable/)
-   [Python-RSA](https://stuvel.eu/software/rsa/)
-   [Qt for Python](https://wiki.qt.io/Qt_for_Python)
-   [UXWing](https://uxwing.com/)
-   This app was inspired by [this article](https://build-system.fman.io/generating-license-keys)

## Licence

Copyright © 2024 [Delvian Valentine](mailto:delvian.valentine@gmail.com)

_This program comes with ABSOLUTELY NO WARRANTY.  
This is free software, and you are welcome to redistribute it under certain conditions.  
See the [GNU General Public License](https://www.gnu.org/licenses/) for details._

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "keys-yocto",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "licence,license,key,rsa",
    "author": "",
    "author_email": "Delvian Valentine <delvian.valentine@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/91/cf/6536448514e973e371cc486bff29473a7a83d78cffc58c2e0c30c5f5c57e/keys-yocto-3.0.7.tar.gz",
    "platform": null,
    "description": "# Yocto Keys\n\nMake licence keys using RSA signature verification\n\n## Installation\n\n```bash\npip install keys-yocto\n```\n\n## Usage\n\nYou'll be prompted to make new RSA keys the first time you run the app. If you need to make new keys later, you can do it in the Keys menu.\n\n![New RSA keys](https://github.com/delvianv/keys/raw/master/images/new_rsa_keys.png)\n\nThe app will remember where you saved the last private key you made. If you need to use a different key than the last one you made or if you moved it, you can change the location of the key in the Keys menu.\n\n![Private key](https://github.com/delvianv/keys/raw/master/images/priv_key.png)\n\nFill in the user's details and click Sign. Then copy the licence key and send it to the user.\n\n![Main window](https://github.com/delvianv/keys/raw/master/images/main.png)\n\n### How to verify licence keys in your app\n\n```python\nfrom keys import key\n\nif key.valid(user, licence_key, pub_key):\n    # licence_key is valid\nelse:\n    # licence_key is invalid\n```\n\n## Support\n\nEmail delvian.valentine@gmail.com for help\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.\n\n## Acknowledgements\n\n-   [Material Icons](https://fonts.google.com/icons)\n-   [PyInstaller](https://pyinstaller.org/en/stable/)\n-   [Python-RSA](https://stuvel.eu/software/rsa/)\n-   [Qt for Python](https://wiki.qt.io/Qt_for_Python)\n-   [UXWing](https://uxwing.com/)\n-   This app was inspired by [this article](https://build-system.fman.io/generating-license-keys)\n\n## Licence\n\nCopyright \u00a9 2024 [Delvian Valentine](mailto:delvian.valentine@gmail.com)\n\n_This program comes with ABSOLUTELY NO WARRANTY.  \nThis is free software, and you are welcome to redistribute it under certain conditions.  \nSee the [GNU General Public License](https://www.gnu.org/licenses/) for details._\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Make licence keys using RSA signature verification",
    "version": "3.0.7",
    "project_urls": {
        "Repository": "https://github.com/delvianv/keys"
    },
    "split_keywords": [
        "licence",
        "license",
        "key",
        "rsa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f9433c2c0c08163f31a85baf650b89a86965ace39b55042fe55beadb73198a0",
                "md5": "02a0bd3b229e2cc4f5cf80d1bba5b963",
                "sha256": "408f1772751f43c8375f7360b589331eb9c9ac63e33d5121aeeb452694a42e26"
            },
            "downloads": -1,
            "filename": "keys_yocto-3.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02a0bd3b229e2cc4f5cf80d1bba5b963",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 27719,
            "upload_time": "2024-01-03T08:40:29",
            "upload_time_iso_8601": "2024-01-03T08:40:29.503604Z",
            "url": "https://files.pythonhosted.org/packages/9f/94/33c2c0c08163f31a85baf650b89a86965ace39b55042fe55beadb73198a0/keys_yocto-3.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91cf6536448514e973e371cc486bff29473a7a83d78cffc58c2e0c30c5f5c57e",
                "md5": "26f92db5a7e6587a7b51e4c0c6c68840",
                "sha256": "1e383f2181bc0daa1d6f200c28bdd3b983ea7a3356581b0391c12cec1493a819"
            },
            "downloads": -1,
            "filename": "keys-yocto-3.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "26f92db5a7e6587a7b51e4c0c6c68840",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 27144,
            "upload_time": "2024-01-03T08:40:31",
            "upload_time_iso_8601": "2024-01-03T08:40:31.613533Z",
            "url": "https://files.pythonhosted.org/packages/91/cf/6536448514e973e371cc486bff29473a7a83d78cffc58c2e0c30c5f5c57e/keys-yocto-3.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-03 08:40:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "delvianv",
    "github_project": "keys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "altgraph",
            "specs": [
                [
                    "==",
                    "0.17.4"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.0.3"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.11.17"
                ]
            ]
        },
        {
            "name": "cffi",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    "==",
                    "41.0.7"
                ]
            ]
        },
        {
            "name": "docutils",
            "specs": [
                [
                    "==",
                    "0.20.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.6"
                ]
            ]
        },
        {
            "name": "importlib-metadata",
            "specs": [
                [
                    "==",
                    "6.9.0"
                ]
            ]
        },
        {
            "name": "jaraco.classes",
            "specs": [
                [
                    "==",
                    "3.3.0"
                ]
            ]
        },
        {
            "name": "jeepney",
            "specs": [
                [
                    "==",
                    "0.8.0"
                ]
            ]
        },
        {
            "name": "keyring",
            "specs": [
                [
                    "==",
                    "24.3.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "more-itertools",
            "specs": [
                [
                    "==",
                    "10.1.0"
                ]
            ]
        },
        {
            "name": "nh3",
            "specs": [
                [
                    "==",
                    "0.2.14"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.2"
                ]
            ]
        },
        {
            "name": "pkginfo",
            "specs": [
                [
                    "==",
                    "1.9.6"
                ]
            ]
        },
        {
            "name": "pyasn1",
            "specs": [
                [
                    "==",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "pycparser",
            "specs": [
                [
                    "==",
                    "2.21"
                ]
            ]
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.17.2"
                ]
            ]
        },
        {
            "name": "pyinstaller",
            "specs": [
                [
                    "==",
                    "6.2.0"
                ]
            ]
        },
        {
            "name": "pyinstaller-hooks-contrib",
            "specs": [
                [
                    "==",
                    "2023.10"
                ]
            ]
        },
        {
            "name": "pyproject_hooks",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "PySide6",
            "specs": [
                [
                    "==",
                    "6.6.0"
                ]
            ]
        },
        {
            "name": "PySide6-Addons",
            "specs": [
                [
                    "==",
                    "6.6.0"
                ]
            ]
        },
        {
            "name": "PySide6-Essentials",
            "specs": [
                [
                    "==",
                    "6.6.0"
                ]
            ]
        },
        {
            "name": "readme-renderer",
            "specs": [
                [
                    "==",
                    "42.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "requests-toolbelt",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "rfc3986",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.7.0"
                ]
            ]
        },
        {
            "name": "rsa",
            "specs": [
                [
                    "==",
                    "4.9"
                ]
            ]
        },
        {
            "name": "SecretStorage",
            "specs": [
                [
                    "==",
                    "3.3.3"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "68.2.2"
                ]
            ]
        },
        {
            "name": "shiboken6",
            "specs": [
                [
                    "==",
                    "6.6.0"
                ]
            ]
        },
        {
            "name": "twine",
            "specs": [
                [
                    "==",
                    "4.0.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "zipp",
            "specs": [
                [
                    "==",
                    "3.17.0"
                ]
            ]
        }
    ],
    "lcname": "keys-yocto"
}
        
Elapsed time: 0.15769s