Metadata-Version: 2.1
Name: pytpixel
Version: 0.0.4
Summary: A python wrapper for Hypixel's API
Home-page: https://github.com/LSOffice/Hypixel-API-Package
Author: LSOffice
Author-email: lsoffice.noreply@gmail.com
License: UNKNOWN
Description: **Hypixel API Wrapper**
        
        This is a python package for the Hypixel API, last updated **2020-09-20**.
        It is important you install this from pip as the file is more organized and easier to understand.
        
        Features:
        ☑ Player Stats
        ☑ Guild Stats
        ☑ Watchdog/Staff Stats
        ☑ Skyblock Stats (In progress)
        ☑ Boosters Stats
        
        Examples:
        ```
        import pypixel
        
        user = pypixel.player.User()
        guild = pypixel.guild.Guild()
        booster = pypixel.boosters.Boosters()
        staff = pypixel.bans.Staff()
        watchdog = pypixel.bans.Watchdog()
        skyblockprof = pypixel.skyblock.SkyblockProfile
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
