Metadata-Version: 1.1
Name: erika
Version: 0.1.1
Summary: A GTK podcast manager
Home-page: https://github.com/Muges/erika
Author: Muges
Author-email: git@muges.fr
License: MIT
Description-Content-Type: UNKNOWN
Description: Erika
        =====
        
        Erika is a GTK+ podcast manager for Linux.
        
        .. image:: https://raw.githubusercontent.com/Muges/erika/master/screenshots/main_window.png
            :target: https://raw.githubusercontent.com/Muges/erika/master/screenshots/main_window.png
            :alt: Main window of Erika
        
        Features
        --------
        
        - Suscribe, download and listen to audio podcasts
        - Keep your podcast library organised, and synchronize it with `gpodder.net`_
        
        .. _gpodder.net: https://gpodder.net
        
        Installation
        ------------
        
        Install Python 3, PyGObject_, and webkitgtk (not webkit2gtk) and run the command ::
        
            pip install erika
        
        .. _PyGObject:
            https://pygobject.readthedocs.io/en/latest/getting_started.html
        
        Credits
        -------
        
        Erika is released under the MIT License, with the exception of the file
        ``erika/frontend/widgets/scrolled_window.py`` which is released under the
        GNU/GPLv3 License.
        
Platform: UNKNOWN
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
