Metadata-Version: 2.1
Name: pyvgmdb
Version: 0.1.5
Summary: get artitst and album imformations from vgmdb
Home-page: https://github.com/acgmusic/vgmdb
Author: acgmusic
Author-email: 1152764556@qq.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# pyvgmdb
get artitst and album imformation from vgmdb

you can use this python tool to get:

1. all albums of an artist
2. all imformation about an album
3. roughly parsed notes of an album(including Composer, Aranger, Vocals, Lyric)


install:

```cmd
pip install pyvgmdb
```

see details in: `./example/notebook.ipynb`


