Metadata-Version: 2.3
Name: hytale-sharecode
Version: 1.0.1
Summary: Small Python module that decodes/encodes Hytale world share codes
License: MIT
Author: DJ Stomp
Author-email: 85457381+DJStompZone@users.noreply.github.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/DJStompZone/hytale-sharecode
Project-URL: Repository, https://github.com/DJStompZone/hytale-sharecode
Description-Content-Type: text/markdown

# hytale-sharecode

Small Python module that decodes/encodes Hytale world share codes.

A share code is:
- UTF-8 JSON
- raw DEFLATE compressed (zlib wbits = -15)
- base64 encoded

This is **not encryption**. Passwords are plaintext in the payload.

## Run demo

```bash
python -m hytale_sharecode
python scripts/demo.py
```

