Metadata-Version: 2.1
Name: SimpleSchemaGenerator
Version: 0.12.3
Summary: Tool that generates code based on a defined schema.
Author-email: David Brownell <github@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.3
Requires-Dist: dbrownell-Common
Requires-Dist: emoji ~=2.11
Requires-Dist: typer ~=0.9
Provides-Extra: dev
Requires-Dist: dbrownell-DevTools ; extra == 'dev'
Requires-Dist: pyfakefs ~=5.5 ; extra == 'dev'
Requires-Dist: syrupy ~=4.6 ; extra == 'dev'
Provides-Extra: package
Requires-Dist: build ~=1.2 ; extra == 'package'
Requires-Dist: cx-Freeze ~=6.15 ; extra == 'package'
Requires-Dist: twine ~=5.1 ; 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



## Additional Information
Additional information can be found at these locations.

| Title | Document | Description |
| --- | --- | --- |
<!-- [BEGIN] Additional Information -->
| Code of Conduct | [CODE_OF_CONDUCT.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/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](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/CONTRIBUTING.md) | Information about contributing code changes to this project. |
| Development | [DEVELOPMENT.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/DEVELOPMENT.md) | Information about development activities involved in making changes to this project. |
| Governance | [GOVERNANCE.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/GOVERNANCE.md) | Information about how this project is governed. |
| Maintainers | [MAINTAINERS.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/MAINTAINERS.md) | Information about individuals who maintain this project. |
| Security | [SECURITY.md](https://github.com/davidbrownell/SimpleSchemaGenerator/blob/main/SECURITY.md) | Information about how to privately report security issues associated with this project. |
<!-- [END] Additional Information -->

## License

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