Pacote PyPI para Genius
Project 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. You also need setuptools, wheel and twine packages, which is available from PyPI. 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()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geniusmlapi-0.0.13.tar.gz
(2.7 kB
view details)
File details
Details for the file geniusmlapi-0.0.13.tar.gz.
File metadata
- Download URL: geniusmlapi-0.0.13.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2473fc8e6f138d7c5146b4a6647182954080cb11b5a04d0f48019865e3c9d1be
|
|
| MD5 |
aeb068bc1264d1f40d790ea5181ba38c
|
|
| BLAKE2b-256 |
62fc6f649c28059bd98d5f9966efa6845c2e8b3ed95d10fe004e3c1289c4a752
|