Metadata-Version: 1.2
Name: puckfetcher
Version: 1.4.1
Summary: A simple command-line podcatcher.
Home-page: https://github.com/alixnovosi/puckfetcher
Author: Andrew Michaud
Author-email: puckfetcher@mail.andrewmichaud.com
License: BSD3
Download-URL: https://github.com/alixnovosi/puckfetcher/archive/v1.4.1.tar.gz
Description: puckfetcher
        ===========
        
        | |BSD3 License|
        
        | |Build Status|
        
        | |Coverage Status|
        
        | |Issue Count|
        
        .. image:: https://badge.fury.io/py/puckfetcher.svg
            :target: https://badge.fury.io/py/puckfetcher
        
        .. image:: https://badge.waffle.io/alixnovosi/puckfetcher.png?label=ready&title=Ready
            :target: https://waffle.io/alixnovosi/puckfetcher
            :alt: 'Stories in Ready'
        
        A simple command-line podcatcher.
        
        GitHub Project: (https://github.com/alixnovosi/puckfetcher)
        
        Supports Python 3.6+. Please report any issues on the GitHub project or reach out over email.
        
        | You’ll need setuptools (https://pypi.python.org/pypi/setuptools) to run this in its current
        | state. Go get it, clone this repo, and you can run the below commands. Should work on OSX and
        | Linux, from the command line. You’ll want a default config file, name it config.yaml and look at
        | example\_config.yaml to see how it should be structured.
        
        Directory for config file:
        
        -  OSX: /Users/[USERNAME]/Application Support/puckfetcher/config.yaml
        -  Linux: /home/[USERNAME]/.config/puckfetcher/config.yaml
        
        Build + Install:
        
        ::
        
            python3 setup.py install
        
        Test:
        
        ::
        
            python3 setup.py test
        
        Features
        --------
        -  Download any podcast with an RSS URL.
        -  Download newest episodes on demand.
        -  Download any episode from a podcast's backlog.
        -  Respects podcast authors' websites - rate limits, checks when feed was last updated when trying
           to refresh.
        -  Provides progress on downloads.
        -  Provides summary of recently-downloaded podcasts per-session, as well as summary of
           recently-downloaded episodes per-podcast.
        -  Add MP3 tag support to clean up tags based on feed information if it’s messy.
        
        Ideas for Future Releases
        -------------------------
        -  Text-based progress for other time-consuming actions.
        -  Support PyPy (when it supports 3.6+).
        -  Allow parallel downloading.
        
        .. |BSD3 License| image:: http://img.shields.io/badge/license-BSD3-brightgreen.svg
           :target: https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29
        .. |Build Status| image:: https://travis-ci.org/alixnovosi/puckfetcher.svg?branch=master
           :target: https://travis-ci.org/alixnovosi/puckfetcher
        .. |Coverage Status| image:: https://coveralls.io/repos/alixnovosi/puckfetcher/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/alixnovosi/puckfetcher?branch=master
        .. |Issue Count| image:: https://codeclimate.com/github/alixnovosi/puckfetcher/badges/issue_count.svg
           :target: https://codeclimate.com/github/alixnovosi/puckfetcher
Keywords: music,podcasts,rss
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.6
