iotopen-py-lynx


Nameiotopen-py-lynx JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryA wrapper library for the IoT Open Lynx API
upload_time2024-04-16 16:04:25
maintainerNone
docs_urlNone
authorNone
requires_python>3.8
licenseNone
keywords api iot iot-open
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Lynx

This is a wrapper library for the [IoT Open Lynx platform API:s][0]. Most API-calls
are exposed as a `Client` class with functions for every API-endpoint. All
models are also implemented as classes.

## Install

Run the following command to install the package using pip:
```bash
python3 -m pip install --upgrade iotopen-py-lynx
```

## Usage

Create a Lynx client and use the functions on it to make API-calls.

```python
from lynx import Client

cli = Client("https://lynx.iotopen.se", "abcdef123456789abcdef123456789")

installations = cli.get_installations()
print(installations)
```

[0]: https://iotopen.io/developers

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "iotopen-py-lynx",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.8",
    "maintainer_email": null,
    "keywords": "api, iot, iot-open",
    "author": null,
    "author_email": "Jesper Falk <jesper.falk@iotopen.se>",
    "download_url": "https://files.pythonhosted.org/packages/0e/fc/d2662e7b1dc338273a9b1e7cc8a6dc21378d70372e6c485a9d7b2940205d/iotopen_py_lynx-1.0.7.tar.gz",
    "platform": null,
    "description": "# Python Lynx\n\nThis is a wrapper library for the [IoT Open Lynx platform API:s][0]. Most API-calls\nare exposed as a `Client` class with functions for every API-endpoint. All\nmodels are also implemented as classes.\n\n## Install\n\nRun the following command to install the package using pip:\n```bash\npython3 -m pip install --upgrade iotopen-py-lynx\n```\n\n## Usage\n\nCreate a Lynx client and use the functions on it to make API-calls.\n\n```python\nfrom lynx import Client\n\ncli = Client(\"https://lynx.iotopen.se\", \"abcdef123456789abcdef123456789\")\n\ninstallations = cli.get_installations()\nprint(installations)\n```\n\n[0]: https://iotopen.io/developers\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A wrapper library for the IoT Open Lynx API",
    "version": "1.0.7",
    "project_urls": {
        "Homepage": "https://github.com/IoTOpen/py-lynx",
        "Issues": "https://github.com/IoTOpen/py-lynx/issues"
    },
    "split_keywords": [
        "api",
        " iot",
        " iot-open"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c450914a83402c46e585525207082220b427a39a780e708cc315ff7d188ae3c",
                "md5": "35f7f36a551e1f53f3c567fa90cb8a82",
                "sha256": "596fcb2412764ceb05b3239fa97d2daae35c9d9d2c3c87cbf95d8ed5a9e5ff0b"
            },
            "downloads": -1,
            "filename": "iotopen_py_lynx-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "35f7f36a551e1f53f3c567fa90cb8a82",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.8",
            "size": 30739,
            "upload_time": "2024-04-16T16:04:21",
            "upload_time_iso_8601": "2024-04-16T16:04:21.755802Z",
            "url": "https://files.pythonhosted.org/packages/4c/45/0914a83402c46e585525207082220b427a39a780e708cc315ff7d188ae3c/iotopen_py_lynx-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0efcd2662e7b1dc338273a9b1e7cc8a6dc21378d70372e6c485a9d7b2940205d",
                "md5": "543002b97c6b99bbd4cb5333df769d45",
                "sha256": "b3af2448153436dbae44802ae798364682335ad5319e7c092a3a8fa13c8bbc47"
            },
            "downloads": -1,
            "filename": "iotopen_py_lynx-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "543002b97c6b99bbd4cb5333df769d45",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.8",
            "size": 18228,
            "upload_time": "2024-04-16T16:04:25",
            "upload_time_iso_8601": "2024-04-16T16:04:25.041256Z",
            "url": "https://files.pythonhosted.org/packages/0e/fc/d2662e7b1dc338273a9b1e7cc8a6dc21378d70372e6c485a9d7b2940205d/iotopen_py_lynx-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 16:04:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IoTOpen",
    "github_project": "py-lynx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "iotopen-py-lynx"
}
        
Elapsed time: 0.23345s