onesaitplatform-client-services


Nameonesaitplatform-client-services JSON
Version 1.4.10 PyPI version JSON
download
home_page
SummaryPython Implementation of the Onesait Platform utilities
upload_time2023-11-28 18:08:28
maintainer
docs_urlNone
author
requires_python
licenseApache v2.0
keywords onesaitplatform client services
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Onesait Platform Python Client Services
===============================

## API documentation

This document describes the source code for the Onesait Platform Python Client Services.

This code provides several client classes which enable applications to connect to a Onesait Platform instance and perform basic CRUD operations.

Before using the client services for the first time, we strongly recommend that you learn the main concepts of the Onesait Platform platform. 

It supports Python 3.4+

## Installation instructions

In order to use this API, you must have `pip` installed in your system. The pip website (https://pypi.python.org/pypi/pip) contains detailed installation instructions.

Once `pip` is installed, you will be able to install the Python clients into your local package repository by running the following commands:

1. To install from download repository:

~~~~~~
pip install .
~~~~~~

~~~~~~
python setup.py install
~~~~~~

2. To install from pypi:

~~~~~~
pip install onesaitplatform-client-services
~~~~~~


## Samples usage

### IotBrokerClient

An example of IotBrokerClient is available in [IotBrokerClient tutorial](./examples/IotBrokerClient.ipynb)

### FileManager

An example of FileManager is available in [FileManager tutorial](./examples/FileManager.ipynb)

### MQTTClient

An example of FileManager is available in [MqttClient tutorial](./examples/MqttClient.ipynb) (deprecated)




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "onesaitplatform-client-services",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "onesaitplatform client services",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/73/5d/65d1a8daca81ef3a2f0e28e208ed866a289a8a396af15440236781ea5f92/onesaitplatform-client-services-1.4.10.tar.gz",
    "platform": null,
    "description": "Onesait Platform Python Client Services\n===============================\n\n## API documentation\n\nThis document describes the source code for the Onesait Platform Python Client Services.\n\nThis code provides several client classes which enable applications to connect to a Onesait Platform instance and perform basic CRUD operations.\n\nBefore using the client services for the first time, we strongly recommend that you learn the main concepts of the Onesait Platform platform. \n\nIt supports Python 3.4+\n\n## Installation instructions\n\nIn order to use this API, you must have `pip` installed in your system. The pip website (https://pypi.python.org/pypi/pip) contains detailed installation instructions.\n\nOnce `pip` is installed, you will be able to install the Python clients into your local package repository by running the following commands:\n\n1. To install from download repository:\n\n~~~~~~\npip install .\n~~~~~~\n\n~~~~~~\npython setup.py install\n~~~~~~\n\n2. To install from pypi:\n\n~~~~~~\npip install onesaitplatform-client-services\n~~~~~~\n\n\n## Samples usage\n\n### IotBrokerClient\n\nAn example of IotBrokerClient is available in [IotBrokerClient tutorial](./examples/IotBrokerClient.ipynb)\n\n### FileManager\n\nAn example of FileManager is available in [FileManager tutorial](./examples/FileManager.ipynb)\n\n### MQTTClient\n\nAn example of FileManager is available in [MqttClient tutorial](./examples/MqttClient.ipynb) (deprecated)\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache v2.0",
    "summary": "Python Implementation of the Onesait Platform utilities",
    "version": "1.4.10",
    "project_urls": null,
    "split_keywords": [
        "onesaitplatform",
        "client",
        "services"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6dc64cb093d52e41b5dd08d89e91ec15683667f127a456e9831cea8e7303812",
                "md5": "c9ae8aac87ee42053fdb847ee9b8908a",
                "sha256": "44951e53d3be37075f6ddc30eba60ade5076f60d54be0a749e4ef0955c6efec8"
            },
            "downloads": -1,
            "filename": "onesaitplatform_client_services-1.4.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9ae8aac87ee42053fdb847ee9b8908a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26641,
            "upload_time": "2023-11-28T18:08:27",
            "upload_time_iso_8601": "2023-11-28T18:08:27.008684Z",
            "url": "https://files.pythonhosted.org/packages/a6/dc/64cb093d52e41b5dd08d89e91ec15683667f127a456e9831cea8e7303812/onesaitplatform_client_services-1.4.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "735d65d1a8daca81ef3a2f0e28e208ed866a289a8a396af15440236781ea5f92",
                "md5": "ec30431011da21cfb984ca2a7bb25ce0",
                "sha256": "094cc064c81f8831699e7d6bcd6e565caa7fb08980d39f5b5d2bf5e75a3085a9"
            },
            "downloads": -1,
            "filename": "onesaitplatform-client-services-1.4.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ec30431011da21cfb984ca2a7bb25ce0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17359,
            "upload_time": "2023-11-28T18:08:28",
            "upload_time_iso_8601": "2023-11-28T18:08:28.656191Z",
            "url": "https://files.pythonhosted.org/packages/73/5d/65d1a8daca81ef3a2f0e28e208ed866a289a8a396af15440236781ea5f92/onesaitplatform-client-services-1.4.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-28 18:08:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "onesaitplatform-client-services"
}
        
Elapsed time: 0.14917s