Metadata-Version: 1.1
Name: arxiv2speech
Version: 0.0.3
Summary: Convert the current abstracts listed on the arxiv to a set of audio files.
Home-page: https://github.com/dfm/arxiv2speech
Author: Dan Foreman-Mackey
Author-email: danfm@nyu.edu
License: UNKNOWN
Description: **Note: this only works on Mac OS X.**
        
        Inspired by a hack suggested at ``#hackAAS`` by [someone?].
        
        Built by `Dan Foreman-Mackey <http://dan.iel.fm>`_ and distributed under
        MIT (see ``LICENSE``).
        
        
        Installation
        ------------
        
        You can install using ``pip`` with:
        
        ::
        
            pip install arxiv2speech
        
        
        Usage
        -----
        
        ::
        
            Usage: arxiv2speech [-h | --help] [-u URL] [-o OUTPUT] [--clobber]
        
            -h --help  show this
            -u URL     custom arXiv RSS [default: http://export.arxiv.org/rss/astro-ph]
            -o OUTPUT  base directory for output [default: ./build]
            --clobber  overwrite an existing archive
            --quiet    don't print any status messages
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
