Skip to content

davidbrownell/SimpleSchemaGenerator

Repository files navigation

SimpleSchemaGenerator

License GitHub commit activity PyPI - Python Version PyPI - Version PyPI - Downloads OpenSSF Best Practices Code Coverage

Tool that generates code based on a defined schema.

Contents

Overview

TODO: Complete this section

How to use SimpleSchemaGenerator

TODO: Complete this section

Installation

SimpleSchemaGenerator can be installed via one of these methods:

Installation via Executable

Download an executable for Linux, MacOS, or Windows to the the functionality provided by this repository without a dependency on python.

  1. Download the archive for the latest release here. The filename will begin with exe. and contain the name of your operating system.
  2. Decompress the archive.

Verifying Signed Executables

Executables are signed and validated using Minisign. The public key used to verify the signature of the executable is RWQ61rTXHwP56qVlV1cuMIXnWWM62VOddOOFljMbHAqciFarLLWUNBOA.

To verify that the executable is valid, download the corresponding .minisig file here and run this command, replacing <filename> with the name of the file to be verified:

docker run -i --rm -v .:/host jedisct1/minisign -V -P RWQ61rTXHwP56qVlV1cuMIXnWWM62VOddOOFljMbHAqciFarLLWUNBOA -m /host/<filename>

Instructions for installing docker are available at https://docs.docker.com/engine/install/.

Installation via pip

To install the SimpleSchemaGenerator package via pip (Python Installer for Python) for use with your python code:

pip install SimpleSchemaGenerator

Development

Please visit Contributing and Development for information on contributing to this project.

Additional Information

Additional information can be found at these locations.

Title Document Description
Code of Conduct CODE_OF_CONDUCT.md Information about the the norms, rules, and responsibilities we adhere to when participating in this open source community.
Contributing CONTRIBUTING.md Information about contributing code changes to this project.
Development DEVELOPMENT.md Information about development activities involved in making changes to this project.
Governance GOVERNANCE.md Information about how this project is governed.
Maintainers MAINTAINERS.md Information about individuals who maintain this project.
Security SECURITY.md Information about how to privately report security issues associated with this project.

License

SimpleSchemaGenerator is licensed under the MIT license.

About

Tool that generates code based on a defined schema.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages