Metadata-Version: 2.1
Name: melon_top100
Version: 0.8.1
Summary: This is a simple package that brings up the Top 100 list of Melon, a music site in Korea.
Home-page: https://github.com/sigmadream/melon_top100
Author: Sangkon Han
Author-email: sigmadream@gmail.com
License: MIT
Description: # MelonTop100
        
        This is a simple package that brings up the Top 100 list of Melon, a music site in Korea.
        
        If you use the `get_songs()` function, you can check Melon's Top 100 songs in the form of a list, and the items in the list are provided as a dictionary containing information such as song name and singer.
        
        ## Use
        
        ```python
        from melon_top100 import get_songs
        
        top100 = get_songs()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
