{ "info": { "author": "Alexandros Antoniades", "author_email": "alex.rogue.antoniades@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Loraline configures LoRaWAN transceivers to hosts\n\n## Installation\n\n```\n$ pip install -r requirements.txt\n\n$ pip install setup.py\n```\n\n## Development\n\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\n\n### Environment Setup\n\nThe following demonstrates setting up and working with a development environment:\n\n```\n### create a virtualenv for development\n\n$ make virtualenv\n\n$ source env/bin/activate\n\n\n### run loraline cli application\n\n$ loraline --help\n\n\n### run pytest / coverage\n\n$ make test\n```\n\n\n### Releasing to PyPi\n\nBefore releasing to PyPi, you must configure your login credentials:\n\n**~/.pypirc**:\n\n```\n[pypi]\nusername = YOUR_USERNAME\npassword = YOUR_PASSWORD\n```\n\nThen use the included helper function via the `Makefile`:\n\n```\n$ make dist\n\n$ make dist-upload\n```\n\n## Deployments\n\n### Docker\n\nIncluded is a basic `Dockerfile` for building and distributing `Loraline`,\nand can be built with the included `make` helper:\n\n```\n$ make docker\n\n$ docker run -it loraline --help\n```\n\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/alexantoniades/loraline", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "loraline", "package_url": "https://pypi.org/project/loraline/", "platform": "", "project_url": "https://pypi.org/project/loraline/", "project_urls": { "Homepage": "https://github.com/alexantoniades/loraline" }, "release_url": "https://pypi.org/project/loraline/0.0.1.dev20190804113740/", "requires_dist": null, "requires_python": "", "summary": "Loraline configures LoRaWAN transceivers to host devices", "version": "0.0.1.dev20190804113740" }, "last_serial": 5630439, "releases": { "0.0.1.dev20190804113740": [ { "comment_text": "", "digests": { "md5": "e71b323dea0242974cce7fc2bf066d89", "sha256": "d672fb2d98088029b670687e81443087a75f42bb651656e8d5760d28d6af7367" }, "downloads": -1, "filename": "loraline-0.0.1.dev20190804113740-py3-none-any.whl", "has_sig": false, "md5_digest": "e71b323dea0242974cce7fc2bf066d89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10265, "upload_time": "2019-08-04T11:56:36", "url": "https://files.pythonhosted.org/packages/2e/c2/d890eb6825223bbe2961109384f0ec1ebebb37af7e7c20d037a93c1923cf/loraline-0.0.1.dev20190804113740-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3989a83d53af1cf8426d8f88c6fa1678", "sha256": "c293a9f155f69bf042fd5ae08d22e7d585e37df47e1fa434a46fd508f5465463" }, "downloads": -1, "filename": "loraline-0.0.1.dev20190804113740.tar.gz", "has_sig": false, "md5_digest": "3989a83d53af1cf8426d8f88c6fa1678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8124, "upload_time": "2019-08-04T11:56:37", "url": "https://files.pythonhosted.org/packages/f0/6e/2cfd718a5a82068e030fb4dbd471c39dd8a943be3ea8983f268be1ddca17/loraline-0.0.1.dev20190804113740.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e71b323dea0242974cce7fc2bf066d89", "sha256": "d672fb2d98088029b670687e81443087a75f42bb651656e8d5760d28d6af7367" }, "downloads": -1, "filename": "loraline-0.0.1.dev20190804113740-py3-none-any.whl", "has_sig": false, "md5_digest": "e71b323dea0242974cce7fc2bf066d89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10265, "upload_time": "2019-08-04T11:56:36", "url": "https://files.pythonhosted.org/packages/2e/c2/d890eb6825223bbe2961109384f0ec1ebebb37af7e7c20d037a93c1923cf/loraline-0.0.1.dev20190804113740-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3989a83d53af1cf8426d8f88c6fa1678", "sha256": "c293a9f155f69bf042fd5ae08d22e7d585e37df47e1fa434a46fd508f5465463" }, "downloads": -1, "filename": "loraline-0.0.1.dev20190804113740.tar.gz", "has_sig": false, "md5_digest": "3989a83d53af1cf8426d8f88c6fa1678", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8124, "upload_time": "2019-08-04T11:56:37", "url": "https://files.pythonhosted.org/packages/f0/6e/2cfd718a5a82068e030fb4dbd471c39dd8a943be3ea8983f268be1ddca17/loraline-0.0.1.dev20190804113740.tar.gz" } ] }