rlane-netflix


Namerlane-netflix JSON
Version 1.0.4 PyPI version JSON
download
home_pageNone
SummaryNetflix history report
upload_time2024-10-26 02:37:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords netflix python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### 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`).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rlane-netflix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "netflix, python",
    "author": null,
    "author_email": "Russel Lane <russel@rlane.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/16/6971c10e9feec346b617689adc40cef8095e57e4ada2ce89bb9b270b93fc/rlane_netflix-1.0.4.tar.gz",
    "platform": null,
    "description": "### netflix - Netflix history report\n\n#### Usage\n    netflix [--seasons] [--episodes] [--movies-only] [--series1-only]\n            [--series2-only] [-h] [-v] [-V] [--print-config] [--print-url]\n            [--completion [SHELL]]\n            [FILE ...]\n    \nPrint list of Titles, number of Seasons and total number of Episodes.\n\n#### Positional Arguments\n    FILE                Read from `FILE`, use `-` for `stdin` (default:\n                        `~/Downloads/NetflixViewingHistory.csv`).\n\n#### Options\n    --seasons           List seasons and number of episodes.\n    --episodes          List episodes; implies `--seasons`.\n    --movies-only       Print movies only.\n    --series1-only      Print series1 only.\n    --series2-only      Print series2 only.\n\n#### General options\n    -h, --help          Show this help message and exit.\n    -v, --verbose       `-v` for detailed output and `-vv` for more detailed.\n    -V, --version       Print version number and exit.\n    --print-config      Print effective config and exit.\n    --print-url         Print project url and exit.\n    --completion [SHELL]\n                        Print completion scripts for `SHELL` and exit\n                        (default: `bash`).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Netflix history report",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://github.com/russellane/netflix"
    },
    "split_keywords": [
        "netflix",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3e803d97cf51fe251547bd7461c17db4e11c62c13a8f07264d34f6c8411305b",
                "md5": "7a864bf4332a6054e2be1262f2973b00",
                "sha256": "ab64eaaa201876353636a987071e104d25b4a12525a367e15fb36b80c36e2527"
            },
            "downloads": -1,
            "filename": "rlane_netflix-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a864bf4332a6054e2be1262f2973b00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5749,
            "upload_time": "2024-10-26T02:37:19",
            "upload_time_iso_8601": "2024-10-26T02:37:19.390404Z",
            "url": "https://files.pythonhosted.org/packages/a3/e8/03d97cf51fe251547bd7461c17db4e11c62c13a8f07264d34f6c8411305b/rlane_netflix-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc166971c10e9feec346b617689adc40cef8095e57e4ada2ce89bb9b270b93fc",
                "md5": "cc79773e74bc6619552098b6176765bf",
                "sha256": "0ac35431301b36ec6a3bff7d52046e2eb534b911d8d3c5e0dfc6eedab7e6a531"
            },
            "downloads": -1,
            "filename": "rlane_netflix-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "cc79773e74bc6619552098b6176765bf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 82439,
            "upload_time": "2024-10-26T02:37:20",
            "upload_time_iso_8601": "2024-10-26T02:37:20.910840Z",
            "url": "https://files.pythonhosted.org/packages/fc/16/6971c10e9feec346b617689adc40cef8095e57e4ada2ce89bb9b270b93fc/rlane_netflix-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-26 02:37:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "russellane",
    "github_project": "netflix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "rlane-netflix"
}
        
Elapsed time: 0.77725s