Metadata-Version: 2.1
Name: rlane-netflix
Version: 1.0.3
Summary: Netflix history report
License: MIT
Keywords: netflix,python
Author-email: Russel Lane <russel@rlane.com>
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing :: General
Requires-Dist: rlane-libcli>=1.0.3
Project-URL: Homepage, https://github.com/russellane/netflix
Description-Content-Type: text/markdown

### netflix - Netflix history report

#### Usage
    netflix [--seasons] [--episodes] [--movies-only] [--series1-only]
            [--series2-only] [-h] [-v] [-V] [--print-config] [--print-url]
            [--completion [SHELL]]
            [FILE]
    
Print list of Titles, number of Seasons and total number of Episodes.

#### Positional Arguments
    FILE                Read from `FILE`, use `-` for `stdin` (default:
                        `~/Downloads/NetflixViewingHistory.csv`).

#### Options
    --seasons           List seasons and number of episodes.
    --episodes          List episodes; implies `--seasons`.
    --movies-only       Print movies only.
    --series1-only      Print series1 only.
    --series2-only      Print series2 only.

#### General options
    -h, --help          Show this help message and exit.
    -v, --verbose       `-v` for detailed output and `-vv` for more detailed.
    -V, --version       Print version number and exit.
    --print-config      Print effective config and exit.
    --print-url         Print project url and exit.
    --completion [SHELL]
                        Print completion scripts for `SHELL` and exit
                        (default: `bash`).

