Metadata-Version: 2.1
Name: tales
Version: 0.0.4
Summary: A simple, and easy to use hypixel API wrapper.
Home-page: https://github.com/elfq/tales
Author: elf
Author-email: elflanded@gmail.com
License: UNKNOWN
Description: ![Logo](https://static1.textcraft.net/data1/e/3/e385d7775760dc99966075463c88b0f86167c55cda39a3ee5e6b4b0d3255bfef95601890afd80709da39a3ee5e6b4b0d3255bfef95601890afd80709ad0263e05752f8b663c78a8ec35fef42.png)
        
        - **Docs**
        
        https://elf.is-a.dev/docs
        
        ### What is Tales?
        
        Tales is a new, easy to use hypixel API wrapper designed with python.
        
        ### Installation
        
        ```
        python -m pip install -U git+https://github.com/elfq/tales
        ```
        ### Coverage
        
        **Minigames**
        - Blitz
        - Bedwars
        - Skywars
        - Skyblock
        
        **Network**
        - Watchdog Info
        - Player Info (all coins, kills, etc)
        
        *more to come*
        
        ### Example
        
        ```py
        from tales import player, api
        
        api.key = "Your Hypixel API key"
        
        wins = player.blitz_wins("Technoblade")
        print(wins)
        ```
        
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
