{ "info": { "author": "Adafruit Industries", "author_email": "circuitpython@adafruit.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries", "Topic :: System :: Hardware" ], "description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/circuitpython-tinylora/badge/?version=latest\n :target: https://circuitpython.readthedocs.io/projects/tinylora/en/latest/\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/discord/327254708534116352.svg\n :target: https://discord.gg/nBQh6qu\n :alt: Discord\n\n.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_TinyLoRa.svg?branch=master\n :target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_TinyLoRa\n :alt: Build Status\n\nLoRaWAN/The Things Network, for CircuitPython.\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython `_\n* `Bus Device `_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading `the Adafruit library and driver bundle `_.\n\nInstalling from PyPI\n--------------------\n\nOn supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from\nPyPI `_. To install for current user:\n\n.. code-block:: shell\n\n pip3 install adafruit-circuitpython-tinylora\n\nTo install system-wide (this may be required in some cases):\n\n.. code-block:: shell\n\n sudo pip3 install adafruit-circuitpython-tinylora\n\nTo install in a virtual environment in your current project:\n\n.. code-block:: shell\n\n mkdir project-name && cd project-name\n python3 -m venv .env\n source .env/bin/activate\n pip3 install adafruit-circuitpython-tinylora\n\nUsage Example\n=============\n\nUsage is described in the `learn guide for this library `_.\n\n\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n`_\nbefore contributing to help this project stay welcoming.\n\nBuilding locally\n================\n\nZip release files\n-----------------\n\nTo build this library locally you'll need to install the\n`circuitpython-build-tools `_ package.\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install circuitpython-build-tools\n\nOnce installed, make sure you are in the virtual environment:\n\n.. code-block:: shell\n\n source .env/bin/activate\n\nThen run the build:\n\n.. code-block:: shell\n\n circuitpython-build-bundles --filename_prefix adafruit-circuitpython-tinylora --library_location .\n\nSphinx documentation\n-----------------------\n\nSphinx is used to build the documentation based on rST files and comments in the code. First,\ninstall dependencies (feel free to reuse the virtual environment from above):\n\n.. code-block:: shell\n\n python3 -m venv .env\n source .env/bin/activate\n pip install Sphinx sphinx-rtd-theme\n\nNow, once you have the virtual environment activated:\n\n.. code-block:: shell\n\n cd docs\n sphinx-build -E -W -b html . _build/html\n\nThis will output the documentation to ``docs/_build/html``. Open the index.html in your browser to\nview them. It will also (due to -W) error out on any warning like Travis will. This is a good way to\nlocally verify it will pass.\n\nLicense\n=======\nThis library was written by ClemensRiederer. We've converted it to work with Adafruit CircuitPython and made\nchanges so it works with the Raspberry Pi and Adafruit Feather M0/M4. We've added examples for using this library\nto transmit data and sensor data to The Things Network.\n\nThis open source code is licensed under the LGPL license (see LICENSE for details).", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa", "keywords": "adafruit lorawan thethingsnetwork hardware micropython circuitpython", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "adafruit-circuitpython-tinylora", "package_url": "https://pypi.org/project/adafruit-circuitpython-tinylora/", "platform": "", "project_url": "https://pypi.org/project/adafruit-circuitpython-tinylora/", "project_urls": { "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa" }, "release_url": "https://pypi.org/project/adafruit-circuitpython-tinylora/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "CircuitPython library for LoRaWAN and The Things Network.", "version": "2.0.0" }, "last_serial": 5558185, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "e859f4bed935366370a14bac8f833ab8", "sha256": "550ee06fea15134cd9533b4d778b09716d1fbe9f9b86049b083c6428446aada6" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e859f4bed935366370a14bac8f833ab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26714, "upload_time": "2018-12-04T20:32:24", "url": "https://files.pythonhosted.org/packages/61/09/3af12cd18a5cbcbbd0a501110246046a976b17d3d8f5ef61ee926f39cef0/adafruit-circuitpython-tinylora-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "442911e84719a2619194db62af5aa199", "sha256": "c7eeccc1a124792d60a667972ff69bd324d0c0d386ee58c0e5c8a5591965dea9" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.2.tar.gz", "has_sig": false, "md5_digest": "442911e84719a2619194db62af5aa199", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26227, "upload_time": "2018-12-05T03:40:03", "url": "https://files.pythonhosted.org/packages/c7/5c/f57aef8bd200d69b7c60664c1ab3d89d1a98a66c8da5823f82fb5aae07af/adafruit-circuitpython-tinylora-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "17f1e156b55d94a7bbf84d877a53765f", "sha256": "2e5d3782fa69e465e8a713537bcf8022293c6ab9087491a4c5faf9a504e2be53" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.3.tar.gz", "has_sig": false, "md5_digest": "17f1e156b55d94a7bbf84d877a53765f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26653, "upload_time": "2018-12-05T21:53:10", "url": "https://files.pythonhosted.org/packages/07/56/6e7ea7c05ac76a60c59315ed08282c9b972a7512da516a17dac825b8c2af/adafruit-circuitpython-tinylora-1.0.3.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "54ec0110c725b12c5ca7a7d90f1c6ef8", "sha256": "a0a86aecc60fd8a3ad76262be30464a742aacb1390ad264de28e5ffa83fa21fb" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.5.tar.gz", "has_sig": false, "md5_digest": "54ec0110c725b12c5ca7a7d90f1c6ef8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26716, "upload_time": "2018-12-21T17:52:54", "url": "https://files.pythonhosted.org/packages/f4/42/6eba0b2098037c3d06e1534f436a8180a3a4256f4585048dccd0d98e3b64/adafruit-circuitpython-tinylora-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "f65a44ca0eb71c56f67da060e5d35dcb", "sha256": "dd9b9a0796056af11f7fd5d7e4aa362167a2fd769b2b4f6515243527046cb4b8" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.6.tar.gz", "has_sig": false, "md5_digest": "f65a44ca0eb71c56f67da060e5d35dcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28017, "upload_time": "2019-01-16T03:25:27", "url": "https://files.pythonhosted.org/packages/93/26/bb5d6e72ff1db1fcd339a7a7298490814a34082ba3b5bc1c4053578ffc40/adafruit-circuitpython-tinylora-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "0d034179349d53dff5d66bf355d89556", "sha256": "c527c8009dec3f78e9d16c5fc946b0d5ab7fa289c4fb81e8f9cb3c040a00ba31" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.7.tar.gz", "has_sig": false, "md5_digest": "0d034179349d53dff5d66bf355d89556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28010, "upload_time": "2019-02-01T17:17:42", "url": "https://files.pythonhosted.org/packages/73/c1/087ad3efb6e947faa94e1f0d3844640ec3e541e002cb461b2c22c73984ff/adafruit-circuitpython-tinylora-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "1c452422903807808c0552afeeb26082", "sha256": "94840c7788f18b7316ebbf982e88e2619b5f517ce813f5ce74b43827fe4f6c2e" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-1.0.8.tar.gz", "has_sig": false, "md5_digest": "1c452422903807808c0552afeeb26082", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27994, "upload_time": "2019-02-11T15:38:34", "url": "https://files.pythonhosted.org/packages/f6/23/76b5afe2874b12e234ab3b88027a69c98226d7fdad879befc64306a27422/adafruit-circuitpython-tinylora-1.0.8.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "d37f1835ef72f1d80b2c77564974ba44", "sha256": "0b59d739084948ea04980919a9632b4b82531aff3528808ed1cd854a54576eff" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-2.0.0.tar.gz", "has_sig": false, "md5_digest": "d37f1835ef72f1d80b2c77564974ba44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28290, "upload_time": "2019-07-19T19:52:54", "url": "https://files.pythonhosted.org/packages/e4/e6/d25049d1746ba78a94ca19c853e981b2f3d8709e11e6d5eb2491e87f965f/adafruit-circuitpython-tinylora-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d37f1835ef72f1d80b2c77564974ba44", "sha256": "0b59d739084948ea04980919a9632b4b82531aff3528808ed1cd854a54576eff" }, "downloads": -1, "filename": "adafruit-circuitpython-tinylora-2.0.0.tar.gz", "has_sig": false, "md5_digest": "d37f1835ef72f1d80b2c77564974ba44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28290, "upload_time": "2019-07-19T19:52:54", "url": "https://files.pythonhosted.org/packages/e4/e6/d25049d1746ba78a94ca19c853e981b2f3d8709e11e6d5eb2491e87f965f/adafruit-circuitpython-tinylora-2.0.0.tar.gz" } ] }