Metadata-Version: 2.1
Name: skingrabber
Version: 0.1.6
Summary: A Python 3 wrapper for the Minecraft Skin API
Home-page: https://github.com/MakufonSkifto/skingrabber
Author: MakufonSkifto
Author-email: emirsurmen@gmail.com
License: MIT
Description: [![Documentation Status](https://readthedocs.org/projects/skingrabber/badge/?version=latest)](https://skingrabber.readthedocs.io/en/latest/?badge=latest)  [![PyPI version](https://badge.fury.io/py/skingrabber.svg)](https://badge.fury.io/py/skingrabber)
        
        # SkinGrabber
        A Python API wrapper for Minecraft skins and UUID's
        
        Current Version = `0.1.5`
        
        ## Documentation
        
        Documentation is available here: https://skingrabber.readthedocs.io/
        
        ## Installation
        
        To install skingrabber, do:
        
        `pip install skingrabber` or 
        
        `pip3 install skingrabber` or
        
        `python -m pip install skingrabber`
        
        
        ## Examples
        
        Some examples are available in the [examples folder](https://github.com/MakufonSkifto/skingrabber/tree/master/examples)
        
        For more detailed explanations and functions, visit [the docs](https://skingrabber.readthedocs.io/)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
