dvr-tools


Namedvr-tools JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryA command-line interface for managing DVR tools.
upload_time2024-07-20 15:16:22
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords dvr tools command-line video recorder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DVR_Tools

> :warning: Currently supports only Inspector DVRs

- Getting drive root by its letter
- Deleting all files inside EVENT folder
- Downloading and unpacking most recent DB update

## Logging

There are some informational messages by default. To increase logging verbosity, add `--debug` argument.
Example: `python3 dvr.py --debug`

## Help

```text
Usage: dvr.py main [OPTIONS]

  Tools for working with DVR

Options:
  --drive TEXT      Drive letter
  --delete_events   Delete all files in EVENT
  --update_db       Download DB update
  --dvr_model TEXT  Inspector DVR model
  --help            Show this message and exit.
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dvr-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "DVR, tools, command-line, video, recorder",
    "author": null,
    "author_email": "Ilya Krivoshein <htctomsk634@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/74/7f4ee27e942d70d20ca9d1bcf815e2cb52f9a533189a9ca6f92dc4931bab/dvr_tools-1.0.3.tar.gz",
    "platform": null,
    "description": "# DVR_Tools\r\n\r\n> :warning: Currently supports only Inspector DVRs\r\n\r\n- Getting drive root by its letter\r\n- Deleting all files inside EVENT folder\r\n- Downloading and unpacking most recent DB update\r\n\r\n## Logging\r\n\r\nThere are some informational messages by default. To increase logging verbosity, add `--debug` argument.\r\nExample: `python3 dvr.py --debug`\r\n\r\n## Help\r\n\r\n```text\r\nUsage: dvr.py main [OPTIONS]\r\n\r\n  Tools for working with DVR\r\n\r\nOptions:\r\n  --drive TEXT      Drive letter\r\n  --delete_events   Delete all files in EVENT\r\n  --update_db       Download DB update\r\n  --dvr_model TEXT  Inspector DVR model\r\n  --help            Show this message and exit.\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A command-line interface for managing DVR tools.",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "dvr",
        " tools",
        " command-line",
        " video",
        " recorder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9021914feea39d5afd88bcf361f344acb0fd51e3d02ae07e59948ab4796fae8d",
                "md5": "0d18d93ad94a00f09b02761f9f31a2af",
                "sha256": "ca29511a0f791f745b45c30c247fbc015e2cbfcb2590960f28c11fba2aa0ca1e"
            },
            "downloads": -1,
            "filename": "dvr_tools-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d18d93ad94a00f09b02761f9f31a2af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3201,
            "upload_time": "2024-07-20T15:16:20",
            "upload_time_iso_8601": "2024-07-20T15:16:20.652067Z",
            "url": "https://files.pythonhosted.org/packages/90/21/914feea39d5afd88bcf361f344acb0fd51e3d02ae07e59948ab4796fae8d/dvr_tools-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9747f4ee27e942d70d20ca9d1bcf815e2cb52f9a533189a9ca6f92dc4931bab",
                "md5": "a350c71b1cec8fb5a613a3b64deebef6",
                "sha256": "5959b7c66fa3c3ff8d797a4e3e3eaa5ffb74f9b410670669c2489565232e7f95"
            },
            "downloads": -1,
            "filename": "dvr_tools-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a350c71b1cec8fb5a613a3b64deebef6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2991,
            "upload_time": "2024-07-20T15:16:22",
            "upload_time_iso_8601": "2024-07-20T15:16:22.634153Z",
            "url": "https://files.pythonhosted.org/packages/f9/74/7f4ee27e942d70d20ca9d1bcf815e2cb52f9a533189a9ca6f92dc4931bab/dvr_tools-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 15:16:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dvr-tools"
}
        
Elapsed time: 0.66541s