Skip to content

Latest commit

 

History

History
149 lines (130 loc) · 5.45 KB

File metadata and controls

149 lines (130 loc) · 5.45 KB

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:

{
  "router": "192.168.1.1",
  "username": "<your_username>",
  "password": "<your_password>"
}

Contributors ✨

Thanks goes to these wonderful people (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
NikNakk
Nick Kennedy
myhomeiot
myhomeiot

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

This package was created with Copier and the browniebroke/pypackage-template project template.