Metadata-Version: 2.1
Name: EMC-info
Version: 1.3
Summary: EarthMC is a large Minecraft server this package lets you get info about things on that server.
Home-page: https://github.com/TheSuperGamer20578/EMC-info/
Author: TheSuperGamer20578
License: UNKNOWN
Description: ![Version](https://badge.fury.io/py/EMC-info.svg)  
        EarthMC is a large Minecraft server this package lets you get info about things on that server.  
        [PyPI](https://pypi.org/project/EMC-info) **|** [Github](https://github.com/TheSuperGamer20578/EMC-info) **|** [Changelog](https://github.com/TheSuperGamer20578/EMC-info/releases) | [Documentation](https://emc-info.readthedocs.io/en/stable/)
        
        ## Installation
        ```shell
        pip install EMC-info
        ```
        
        ## Usage
        Importing:
        ```py
        import emc
        ```
        Getting info about a town and printing its mayor's name:
        ```py
        town = emc.Town("town")
        print(town.mayor.name)
        ```
        Read the [documentation](https://emc-info.readthedocs.io/en/stable/) for more information
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Games/Entertainment
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
Provides-Extra: async
