Metadata-Version: 2.4 Name: aioamazondevices Version: 14.1.3 Summary: Python library to control Amazon devices Author-email: Simone Chemelli License-Expression: Apache-2.0 Project-URL: Homepage, https://github.com/chemelli74/aioamazondevices Project-URL: Bug Tracker, https://github.com/chemelli74/aioamazondevices/issues Project-URL: Changelog, https://github.com/chemelli74/aioamazondevices/blob/main/CHANGELOG.md Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Developers Classifier: Natural Language :: English Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Classifier: Topic :: Software Development :: Libraries Requires-Python: >=3.12 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: aiohttp>=3.12.7 Requires-Dist: beautifulsoup4 Requires-Dist: httpx[http2] Requires-Dist: langcodes Requires-Dist: orjson<4,>=3.10 Requires-Dist: python-dateutil Dynamic: license-file # aioamazondevices

CI Status Test coverage percentage

uv black prek

PyPI Version Supported Python versions License

--- **Source Code**: https://github.com/chemelli74/aioamazondevices --- Python library to control Amazon devices ## Installation Install this via pip (or your favourite package manager): `pip install aioamazondevices` ## Test Test the library with: `python library_test.py` The script accept command line arguments or a library_test.json config file: ```json { "email": "", "password": "", "single_device_name": "", "cluster_device_name": "", "routine_name": "", "login_data_file": "out/login_data.json", "test": true, "tests": { "01_test_volume": false, "02_test_speak": true, "03_test_announcement": false, "04_test_sound": true, "05_test_info_skill": false, "06_test_music": false, "07_test_text_command": false, "08_test_skill": false, "09_test_media_controls": false, "10_test_routines": false } } ``` ## Known Issues & Limitations See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Known-Issues-and-Limitations) ## Unknown device type See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Unknown-Device-Types) ## Roadmap See [wiki](https://github.com/chemelli74/aioamazondevices/wiki/Roadmap) ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
chemelli74
Simone Chemelli
jamesonuk
jameson_uk
jeeftor
Jeef
francescolf
Francesco Lo Faro
ivanfmartinez
Ivan F. Martinez
eyadkobatte
Eyad Kobatte
AzonInc
Flo
lchavezcuu
Luis Chavez
lonlazer
Léon
maxmati
Mateusz Nowotyński
tronikos
tronikos
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Credits This package was created with [Copier](https://copier.readthedocs.io/) and the [browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template) project template.