Metadata-Version: 2.1
Name: Hypyxel
Version: 0.0.14
Summary: An easy-to-use python wrapper for the Hypixel API
Home-page: https://github.com/CraziiAce/Hypyxel
Author: CraziiAce
Author-email: teddyjraz@gmail.com
License: UNKNOWN
Description: 
        
        <h1 align="center">HyPyxel</h1>
        <p align="center">
        <a href="https://pypi.org/project/hypyxel/">
          <img alt="PyPI" src="https://img.shields.io/pypi/v/hypyxel?color=g&style=flat-square">
        </a>
        <a href="https://github.com/CraziiAce/Hypyxel/blob/master/LICENSE">
          <img alt="License" src="https://img.shields.io/github/license/craziiace/hypyxel?color=g&style=flat-square">
        </a>
        <a href="https://www.python.org/downloads/">
          <img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/hypyxel?color=g&style=flat-square">
        </a>
        <a href="https://github.com/CraziiAce/Hypyxel/issues">
          <img alt="Issues" src="https://img.shields.io/github/issues/craziiace/hypyxel?color=g&style=flat-square">
        </a>
        <a href="http://makeapullrequest.com">
          <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?color=g&style=flat-square">
        </a>
        <a href="https://github.com/craziiace/hypyxel">
          <img src="https://img.shields.io/tokei/lines/github/craziiace/hypyxel?style=flat-square&color=g">
        </a>
        <a href="https://hypyxel.rtfd.io">
          <img src="https://img.shields.io/readthedocs/hypyxel?color=g&style=flat-square">
        </a>
        </p>
        
        A python wrapper for the Hypixel API.
        I have a local branch with more endpoints.
        
        As you can see, this is a WIP.
        
        PRs welcome, contrubuting guildelines coming soon.
        
        ## Usage:
        
        `from hypyxel import hypixel`
        
        `hypixel.get_endpoints()`
        
        ## Documentation:
        
        <a href="https://hypyxel.rtfd.io">Work In Progress</a>
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
