Metadata-Version: 1.1
Name: sub
Version: 0.0.2
Summary: Simple Tool to download Subtitles.
Home-page: http://github.com/leosartaj/sub
Author: Sartaj Singh
Author-email: singhsartaj94@gmail.com
License: MIT
Description: # README
        
        Command line tool for downloading subtitles
        
        ## Installation
        
        sub can be installed using pip
        Just run
        
        ```
        pip install setup.py
        
        ```
        
        ## Uninstalling
        
        sub can be installed using pip
        Just run
        
        ```
        pip uninstall sub
        
        ```
        
        ## Dependencies
        
        sub is based on Python 2.7
        sub uses the requests module
        
        ## Documentation
        
        Run the following command to download subtitles for a file or all the files including a directory
        
        ```
        sub [path] [options]
        
        ```
        
        * Run sub -h/--help for various options
        
Keywords: subtitles download movies tv shows
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
