Metadata-Version: 2.1
Name: keygen-yocto
Version: 1.0
Summary: Generate keys and signatures.
Home-page: https://github.com/yoctosoft-ltd/keygen
Author: Yoctosoft
Author-email: info@yoctosoft.co.za
License: GNU General Public License (GPL)
Keywords: key generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Customer Service
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rsa
Requires-Dist: PySide2

# Key Generator

Generate keys and signatures.

### Installation

From the [Python Package Index](https://pypi.org/project/keygen-yocto/):

    $ pip install keygen-yocto

or from the source:

    $ python setup.py install

### Usage

    $ keygen

This app comes with a default key pair, but we recommend that you
generate a new key pair to generate your signatures for your app.

You will ship the public key with your app and keep the private key to
generate signatures for your app.

### License

Copyright (c) 2020  Yoctosoft (PTY) Ltd. <info@yoctosoft.co.za>

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
more details.


