Metadata-Version: 2.1
Name: geniusmlapi
Version: 0.0.12
Summary: Pacote PyPI para Genius
Home-page: https://github.com/fagnercandido/GeniusMLAPI
Author: Fagner Candido
Author-email: fsouzacandido@gmail.com
License: MIT License
Description: # GeniusMLAPI
        PyPI package to use Genius.
        ## Getting Started
        #### Dependencies
        You need Python 3.7 or later to use **geniusmlapi**. You can find it at [python.org](https://www.python.org/).
        You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
        ```
        pip install setuptools
        pip install wheel
        pip install twine
        ```
        #### Installation
        Clone this repo to your local machine using:
        ```
        git clone https://github.com/fagnercandido/GeniusMLAPI
        ```
        ## Features
        - File structure for PyPI packages
        - Setup with package informations
        - License example
        
        ## Running
        ```
        pip install geniusmlapi
        ```
        
        And then
        
        ```
        from geniusmlapi import gml
        ```
        
        Finally:
        ```
        genius = gml.GeniusLM(ACCESS_TOKEN)
        songs = genius.search('my search')
        dataframe = genius.get_dataframe(songs)
        dataframe.head()
        ```
        
        
        
        
        
Keywords: Pacote
Platform: UNKNOWN
Description-Content-Type: text/markdown
