Metadata-Version: 1.2
Name: last.fm-memories
Version: 0.1.0
Summary: Lists music you had listened before from Last.fm (or Libre.fm)
Home-page: https://github.com/dahlia/last.fm-memories
Author: Hong Minhee
Author-email: hong.minhee@gmail.com
License: GPLv3+
Description: Last.fm Memories
        ================
        
        This small program lists music you had listened before from Last.fm (or Libre.fm).
        Note that it requires Python 3.7 or later.  It can be installed using ``pip``:
        
        .. code-block:: console
        
           pip install last.fm-memories
        
        You need a Last.fm API key first, and can get one from here__.  The first time
        you run this program, it will asks an API key pair (or you could configure it
        through ``-k``/``--api-key`` and ``-s``/``--api-secret`` options).
        
        The following command lists albums you had listened the year before last:
        
        .. code-block:: console
        
           last.fm-memories $YOUR_LASTFM_NAME artists --back 24
        
        For more usages:
        
        .. code-block:: console
        
           last.fm-memories --help
        
        __ https://www.last.fm/api/account/create
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Utilities
Requires-Python: >=3.7
