{ "info": { "author": "Pete Bachant", "author_email": "petebachant@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "PdCommPy\n========\n\nA Python wrapper for Nortek's PdCommATL COM library.\n\n\nInstallation\n------------\n * Install Nortek's PdCommATL library (contact Nortek to obtain the necessary installer).\n * Run win32com's `makepy.py` module (located, for example, at `C:\\python27\\Lib\\site-packages\\win32com\\client`),\n selecting \"PdCommATL 1.0 Type Library (1.0)\" from the list.\n * Either run `pip install pdcommpy`, or `git clone` this repository, and inside \n run `python setup.py install` from a command prompt.\n\nUsage\n-----\n\n```python\n>>> from pdcommpy import PdControl\n>>> pdcontrol = PdControl()\n>>> pdcontrol.serial_port = \"COM2\"\n>>> pdcontrol.state\n'Not connected'\n>>> pdcontrol.sample_rate = 200\n>>> pdcontrol.coordinate_system\n'ENU'\n```\n\nKnown issues\n------------\n * Salinity in data files is indicated as \"N/A\". According to Nortek, this should not affect the measurements.\n\n\nLicense\n-------\n\nPdCommPy Copyright (c) 2013-2014 Peter Bachant\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/petebachant/PdCommPy.git", "keywords": null, "license": "GPL v2", "maintainer": null, "maintainer_email": null, "name": "PdCommPy", "package_url": "https://pypi.org/project/PdCommPy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PdCommPy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/petebachant/PdCommPy.git" }, "release_url": "https://pypi.org/project/PdCommPy/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Package for working with Nortek instruments.", "version": "0.0.1" }, "last_serial": 1215573, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7c75d5d4cc009f8fcaa5461caf624fd3", "sha256": "e50ff555ee018ec8430fb1e65aaab5181961517fdf76058371b7f3d389f6273f" }, "downloads": -1, "filename": "PdCommPy-0.0.1.zip", "has_sig": false, "md5_digest": "7c75d5d4cc009f8fcaa5461caf624fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14157, "upload_time": "2014-09-07T03:11:19", "url": "https://files.pythonhosted.org/packages/52/16/845054a780751d6d6a113baa195a5146afa84809e80d667410c3bed39f68/PdCommPy-0.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c75d5d4cc009f8fcaa5461caf624fd3", "sha256": "e50ff555ee018ec8430fb1e65aaab5181961517fdf76058371b7f3d389f6273f" }, "downloads": -1, "filename": "PdCommPy-0.0.1.zip", "has_sig": false, "md5_digest": "7c75d5d4cc009f8fcaa5461caf624fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14157, "upload_time": "2014-09-07T03:11:19", "url": "https://files.pythonhosted.org/packages/52/16/845054a780751d6d6a113baa195a5146afa84809e80d667410c3bed39f68/PdCommPy-0.0.1.zip" } ] }