Metadata-Version: 1.2
Name: TVRegex
Version: 0.1.1
Summary: Regex-only TV show renamer. No TVDB required!
Home-page: https://github.com/ROldford/tvregex
Author: Ryan Oldford
Author-email: ryan.oldford@gmail.com
License: MIT
Description: # tvregex
        A simple TV show renamer, no TVDB required
        
        ## Installation
        
        Just run as is!
        
        ## Usage
        
        <script>
            python3 tvregex.py [-s / --silent] [file]
        </script>
        
        If the program can't find a match, it will ask for the matching TV show name.
        
        ### Arguments
        - file
            - Path to the file you want to rename
        - -s / --silent
            - Program will run without any messages (except unknown exceptions).
                - (If set, this won't ask for matches)
        
        ### History
        
        0.1.0 - Initial release
        
        ## Credits
        
        By Ryan Oldford (ryan.oldford@gmail.com)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
