Metadata-Version: 2.1
Name: pydustry.py
Version: 2.0.0
Summary: Module for server information in the game Mindustry.
Home-page: https://github.com/romanin-rf
Author: ProgrammerFromParlament
Author-email: semina054@gmail.com
License: MIT
Keywords: pydustry.py
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Installation
```cmd
pip install https://github.com/RCR-OOP/pydustry.py/releases/download/v2.0/pydustry.py-2.0_release-py3-none-any.whl
```

# Example
- `main.py`
```python
import pydustry

pydustry.Server("easyplay.su").get_status()
```

- `Return`
```python
Status(name='[#3bffff][*] []EasyPlay Gaming + [#3dffcb]Rating-System', map='EasyPlay.HUB', players=56, wave=1, version=126, vertype='official', ping=35)
```


