Metadata-Version: 1.1
Name: subscope
Version: 1.0.0
Summary: A command line tool to download subtitles for your movies.
Home-page: UNKNOWN
Author: Julien Pagès
Author-email: j.parkouss@gmail.com
License: GPLv3
Description: subscope
        =======
        
        A command line tool to download subtitles for your movies.
        
        
        Installation
        ------------
        
        To install or update subscope, simply: ::
        
          pip install -U subscope
        
        Basic use
        ---------
        
        This is how you can download subtitles for your movies: ::
        
          subscope -l fr,en /path/to/my/movie1.avi /path/to/my/movie2.mkv
        
        How to contribute
        -----------------
        
        Just send pull requests here. Here is a way to create a working dev
        environment: ::
        
          # checkout the code
          git clone https://github.com/parkouss/subscope
          cd subscope
        
          # create a virtualenv and install subscope in it
          virtualenv venv
          . venv/bin/activate
          pip install -e .
        
          # run tests
          pip install mock # not required, and only for python < 3.3 users
          python setup.py test
        
        
        Thanks to
        ---------
        
        The original idea comes from the `periscope`_ project, so many thanks to
        its author and contributors! Unfortunatly the project is not active since
        Dec 2013, that's the reason why subscope exists now.
        
        .. _periscope: https://github.com/patrickdessalle/periscope
        
Keywords: subtitles movies srt download opensubtitles thesubdb
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
