Metadata-Version: 1.1
Name: youtube2mp3
Version: 0.4.3
Summary: Commandline tool to convert youtube videos to tagged mp3 files
Home-page: https://github.com/pfitzer/youtube2mp3.git
Author: micpfist
Author-email: michael@mp-development.de
License: MIT
Description-Content-Type: UNKNOWN
Description: |image0| |image1|
        
        youtube2mp3
        ===========
        a wrapper to simplify youtube downloads with `youtube-dl <https://github.com/rg3/youtube-dl>`_
        
        downloaded files will be tagged with `mutagen <https://pypi.python.org/pypi/mutagen>`_
        
        installation
        ------------
        with pip
        """"""""
        pip install youtube2mp3
        
        manual install
        """"""""""""""
        python setup.py build
        
        python setup.py install
        
        usage
        -----
        youtube2mp3 [options] arg1 arg2
        
        see *youtube2mp3 -h* for more information
        
        development
        -----------
        We use pipenv for development environment - *pip install pipenv*
        
        create virtual environment
        *pipenv --two*
        
        install dependencies
        *pipenv install*
        
        .. |image0| image:: https://pyup.io/repos/github/pfitzer/youtube2mp3/shield.svg
             :target: https://pyup.io/repos/github/pfitzer/youtube2mp3/
             :alt: Updates
        
        .. |image1| image:: https://pyup.io/repos/github/pfitzer/youtube2mp3/python-3-shield.svg
             :target: https://pyup.io/repos/github/pfitzer/youtube2mp3/
             :alt: Python 3
Keywords: youtube mp3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video :: Conversion
