{ "info": { "author": "Joakim Plate", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Plugins", "Framework :: AsyncIO", "License :: OSI Approved :: MIT License" ], "description": "********************************\nArcam IP Control\n********************************\nThis module support controlling an arcam fmj received over it's network.\nIt's built mainly for use with home-assistant project, but should work\nfor other projects as well.\n\nStatus\n______\n.. image:: https://travis-ci.org/elupus/arcam_fmj.svg?branch=master\n :target: https://travis-ci.org/elupus/arcam_fmj\n\n.. image:: https://coveralls.io/repos/github/elupus/arcam_fmj/badge.svg?branch=master\n :target: https://coveralls.io/github/elupus/arcam_fmj?branch=master\n\nModule\n======\n\nCode to set volume and source using library.\n\n.. code-block:: python\n\n\n async def run():\n\n host = '192.168.0.2'\n port = '50000'\n zone = 1\n\n volume = 50\n source = SourceCodes.PVR\n\n client = Client(host, port)\n async with ClientContext(client):\n state = State(client, zone)\n\n await state.set_volume(volume)\n await state.set_source(source)\n\n loop = asyncio.get_event_loop()\n loop.run_until_complete (run())\n\n\nConsole\n=======\n\nThe module contains a commandline utility to test and request data from\ncalled ``arcam-fmj``.\n\nCode to set volume and source using console.\n\n.. code-block:: bash\n\n\n arcam-fmj state --host 192.168.0.2 --port 50000 --source 5 --volume 50", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/elupus/arcam_fmj", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "arcam-fmj", "package_url": "https://pypi.org/project/arcam-fmj/", "platform": "", "project_url": "https://pypi.org/project/arcam-fmj/", "project_urls": { "Homepage": "https://github.com/elupus/arcam_fmj" }, "release_url": "https://pypi.org/project/arcam-fmj/0.4.3/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A python library for speaking to Arcam receivers", "version": "0.4.3" }, "last_serial": 5474202, "releases": { "0.4.0": [ { "comment_text": "", "digests": { "md5": "af15fceea41b364a20992d95d3a52af8", "sha256": "7257b71b14d5cd1a3d5b49ea034f9b4fed98b185dcd41d660f6ff45494fd53bc" }, "downloads": -1, "filename": "arcam-fmj-0.4.0.tar.gz", "has_sig": false, "md5_digest": "af15fceea41b364a20992d95d3a52af8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 2123, "upload_time": "2019-04-10T09:18:13", "url": "https://files.pythonhosted.org/packages/a3/fb/527943b30e631f8037f999520f33dee7aa04488fabb1b1ae98319123d097/arcam-fmj-0.4.0.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "9771efb34387b6dbd5bb0da6a04dc3d6", "sha256": "ce3a4d4be85f0e4644acfdc9a6fb28eb8fc59d08448b19a839998c7600f09a36" }, "downloads": -1, "filename": "arcam-fmj-0.4.2.tar.gz", "has_sig": false, "md5_digest": "9771efb34387b6dbd5bb0da6a04dc3d6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 11189, "upload_time": "2019-04-10T11:07:49", "url": "https://files.pythonhosted.org/packages/01/c0/5bfb23ff5e015b5842dc68ce3a1423e31d529e851e8939a803e8fca7c58d/arcam-fmj-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "b8dded3e336eac36ff02b28d0dc218da", "sha256": "77ffdd3c92fc58c67ff8e49f81be890532b9b79e3a372fb1f3addb79dcc2bb3d" }, "downloads": -1, "filename": "arcam-fmj-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b8dded3e336eac36ff02b28d0dc218da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 11217, "upload_time": "2019-07-01T22:46:32", "url": "https://files.pythonhosted.org/packages/84/87/5d339648c8a8517b9ca9aa05b559bafc18df345099eda6ce68fc1c4aacdf/arcam-fmj-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b8dded3e336eac36ff02b28d0dc218da", "sha256": "77ffdd3c92fc58c67ff8e49f81be890532b9b79e3a372fb1f3addb79dcc2bb3d" }, "downloads": -1, "filename": "arcam-fmj-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b8dded3e336eac36ff02b28d0dc218da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 11217, "upload_time": "2019-07-01T22:46:32", "url": "https://files.pythonhosted.org/packages/84/87/5d339648c8a8517b9ca9aa05b559bafc18df345099eda6ce68fc1c4aacdf/arcam-fmj-0.4.3.tar.gz" } ] }