microBeesPy


NamemicroBeesPy JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/microBeesTech/pythonSDK/
SummarymicroBees Python Library
upload_time2024-11-22 17:03:28
maintainerNone
docs_urlNone
author@microBeesTech
requires_python>=3.6
licenseMIT
keywords microbees
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Official microBees Python Library
===============================

Used as a wrapper dependency in the Home Assistant integration.

Version
-------

0.3.5

Installation
------------

    >>> pip3 install microBeesPy

Getting Started
---------------
Go to https://developers.microbees.com/dashboard/ and register your developer App.
Use CLIENTID and CLIENT SECRET generated.

Example basic usage
-------------------

    >>> microBees = MicroBees("my-client-id","my-secret")
    >>> token =  await microBees.login("mymicrobeesaccount@microbees.com","mypassword") //this will return the access_token
    >>> bees = await microBees.getBees() // this will return the list of bees connected to mymicrobeesaccount@microbees.com
    >>> cmdRes = await microBees.sendCommand(actuatorId,relayValue) //set the actuatorId to relay value (0 to off, 1 to on, 1000 to turn on for 1 second)

Support
-------

If you find a bug, have any questions about how to use this SDK or have suggestions for improvements then feel free to
file an issue on the GitHub project page [https://github.com/microBeesTech/pythonSDK](https://github.com/microBeesTech/pythonSDK).

License
-------

(MIT License)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/microBeesTech/pythonSDK/",
    "name": "microBeesPy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "microbees",
    "author": "@microBeesTech",
    "author_email": "developers@microbees.com",
    "download_url": "https://files.pythonhosted.org/packages/b4/3a/9f90afdd1cd084fff05aef72e6f45e03e6db0baaa081661438f8859b3cdc/microBeesPy-0.3.5.tar.gz",
    "platform": "any",
    "description": "Official microBees Python Library\n===============================\n\nUsed as a wrapper dependency in the Home Assistant integration.\n\nVersion\n-------\n\n0.3.5\n\nInstallation\n------------\n\n    >>> pip3 install microBeesPy\n\nGetting Started\n---------------\nGo to https://developers.microbees.com/dashboard/ and register your developer App.\nUse CLIENTID and CLIENT SECRET generated.\n\nExample basic usage\n-------------------\n\n    >>> microBees = MicroBees(\"my-client-id\",\"my-secret\")\n    >>> token =  await microBees.login(\"mymicrobeesaccount@microbees.com\",\"mypassword\") //this will return the access_token\n    >>> bees = await microBees.getBees() // this will return the list of bees connected to mymicrobeesaccount@microbees.com\n    >>> cmdRes = await microBees.sendCommand(actuatorId,relayValue) //set the actuatorId to relay value (0 to off, 1 to on, 1000 to turn on for 1 second)\n\nSupport\n-------\n\nIf you find a bug, have any questions about how to use this SDK or have suggestions for improvements then feel free to\nfile an issue on the GitHub project page [https://github.com/microBeesTech/pythonSDK](https://github.com/microBeesTech/pythonSDK).\n\nLicense\n-------\n\n(MIT License)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "microBees Python Library",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/microBeesTech/pythonSDK/"
    },
    "split_keywords": [
        "microbees"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b43a9f90afdd1cd084fff05aef72e6f45e03e6db0baaa081661438f8859b3cdc",
                "md5": "095b01a51249455b5a54a0e9f3bc1acd",
                "sha256": "94bf74d7e038ef401ae111b09b7ebcfacaeba1dfa7dd32ce208ae6e5e12147a4"
            },
            "downloads": -1,
            "filename": "microBeesPy-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "095b01a51249455b5a54a0e9f3bc1acd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 6940,
            "upload_time": "2024-11-22T17:03:28",
            "upload_time_iso_8601": "2024-11-22T17:03:28.359075Z",
            "url": "https://files.pythonhosted.org/packages/b4/3a/9f90afdd1cd084fff05aef72e6f45e03e6db0baaa081661438f8859b3cdc/microBeesPy-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 17:03:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microBeesTech",
    "github_project": "pythonSDK",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "microbeespy"
}
        
Elapsed time: 0.38303s