aioamazondevices 8.0.1__tar.gz → 9.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/PKG-INFO +10 -3
  2. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/README.md +9 -2
  3. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/pyproject.toml +3 -3
  4. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/__init__.py +1 -1
  5. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/api.py +74 -714
  6. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/devices.py +45 -0
  7. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/metadata.py +2 -0
  8. aioamazondevices-9.0.3/src/aioamazondevices/http_wrapper.py +360 -0
  9. aioamazondevices-9.0.3/src/aioamazondevices/login.py +495 -0
  10. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/LICENSE +0 -0
  11. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/__init__.py +0 -0
  12. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/http.py +0 -0
  13. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/queries.py +0 -0
  14. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/schedules.py +0 -0
  15. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/const/sounds.py +0 -0
  16. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/exceptions.py +0 -0
  17. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/py.typed +0 -0
  18. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/structures.py +0 -0
  19. {aioamazondevices-8.0.1 → aioamazondevices-9.0.3}/src/aioamazondevices/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aioamazondevices
3
- Version: 8.0.1
3
+ Version: 9.0.3
4
4
  Summary: Python library to control Amazon devices
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -134,6 +134,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
134
134
  <sub><b>Ivan F. Martinez</b></sub>
135
135
  </a>
136
136
  </td>
137
+ <td align="center">
138
+ <a href="https://github.com/eyadkobatte">
139
+ <img src="https://avatars.githubusercontent.com/u/16541074?v=4" width="100;" alt="eyadkobatte"/>
140
+ <br />
141
+ <sub><b>Eyad Kobatte</b></sub>
142
+ </a>
143
+ </td>
137
144
  <td align="center">
138
145
  <a href="https://github.com/AzonInc">
139
146
  <img src="https://avatars.githubusercontent.com/u/11911587?v=4" width="100;" alt="AzonInc"/>
@@ -141,6 +148,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
141
148
  <sub><b>Flo</b></sub>
142
149
  </a>
143
150
  </td>
151
+ </tr>
152
+ <tr>
144
153
  <td align="center">
145
154
  <a href="https://github.com/francescolf">
146
155
  <img src="https://avatars.githubusercontent.com/u/14892143?v=4" width="100;" alt="francescolf"/>
@@ -148,8 +157,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
148
157
  <sub><b>Francesco Lo Faro</b></sub>
149
158
  </a>
150
159
  </td>
151
- </tr>
152
- <tr>
153
160
  <td align="center">
154
161
  <a href="https://github.com/lchavezcuu">
155
162
  <img src="https://avatars.githubusercontent.com/u/22165856?v=4" width="100;" alt="lchavezcuu"/>
@@ -109,6 +109,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
109
109
  <sub><b>Ivan F. Martinez</b></sub>
110
110
  </a>
111
111
  </td>
112
+ <td align="center">
113
+ <a href="https://github.com/eyadkobatte">
114
+ <img src="https://avatars.githubusercontent.com/u/16541074?v=4" width="100;" alt="eyadkobatte"/>
115
+ <br />
116
+ <sub><b>Eyad Kobatte</b></sub>
117
+ </a>
118
+ </td>
112
119
  <td align="center">
113
120
  <a href="https://github.com/AzonInc">
114
121
  <img src="https://avatars.githubusercontent.com/u/11911587?v=4" width="100;" alt="AzonInc"/>
@@ -116,6 +123,8 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
116
123
  <sub><b>Flo</b></sub>
117
124
  </a>
118
125
  </td>
126
+ </tr>
127
+ <tr>
119
128
  <td align="center">
120
129
  <a href="https://github.com/francescolf">
121
130
  <img src="https://avatars.githubusercontent.com/u/14892143?v=4" width="100;" alt="francescolf"/>
@@ -123,8 +132,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
123
132
  <sub><b>Francesco Lo Faro</b></sub>
124
133
  </a>
125
134
  </td>
126
- </tr>
127
- <tr>
128
135
  <td align="center">
129
136
  <a href="https://github.com/lchavezcuu">
130
137
  <img src="https://avatars.githubusercontent.com/u/22165856?v=4" width="100;" alt="lchavezcuu"/>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "aioamazondevices"
3
- version = "8.0.1"
3
+ version = "9.0.3"
4
4
  requires-python = ">=3.12"
5
5
  description = "Python library to control Amazon devices"
6
6
  authors = [
@@ -34,9 +34,9 @@ dependencies = [
34
34
  "Changelog" = "https://github.com/chemelli74/aioamazondevices/blob/main/CHANGELOG.md"
35
35
 
36
36
  [tool.poetry.group.dev.dependencies]
37
- pytest = "^8.4"
37
+ pytest = "^9.0"
38
38
  pytest-cov = ">=5,<8"
39
- types-python-dateutil = "^2.9.0.20250822"
39
+ types-python-dateutil = "^2.9.0.20251115"
40
40
 
41
41
  [tool.semantic_release]
42
42
  version_toml = ["pyproject.toml:project.version"]
@@ -1,6 +1,6 @@
1
1
  """aioamazondevices library."""
2
2
 
3
- __version__ = "8.0.1"
3
+ __version__ = "9.0.3"
4
4
 
5
5
 
6
6
  from .api import AmazonDevice, AmazonEchoApi