Metadata-Version: 2.4
Name: nethernet
Version: 0.0.2
Summary: Allows you to make Nethernet connections over WebRTC & websockets.
Author: josef240
License: MIT License
        
        Copyright (c) 2026 josef240
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Keywords: minecraft,mcedu,nethernet,minecraft edu,minecraft education,minecraft online,bedrock
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets>=13.1
Requires-Dist: aiortc>=1.14.0
Requires-Dist: aioice
Requires-Dist: requests-oauthlib>=2.0.0
Requires-Dist: requests
Requires-Dist: mcedu==0.0.3
Requires-Dist: sdp-transform
Requires-Dist: jwt
Requires-Dist: pyee
Dynamic: license-file

# nethernet
Allows you to make Nethernet connections over WebRTC & websocket signaling.

## Installation

### From PyPI

```shell
pip install nethernet
```

### From Github

```shell
pip install git+https://github.com/josef240/nethernet.git
```

### Build Locally

```shell
git clone https://github.com/josef240/nethernet.git
cd nethernet
python -m pip install setuptools, build
python -m build
```
