Metadata-Version: 2.1
Name: typeapi-model
Version: 0.1.1
Summary: This library contains models to represent a TypeAPI specification
Author-email: Christoph Kappestein <christoph.kappestein@gmail.com>
License: MIT
Project-URL: Homepage, https://typeapi.org
Project-URL: Issues, https://github.com/apioo/typeapi-model-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typeschema-model~=0.1.1


# About

This library contains the official auto generated models to represent a [TypeAPI](https://typeapi.org/) specification.
The model classes can be used to build i.e. code generators or other tools which need to process a TypeAPI specification.
