Metadata-Version: 2.2
Name: enetBind
Version: 2.0.8
Summary: Python bindings for ENet
Author: Larbe-dev
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

## Enet-py

## Description
Python bindings for the popular networking library enet

## Installation
The packet is available on pypi.

`pip install enet-py`

## Usage
TBA

## Support
If you have any issues with enet-py then open a issue here on git.

## Authors and acknowledgment
- [ENet](https://github.com/lsalzman/enet) - Wrote ENet
- [Wjakob](https://github.com/wjakob) - Wrote nanobind, the library used to bind C++ to python