Metadata-Version: 2.4
Name: metorial-util-endpoint
Version: 1.0.0rc5
Summary: HTTP endpoint utilities 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: endpoint,http,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
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: requests>=2.25.0
Requires-Dist: truststore>=0.8.0
Requires-Dist: typing-extensions>=4.0.0
Description-Content-Type: text/markdown

# metorial-util-endpoint

Endpoint utilities for Metorial. Provides HTTP client functionality and endpoint management.

## Installation

```bash
pip install metorial-util-endpoint
# or
uv add metorial-util-endpoint
# or
poetry add metorial-util-endpoint
```

## Features

- 🌐 **HTTP Client**: HTTP client utilities for API communication
- 🔧 **Endpoint Management**: Manage API endpoints and requests
- ⚡ **Async Support**: Full async/await support
- 🛠️ **Utility Functions**: Common HTTP utilities

## 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.
