Metadata-Version: 2.1
Name: SimpleSchemaGenerator
Version: 0.1.1
Summary: Tool that generates code based on a defined schema.
Author-email: David Brownell <db@DavidBrownell.com>
License: MIT
Project-URL: Homepage, https://github.com/davidbrownell/SimpleSchemaGenerator
Project-URL: Documentation, https://github.com/davidbrownell/SimpleSchemaGenerator
Project-URL: Repository, https://github.com/davidbrownell/SimpleSchemaGenerator
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: typer ~=0.9
Provides-Extra: dev
Requires-Dist: dbrownell-DevTools ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ==1.* ; extra == 'package'
Requires-Dist: cx-Freeze ==6.* ; extra == 'package'
Requires-Dist: twine ==4.* ; extra == 'package'

# SimpleSchemaGenerator

[![CI](https://github.com/davidbrownell/SimpleSchemaGenerator/actions/workflows/standard.yaml/badge.svg?event=push)](https://github.com/davidbrownell/SimpleSchemaGenerator/actions/workflows/standard.yaml)
[![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/davidbrownell/4065d22fd6323840e81951a3bd271e1c/raw/SimpleSchemaGenerator_coverage.json)](https://github.com/davidbrownell/SimpleSchemaGenerator/actions)
[![License](https://img.shields.io/github/license/davidbrownell/SimpleSchemaGenerator?color=dark-green)](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/master/LICENSE.txt)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/davidbrownell/SimpleSchemaGenerator?color=dark-green)](https://github.com/davidbrownell/SimpleSchemaGenerator/commits/main/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/SimpleSchemaGenerator?color=dark-green)](https://pypi.org/project/simpleschemagenerator/)
[![PyPI - Version](https://img.shields.io/pypi/v/SimpleSchemaGenerator?color=dark-green)](https://pypi.org/project/simpleschemagenerator/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/SimpleSchemaGenerator)](https://pypistats.org/packages/simpleschemagenerator)

# SimpleSchemaGenerator
Tool that generates code based on a defined schema.

### Overview

TODO: Complete this section

### How to use SimpleSchemaGenerator

TODO: Complete this section

## Installation via Executable

Download an executable for Linux, MacOS, or Windows to use the functionality provided by this repository without a dependency on [Python](https://www.python.org).

1. Download the archive for the latest release [here](https://github.com/davidbrownell/SimpleSchemaGenerator/releases/latest); the files will begin with `exe.` and contain the name of your operating system.
2. Decompress the archive

## Installation via pip

Install the SimpleSchemaGenerator package via [pip](https://pip.pypa.io/en/stable/) (Package Installer for Python) to use it with your python code.

`pip install SimpleSchemaGenerator`

## Local Development

Visit [DEVELOPMENT.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/DEVELOPMENT.md) for information on developing or testing SimpleSchemaGenerator on your local Linux, MacOS, or Windows machine.

## License

SimpleSchemaGenerator is licensed under the <a href="https://choosealicense.com/licenses/mit/" target="_blank">MIT</a> license.
