{ "info": { "author": "Darren Rook (da66en)", "author_email": "route66@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# wmr_cba\n\nwmr_cba is a Python library for controlling a [West Mountain Radio CBAIV](http://www.westmountainradio.com/cba.php).\n\nlibusb is used, tested in both Linux and Windows. A simple Linux udev rules file is provided, as well as a Windows libusb WinUSB driver. See the /drivers/ folders of the [GitHub repo](https://github.com/da66en/python_wmr_cba) for these files. Windows users can also use the Windows drivers provided by West Mountain Radio, achieved by ctyping the West Mountain Radio driver DLLs.\n\nThis was developed by following the [SDK](http://www.westmountainradio.com/zip/cba4_api_sdk.zip) of the CBAIV provided by West Mountain Radio.\n\n## How to use\n\nThe package can be installed using pip:\n\n```\npip install wmr_cba\n```\n\nSome example code:\n\n```python\nfrom wmr_cba import wmr_cba\n\ncba = wmr_cba.CBA4()\ncba.do_start(1.0)\ntime.sleep(5)\nprint(\"Measured voltage under 1 Amp load: \"+str(cba.get_voltage()))\ncba.do_stop()\ncba.close()\n```\n\n## License\nwmr_cba is released under the MIT License. See LICENSE for more information.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/da66en/python_wmr_cba", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wmr-cba", "package_url": "https://pypi.org/project/wmr-cba/", "platform": "", "project_url": "https://pypi.org/project/wmr-cba/", "project_urls": { "Homepage": "https://github.com/da66en/python_wmr_cba" }, "release_url": "https://pypi.org/project/wmr-cba/1.1.0/", "requires_dist": [ "pyusb" ], "requires_python": "", "summary": "Python module for controlling West Mountain Radio CBA devices.", "version": "1.1.0" }, "last_serial": 4331154, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "406b529fc6bc70639896fe7fdf63603f", "sha256": "fd6d8bba8802bc24677ea5050eb476a010b11bb7d0948be53dfdeabaaded1dd3" }, "downloads": -1, "filename": "wmr_cba-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "406b529fc6bc70639896fe7fdf63603f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12503, "upload_time": "2018-10-02T03:49:08", "url": "https://files.pythonhosted.org/packages/c7/20/647f9cab1b185a64f3dbbf56f9a1b19225a3a4c3d993a11f0acd690314ab/wmr_cba-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1f55e3e4960d75f714e6f74a3b9e81e", "sha256": "4c2f21333727c3e8261ebf4c14829f9e675554e41683265641784a93b051e150" }, "downloads": -1, "filename": "wmr_cba-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f1f55e3e4960d75f714e6f74a3b9e81e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11142, "upload_time": "2018-10-02T03:49:10", "url": "https://files.pythonhosted.org/packages/13/56/50583f91ed49860d12dd340165d20d4bc045e77dd953474867da71f696ac/wmr_cba-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "406b529fc6bc70639896fe7fdf63603f", "sha256": "fd6d8bba8802bc24677ea5050eb476a010b11bb7d0948be53dfdeabaaded1dd3" }, "downloads": -1, "filename": "wmr_cba-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "406b529fc6bc70639896fe7fdf63603f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12503, "upload_time": "2018-10-02T03:49:08", "url": "https://files.pythonhosted.org/packages/c7/20/647f9cab1b185a64f3dbbf56f9a1b19225a3a4c3d993a11f0acd690314ab/wmr_cba-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1f55e3e4960d75f714e6f74a3b9e81e", "sha256": "4c2f21333727c3e8261ebf4c14829f9e675554e41683265641784a93b051e150" }, "downloads": -1, "filename": "wmr_cba-1.1.0.tar.gz", "has_sig": false, "md5_digest": "f1f55e3e4960d75f714e6f74a3b9e81e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11142, "upload_time": "2018-10-02T03:49:10", "url": "https://files.pythonhosted.org/packages/13/56/50583f91ed49860d12dd340165d20d4bc045e77dd953474867da71f696ac/wmr_cba-1.1.0.tar.gz" } ] }