moblin-assistant


Namemoblin-assistant JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/eerimoq/moblin_assistant
SummaryMoblin remote control assistant
upload_time2024-09-08 08:03:55
maintainerNone
docs_urlNone
authorErik Moqvist
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            About
=====

A Moblin assistant in the terminal.

Installation
============

.. code-block:: python

    pip install moblin_assistant

Example usage
=============

Terminal 1. Start the server that a Moblin streamer can connect to.

.. code-block:: text

   $ moblin_assistant run --password my-password

Terminal 2. Control Moblin streamer.

.. code-block:: text

   $ moblin_assistant set_scene Back
   $ moblin_assistant go_live
   $ moblin_assistant end
   $ moblin_assistant set_zoom 2.5

Open http://localhost:2345/preview in a web browser to see the preview.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eerimoq/moblin_assistant",
    "name": "moblin-assistant",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Erik Moqvist",
    "author_email": "erik.moqvist@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/eb/7a9fd4463bada6ee7397d8e7aa98a6a2da8cfd41857a38ffb01f02cc6ac6/moblin_assistant-0.7.0.tar.gz",
    "platform": null,
    "description": "About\n=====\n\nA Moblin assistant in the terminal.\n\nInstallation\n============\n\n.. code-block:: python\n\n    pip install moblin_assistant\n\nExample usage\n=============\n\nTerminal 1. Start the server that a Moblin streamer can connect to.\n\n.. code-block:: text\n\n   $ moblin_assistant run --password my-password\n\nTerminal 2. Control Moblin streamer.\n\n.. code-block:: text\n\n   $ moblin_assistant set_scene Back\n   $ moblin_assistant go_live\n   $ moblin_assistant end\n   $ moblin_assistant set_zoom 2.5\n\nOpen http://localhost:2345/preview in a web browser to see the preview.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Moblin remote control assistant",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/eerimoq/moblin_assistant"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0d3afa7b92a41eaf2cadeb1ddb5a9572770f813ef763a5670846110ab74eda6",
                "md5": "ef33b08a1dd4d4ccd87b1ce5a47e9d44",
                "sha256": "e9bba897b4d1efc3d63e82ff237a6e4a4982d2f69119b403312ea29a624cd070"
            },
            "downloads": -1,
            "filename": "moblin_assistant-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef33b08a1dd4d4ccd87b1ce5a47e9d44",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5175,
            "upload_time": "2024-09-08T08:03:54",
            "upload_time_iso_8601": "2024-09-08T08:03:54.441516Z",
            "url": "https://files.pythonhosted.org/packages/b0/d3/afa7b92a41eaf2cadeb1ddb5a9572770f813ef763a5670846110ab74eda6/moblin_assistant-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6eb7a9fd4463bada6ee7397d8e7aa98a6a2da8cfd41857a38ffb01f02cc6ac6",
                "md5": "0c1f8e783010054aa5e685ecc0577093",
                "sha256": "6ad2a81e21909697db184f85f7e928b6f6fe942db47b5b2e2136002eaff340eb"
            },
            "downloads": -1,
            "filename": "moblin_assistant-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0c1f8e783010054aa5e685ecc0577093",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4715,
            "upload_time": "2024-09-08T08:03:55",
            "upload_time_iso_8601": "2024-09-08T08:03:55.680682Z",
            "url": "https://files.pythonhosted.org/packages/f6/eb/7a9fd4463bada6ee7397d8e7aa98a6a2da8cfd41857a38ffb01f02cc6ac6/moblin_assistant-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-08 08:03:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eerimoq",
    "github_project": "moblin_assistant",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "moblin-assistant"
}
        
Elapsed time: 0.87047s