-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add old python client to generate proper diff for new client
- Loading branch information
Showing
221 changed files
with
36,719 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Bang & Olufsen a/s | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
Metadata-Version: 2.1 | ||
Name: mozart_api | ||
Version: 3.2.1.150.6 | ||
Summary: Mozart platform API | ||
Home-page: https://pypi.org/project/mozart-api/ | ||
License: MIT | ||
Keywords: OpenAPI,OpenAPI-Generator,Mozart platform API | ||
Author: BangOlufsen | ||
Author-email: [email protected] | ||
Requires-Python: >=3.8 | ||
Classifier: Intended Audience :: Developers | ||
Classifier: License :: OSI Approved :: MIT License | ||
Classifier: Programming Language :: Python | ||
Classifier: Programming Language :: Python :: 3 | ||
Classifier: Programming Language :: Python :: 3.8 | ||
Classifier: Programming Language :: Python :: 3.9 | ||
Classifier: Programming Language :: Python :: 3.10 | ||
Classifier: Programming Language :: Python :: 3.11 | ||
Classifier: Programming Language :: Python :: 3 :: Only | ||
Classifier: Topic :: Multimedia | ||
Requires-Dist: aenum (>=3.1.11) | ||
Requires-Dist: aioconsole (>=0.4.1) | ||
Requires-Dist: aiohttp (>=3.8.3) | ||
Requires-Dist: inflection (>=0.5.1) | ||
Requires-Dist: pydantic (>=1.10.5,<2.0.0) | ||
Requires-Dist: python-dateutil (>=2.8.2) | ||
Requires-Dist: typing-extensions (>=4.7.1) | ||
Requires-Dist: urllib3 (>=1.25.3) | ||
Requires-Dist: zeroconf (>=0.25.1) | ||
Project-URL: Bug Tracker, https://github.com/bang-olufsen/mozart-open-api/issues | ||
Project-URL: Documentation, https://bang-olufsen.github.io/mozart-open-api/ | ||
Project-URL: Repository, https://github.com/bang-olufsen/mozart-open-api | ||
Description-Content-Type: text/markdown | ||
|
||
# Mozart platform API | ||
|
||
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/bang-olufsen/mozart-open-api/blob/main/LICENSE) | ||
[![Version](https://img.shields.io/pypi/v/mozart-api?color=g)](https://pypi.org/project/mozart-api) | ||
[![Downloads](https://img.shields.io/pypi/dm/mozart-api)](https://pypi.org/project/mozart-api) | ||
![Python version](https://img.shields.io/pypi/pyversions/mozart-api) | ||
|
||
[![Balance stereo](https://raw.githubusercontent.com/bang-olufsen/mozart-open-api/main/docs/media/balance_stereo.png)](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance-stereo-set?variant=beosound-balance-gva-naturaloak-bundle) | ||
|
||
The Mozart API is an async REST API with WebSocket notification channel for immediate state information from Mozart devices. Currently the API is distributed as a [Python package](https://pypi.org/project/mozart-api) and as an OpenAPI document that can be found in the [Github releases](https://github.com/bang-olufsen/mozart-open-api/releases). | ||
|
||
Supported by: | ||
|
||
- [Beolab 8](https://www.bang-olufsen.com/en/dk/speakers/beolab-8) | ||
- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28) | ||
- [Beosound 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2) | ||
- [Beosound A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5) | ||
- [Beosound A9 5th gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-a9) | ||
- [Beosound Balance](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance) | ||
- [Beosound Emerge](https://www.bang-olufsen.com/en/dk/speakers/beosound-emerge) | ||
- [Beosound Level](https://www.bang-olufsen.com/en/dk/speakers/beosound-level) | ||
- [Beosound Theatre](https://www.bang-olufsen.com/en/dk/soundbars/beosound-theatre) | ||
|
||
API documentation can be found on the [Github page](https://bang-olufsen.github.io/mozart-open-api). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Mozart platform API | ||
|
||
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/bang-olufsen/mozart-open-api/blob/main/LICENSE) | ||
[![Version](https://img.shields.io/pypi/v/mozart-api?color=g)](https://pypi.org/project/mozart-api) | ||
[![Downloads](https://img.shields.io/pypi/dm/mozart-api)](https://pypi.org/project/mozart-api) | ||
![Python version](https://img.shields.io/pypi/pyversions/mozart-api) | ||
|
||
[![Balance stereo](https://raw.githubusercontent.com/bang-olufsen/mozart-open-api/main/docs/media/balance_stereo.png)](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance-stereo-set?variant=beosound-balance-gva-naturaloak-bundle) | ||
|
||
The Mozart API is an async REST API with WebSocket notification channel for immediate state information from Mozart devices. Currently the API is distributed as a [Python package](https://pypi.org/project/mozart-api) and as an OpenAPI document that can be found in the [Github releases](https://github.com/bang-olufsen/mozart-open-api/releases). | ||
|
||
Supported by: | ||
|
||
- [Beolab 8](https://www.bang-olufsen.com/en/dk/speakers/beolab-8) | ||
- [Beolab 28](https://www.bang-olufsen.com/en/dk/speakers/beolab-28) | ||
- [Beosound 2 3rd gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-2) | ||
- [Beosound A5](https://www.bang-olufsen.com/en/dk/speakers/beosound-a5) | ||
- [Beosound A9 5th gen](https://www.bang-olufsen.com/en/dk/speakers/beosound-a9) | ||
- [Beosound Balance](https://www.bang-olufsen.com/en/dk/speakers/beosound-balance) | ||
- [Beosound Emerge](https://www.bang-olufsen.com/en/dk/speakers/beosound-emerge) | ||
- [Beosound Level](https://www.bang-olufsen.com/en/dk/speakers/beosound-level) | ||
- [Beosound Theatre](https://www.bang-olufsen.com/en/dk/soundbars/beosound-theatre) | ||
|
||
API documentation can be found on the [Github page](https://bang-olufsen.github.io/mozart-open-api). |
Oops, something went wrong.