Metadata-Version: 2.1
Name: geniuspy
Version: 0.0.1
Summary: A Python wrapper around the Genius API
Home-page: https://github.com/pypa/sampleproject
Author: Rafael Sánchez Sánchez
Author-email: lletfrix@gmail.com
License: UNKNOWN
Description: # Pygenius
        
        A Python wrapper around the Genius API.
        
        ## Introduction
        
        This package provides a pure Python interface for the [Genius API](https://docs.genius.com/).
        
        Genius provides information about songs lyrics and music knowledge. The aim of this package is to make the use of the Genius API easier when coding.
        
        ## Installing
        
        You can install pygenius using:
        
            $ pip install pygenius
        
        ## Getting the code
        
        The code is hosted at https://github.com/Lletfrix/pygenius.
        
        Download the latest development version with:
        
            $ git clone git://github.com/lletfrix/pygenius.git
            $ cd pygenius
        
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
