motu-datastore-client


Namemotu-datastore-client JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA web client for interfacing with a MOTU AVB Server.
upload_time2024-09-15 18:36:09
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT License Copyright (c) 2024 Chris Johnston Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords motu avb client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MOTU AVB Datastore Client

A python client to interface with a MOTU AVB interface's datastore API.

* For Datastore API, see [MOTU AVB Datastore API Docs](https://cdn-data.motu.com/downloads/audio/AVB/docs/MOTU%20AVB%20Web%20API.pdf)
* For OSC Reference, see [MOTU AVB OSC Reference](https://cdn-data.motu.com/downloads/audio/AVB/docs/OSC%20Quick%20Reference.pdf)

# Usage

```
from motu_datastore_client import DatastoreClient
import asyncio

client = DatastoreClient("http://localhost:8888")
task = asyncio.create_task(client.run(write_message))
await asyncio.wait([task])
```

# Example

```
make develop
make run
```

The "AVB Server" is the URI of the MOTU AVB device to which the service will connect and relay any datastore updates. For testing connectivity to a virtual MOTU AVB device, use my [MOTU Development AVB Server](https://github.com/ChristopherJohnston/motu_server) repository.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "motu-datastore-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "motu, avb, client",
    "author": null,
    "author_email": "Christopher Johnston <christopher_johnston@me.com>",
    "download_url": null,
    "platform": null,
    "description": "# MOTU AVB Datastore Client\n\nA python client to interface with a MOTU AVB interface's datastore API.\n\n* For Datastore API, see [MOTU AVB Datastore API Docs](https://cdn-data.motu.com/downloads/audio/AVB/docs/MOTU%20AVB%20Web%20API.pdf)\n* For OSC Reference, see [MOTU AVB OSC Reference](https://cdn-data.motu.com/downloads/audio/AVB/docs/OSC%20Quick%20Reference.pdf)\n\n# Usage\n\n```\nfrom motu_datastore_client import DatastoreClient\nimport asyncio\n\nclient = DatastoreClient(\"http://localhost:8888\")\ntask = asyncio.create_task(client.run(write_message))\nawait asyncio.wait([task])\n```\n\n# Example\n\n```\nmake develop\nmake run\n```\n\nThe \"AVB Server\" is the URI of the MOTU AVB device to which the service will connect and relay any datastore updates. For testing connectivity to a virtual MOTU AVB device, use my [MOTU Development AVB Server](https://github.com/ChristopherJohnston/motu_server) repository.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Chris Johnston  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A web client for interfacing with a MOTU AVB Server.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/ChristopherJohnston/motu_datastore_client"
    },
    "split_keywords": [
        "motu",
        " avb",
        " client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a13c38e5b5d129e90a3226d8c6a4e3b514dd58dada4b3968b27d074691a84b3",
                "md5": "cd7e4d1cdd53e636d7a8a75d108a23f5",
                "sha256": "1128fa199046efc852af6c7eeec7b5fc3210149739cd97dc6b574ebd1bf89dab"
            },
            "downloads": -1,
            "filename": "motu_datastore_client-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd7e4d1cdd53e636d7a8a75d108a23f5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 4783,
            "upload_time": "2024-09-15T18:36:09",
            "upload_time_iso_8601": "2024-09-15T18:36:09.500918Z",
            "url": "https://files.pythonhosted.org/packages/8a/13/c38e5b5d129e90a3226d8c6a4e3b514dd58dada4b3968b27d074691a84b3/motu_datastore_client-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-15 18:36:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChristopherJohnston",
    "github_project": "motu_datastore_client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "motu-datastore-client"
}
        
Elapsed time: 0.30023s