Metadata-Version: 2.1
Name: geniuspy
Version: 0.0.2
Summary: A Python wrapper around the Genius API
Home-page: https://github.com/lletfrix/geniuspy
Author: Rafael Sánchez Sánchez
Author-email: lletfrix@gmail.com
License: UNKNOWN
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

# Geniuspy

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 geniuspy using:

    $ pip install geniuspy

## Getting the code

The code is hosted at https://github.com/Lletfrix/geniuspy.

Download the latest development version with:

    $ git clone git://github.com/lletfrix/geniuspy.git
    $ cd geniuspy


