Metadata-Version: 2.1
Name: series-renamer-tools
Version: 1.0.2
Summary: Series Renamer: rename files of series with respect to episode number.
Home-page: https://github.com/seehait/series-renamer-tools
License: MIT
Description: # Series Renamer
        
        ## Table of Contents
        
        - [Requirement](#requirement)
        - [Installation](#installation)
          - [Installing from Git](#installing-from-git)
        - [Usage](#usage)
          - [Options](#options)
          - [YAML Input](#yaml-input)
        - [License](#license)
        
        ## Requirement
        
        - Python 3.6+
        
        ## Installation
        
        ### Installing from Git
        
        ```sh
        sudo python3 setup.py install
        ```
        
        ## Usage
        
        ```sh
        series-renamers --directory [path/to/target/directory] --prefix 'Series S01 E' [--dry-run]
        ```
        
        ### Options
        | Name                | Type      | Description              | Required | Default           |
        | ------------------- | --------- | ------------------------ | -------- |-------------------|
        | `--directory`, `-d` | `string`  | path to target directory | `false`  | current directory |
        | `--prefix`, `-p`    | `string`  | new file name prefix     | `true`   |                   |
        | `--dry-run`, `-dr`  | `boolean` | only preview the results | `false`  | `false`           |
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
