Metadata-Version: 2.1
Name: yggpeer
Version: 0.1.0
Summary: Peer-to-peer communication library over Yggdrasil
Home-page: https://github.com/immartian/yggpeer
Author: Isaac Mao
Author-email: im@here.news
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# YggPeer

YggPeer is a Python library for peer-to-peer communication over the Yggdrasil network, providing easy-to-use tools for status management, messaging, and chat between peers.

## Features
- Integration with [Yggdrasil](https://yggdrasil-network.github.io/)
- Peer-to-peer messaging
- Status management (available, busy, etc.)

## Installation

Install YggPeer using pip:

```bash
pip install yggpeer
