Metadata-Version: 2.4
Name: hive-common
Version: 0.4.2
Summary: Common code for Hive libraries and services
Author-email: Gary Benson <gary@gbenson.net>
License-Expression: MIT
Project-URL: Homepage, https://github.com/gbenson/hive/tree/main/libs/common
Project-URL: Source, https://github.com/gbenson/hive
Description-Content-Type: text/markdown
Requires-Dist: PyYAML
Provides-Extra: brotli
Requires-Dist: httpx[brotli]; extra == "brotli"
Provides-Extra: httpx
Requires-Dist: hishel; extra == "httpx"
Requires-Dist: httpx[http2]; extra == "httpx"
Provides-Extra: langchain
Requires-Dist: hishel; extra == "langchain"
Requires-Dist: httpx[http2]; extra == "langchain"
Requires-Dist: langchain; extra == "langchain"
Requires-Dist: pydantic; extra == "langchain"
Provides-Extra: langchain-ollama
Requires-Dist: hishel; extra == "langchain-ollama"
Requires-Dist: httpx[http2]; extra == "langchain-ollama"
Requires-Dist: langchain; extra == "langchain-ollama"
Requires-Dist: langchain-ollama; extra == "langchain-ollama"
Requires-Dist: ollama; extra == "langchain-ollama"
Requires-Dist: pydantic; extra == "langchain-ollama"
Provides-Extra: ollama
Requires-Dist: hishel; extra == "ollama"
Requires-Dist: httpx[http2]; extra == "ollama"
Requires-Dist: ollama; extra == "ollama"
Requires-Dist: pydantic; extra == "ollama"
Provides-Extra: zstd
Requires-Dist: httpx[zstd]; extra == "zstd"

[![version badge]](https://pypi.org/project/hive-common/)

[version badge]: https://img.shields.io/pypi/v/hive-common?color=limegreen

# hive-common

Common code for Hive libraries and services

## Installation

### With PIP

```sh
pip install hive-common
```

### From source

```sh
git clone https://github.com/gbenson/hive.git
cd hive/libs/common
make setup
. .venv/bin/activate
make check
```
