Metadata-Version: 1.1
Name: getenclosures
Version: 1.0.2
Summary: Gets all enclosure urls from an RSS feed and pipes them to stdout
Home-page: https://github.com/blha303/getenclosures/
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Description: getenclosures
        =============
        
        Gets all enclosure urls from an RSS feed and pipes them to stdout
        
        Usage
        -----
        
        ::
        
            usage: getenclosures [-h] [--config-dir CONFIG_DIR] [--cache-dir CACHE_DIR]
        
            optional arguments:
              -h, --help            show this help message and exit
              --config-dir CONFIG_DIR
                        Set config directory. Defaults to
                        /Users/steven/Library/Application
                        Support/getenclosures
              --cache-dir CACHE_DIR
                        Set cache directory. Defaults to
                        /Users/steven/Library/Caches/getenclosures
        
        Installation
        ------------
        
        Via ``pip``:
        
        ::
        
            pip3 install getenclosures
        
        Alternatively:
        
        -  Clone the repository, ``cd getenclosures``
        -  Run ``python3 setup.py install`` or ``pip3 install -e``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
