{ "info": { "author": "Dominik Fehr", "author_email": "dominik@fe.hr", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "Intended Audience :: Telecommunications Industry", "License :: Other/Proprietary License", "Programming Language :: Python" ], "description": "# NarrowBand Lib for Python 3\n\nThis is an easy-to-use library for Narrowband IoT applications. \n\nIt communicates via UART with your target device.\n\nIt simplifies the setup and use, you don't have to manually send AT commands.\n\nFor beginners, use the Narrowband class with it's pre-defined methods.\nIf you want more freedom, feel free to check out the NarrowbandCore class.\n\n\n## Requirements:\n\n- Python >= 3\n- PySerial >= 3.4\n\n## Example:\n\nIf you use a supported board, the lib will auto-detect it:\n\n```python\nimport narrowband\n\nnb = narrowband.Narrowband()\nnb.attach()\nwhile 1:\n time.sleep(1)\n```\n\nFor any other, defined the device and it's values (port, baudrate and timeout):\n\n```\nimport narrowband\n\nnb = narrowband.Narrowband(\"COM1\", 9600, 1)\nnb.attach()\nwhile 1:\n time.sleep(1)\n```\n\n## Testing\n\nTested & verified Narrowband chips:\n\n* Quectel BC68\n* Quectel BC95-B8\n\n\n## License\n\nCreative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/NarrowBand/", "keywords": "nb1 m1 nb-iot iot lte narrowband cat-nb1 cat-m1", "license": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License", "maintainer": "Andreas Schmidt", "maintainer_email": "andreas.schmidt@cassini.de", "name": "NarrowBand", "package_url": "https://pypi.org/project/NarrowBand/", "platform": "", "project_url": "https://pypi.org/project/NarrowBand/", "project_urls": { "Homepage": "http://pypi.python.org/pypi/NarrowBand/" }, "release_url": "https://pypi.org/project/NarrowBand/0.2.1/", "requires_dist": [ "pyserial (>=3.4)" ], "requires_python": "", "summary": "NarrowBand library", "version": "0.2.1" }, "last_serial": 4814973, "releases": { "0.2.1": [ { "comment_text": "", "digests": { "md5": "5fc5a71bcd7c3e4574ce6fe987f0e8fa", "sha256": "a37ad2a4f562fdce36c70cfbe65ee08f05e38b88987d54c8f3de58521130981b" }, "downloads": -1, "filename": "NarrowBand-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5fc5a71bcd7c3e4574ce6fe987f0e8fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4679, "upload_time": "2019-02-13T09:57:07", "url": "https://files.pythonhosted.org/packages/ee/e0/49e59a5f70c35ae0a12709f5956e7367623c304a3c5203441c47f4490b44/NarrowBand-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99ed3c8319a1573ba7704be904bf350b", "sha256": "9a65b4ed16fab71445312e93780f76b5abf50dd3935fa1e1b9c37a4b95388156" }, "downloads": -1, "filename": "NarrowBand-0.2.1.tar.gz", "has_sig": false, "md5_digest": "99ed3c8319a1573ba7704be904bf350b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2019-02-13T09:57:08", "url": "https://files.pythonhosted.org/packages/c3/29/0d35a9c27d43ab7527fc06d73222d87e7f5643b3b261ae202beca37ad9e3/NarrowBand-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5fc5a71bcd7c3e4574ce6fe987f0e8fa", "sha256": "a37ad2a4f562fdce36c70cfbe65ee08f05e38b88987d54c8f3de58521130981b" }, "downloads": -1, "filename": "NarrowBand-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "5fc5a71bcd7c3e4574ce6fe987f0e8fa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4679, "upload_time": "2019-02-13T09:57:07", "url": "https://files.pythonhosted.org/packages/ee/e0/49e59a5f70c35ae0a12709f5956e7367623c304a3c5203441c47f4490b44/NarrowBand-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99ed3c8319a1573ba7704be904bf350b", "sha256": "9a65b4ed16fab71445312e93780f76b5abf50dd3935fa1e1b9c37a4b95388156" }, "downloads": -1, "filename": "NarrowBand-0.2.1.tar.gz", "has_sig": false, "md5_digest": "99ed3c8319a1573ba7704be904bf350b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2019-02-13T09:57:08", "url": "https://files.pythonhosted.org/packages/c3/29/0d35a9c27d43ab7527fc06d73222d87e7f5643b3b261ae202beca37ad9e3/NarrowBand-0.2.1.tar.gz" } ] }