Metadata-Version: 2.4
Name: hivekit
Version: 0.2.0
Summary: Toolkits for using hive agents, including CLI and SDK.
License-Expression: Apache-2.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML>=5.1
Requires-Dist: ruamel-yaml>=0.18
Requires-Dist: pydantic>=1.8.2
Requires-Dist: gitpython>=3.1.24
Requires-Dist: rich>=12.5.1
Requires-Dist: kubernetes>=33.1.0
Requires-Dist: portforward>=0.3.0
Requires-Dist: argcomplete>=3.0.0
Requires-Dist: requests>=2.28.0
Requires-Dist: authlib>=1.2.0
Requires-Dist: keyring>=25.0.0
Requires-Dist: py-machineid>=0.6.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: ruamel.yaml>=0.18
Dynamic: license-file

```
       ███          █████   █████  ███                       █████   ████  ███   █████
      ░░░███       ░░███   ░░███  ░░░                       ░░███   ███░  ░░░   ░░███
        ░░░███      ░███    ░███  ████  █████ █████  ██████  ░███  ███    ████  ███████
          ░░░███    ░███████████ ░░███ ░░███ ░░███  ███░░███ ░███████    ░░███ ░░░███░
           ███░     ░███░░░░░███  ░███  ░███  ░███ ░███████  ░███░░███    ░███   ░███
         ███░       ░███    ░███  ░███  ░░███ ███  ░███░░░   ░███ ░░███   ░███   ░███ ███
       ███░         █████   █████ █████  ░░█████   ░░██████  █████ ░░████ █████  ░░█████
      ░░░          ░░░░░   ░░░░░ ░░░░░    ░░░░░     ░░░░░░  ░░░░░   ░░░░ ░░░░░    ░░░░░
```

<div align="center">

**> HiveKit**

Command-line interface for managing Hive AI agent experiments

[![PyPI version](https://badge.fury.io/py/hivekit.svg)](https://badge.fury.io/py/hivekit)
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-yellow.svg)](https://opensource.org/licenses/Apache-2.0)

</div>

## Installation

```bash
pip install hivekit
```

**Requirements:** Python 3.12+


## Support

- 📖 [Documentation](https://docs.hiverge.ai)

## License

Apache 2.0 License - see [LICENSE](LICENSE)
