EarthMC is a large Minecraft server this package lets you get info about things on that server.
PyPI | Github | Changelog | Documentation
pip install EMC-info
Importing:
import emc
Getting info about a town and printing its mayor's name:
town = emc.Town("town")
print(town.mayor.name)
Read the documentation for more information