Metadata-Version: 2.4 Name: aiovodafone Version: 3.3.0 Summary: Python library to control Vodafone Station Author-email: Simone Chemelli License-Expression: Apache-2.0 Project-URL: Homepage, https://github.com/chemelli74/aiovodafone Project-URL: Bug Tracker, https://github.com/chemelli74/aiovodafone/issues Project-URL: Changelog, https://github.com/chemelli74/aiovodafone/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: orjson<4,>=3.10 Requires-Dist: pycryptodome<4,>=3.17 Requires-Dist: segno>=1.6.6 Dynamic: license-file # aiovodafone

CI Status Test coverage percentage

uv black prek

PyPI Version Supported Python versions License

--- **Source Code**: https://github.com/chemelli74/aiovodafone --- Python library to control Vodafone Station ## Installation Install this via pip (or your favourite package manager): `pip install aiovodafone` ## Test Test the library with: `python library_test.py` The script accept command line arguments or a library_test.json config file: ```json { "router": "192.168.1.1", "username": "", "password": "" } ``` ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
chemelli74
Simone Chemelli
guerda
Philip Gillißen
sven-ruess
Sven Rueß
bdraco
J. Nick Koston
pschmitt
Philipp Schmitt
Cmd12345
Cmd12345
joostlek
Joost Lekkerkerker
myhomeiot
myhomeiot
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.