Metadata-Version: 1.1
Name: sub
Version: 0.0.9
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
        
        ```
        pip install sub
        
        ```
        
        ## Uninstalling
        
        sub can be uninstalled using pip
        
        ```
        pip uninstall sub
        
        ```
        
        ## 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
