Metadata-Version: 2.4
Name: metorial-generated
Version: 1.0.0rc6
Summary: Generated SDK endpoints and resources for Metorial
Project-URL: Homepage, https://metorial.com
Project-URL: Documentation, https://metorial.com/docs
Project-URL: Repository, https://github.com/metorial/metorial-python
Author-email: Metorial Team <support@metorial.com>
License: MIT
License-File: LICENSE
Keywords: endpoints,generated,metorial,sdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: metorial-core>=1.0.0
Requires-Dist: metorial-util-endpoint>=1.0.0
Requires-Dist: typing-extensions>=4.0.0
Description-Content-Type: text/markdown

# metorial-generated

Generated types and API clients for Metorial. Contains auto-generated code from OpenAPI specifications.

## Installation

```bash
pip install metorial-generated
# or
uv add metorial-generated
# or
poetry add metorial-generated
```

## Usage

This package is typically used internally by other Metorial packages and not directly by end users.

### Internal Usage

```python
# Generated types and clients are imported by other Metorial packages.
```

## License

MIT License - see [LICENSE](../../LICENSE) file for details.
