Metadata-Version: 2.4
Name: metorial-exceptions
Version: 1.0.2
Summary: Exception classes for Metorial SDKs
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: exceptions,metorial
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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
Description-Content-Type: text/markdown

# metorial-exceptions

Exception classes for Metorial SDKs.

## Installation

```bash
pip install metorial-exceptions
```

## Usage

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

## License

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