Metadata-Version: 2.1
Name: SimpleSchemaGenerator
Version: 0.6.0
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: antlr-denter ==1.*
Requires-Dist: dbrownell-Common
Requires-Dist: emoji ==2.*
Requires-Dist: typer ~=0.9
Provides-Extra: dev
Requires-Dist: dbrownell-DevTools ; extra == 'dev'
Requires-Dist: syrupy ==4.* ; 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



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`



## License

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