Metadata-Version: 1.0
Name: clear
Version: 1.0.0
Summary: CLEAR: Command-line extract and rename utility
Home-page: http://github.com/davgeo/clear
Author: David George
Author-email: dcg.git@gmail.com
License: MIT
Description: CLEAR
        ==================
        
        **C**\ ommand-**L**\ ine **E**\ xtract **A**\ nd **R**\ ename utility
        
        This provides a media library manager that allows extraction and renaming of
        media files.
        
        Currently supported functionality:
        
        - Extraction of video files from RAR packages
        - Renaming of TV episodes using EPGuides
        
        Example
        -------
        .. code-block:: bash
        
          python clear-runner.py <ARGS>
        
        To see available arguments use the help option:
        
        .. code-block:: bash
        
          python clear-runner.py --help
        
        Requirements
        ---------------
        This is a python package and requires the following:
        
        - Python 3.4+
        - Python requests package
        - Python rarfile package
        - Python logzilla package
        
        Installation
        ---------------
        Install using pip:
        
        .. code-block:: bash
        
            $ pip install clear
        
        Requests, Issues, Bugs or Suggestions
        ---------------------------------------------
        Add any feature requests, issues, bugs or suggestions here: https://github.com/davgeo/clear/issues
        
        Please give as much detail as possible.
        
Platform: UNKNOWN
