sc_inetbox_adapter
API adapter for Swisscom Internet Box
Installation
$ pip install sc_inetbox_adapter
Usage
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
sc_inetbox_adapter
was created by Matthias Weis. It is licensed under the terms of the GNU General Public License v3.0 license.
Develop
In the root dir:
$ python -m venv .
$ source ./bin/activate
$ poetry install
Test
Place a file named '''.password''' containing the admin password in the root folder and run the tests:
$ python -m pytest tests
Publish
poetry config pypi-token.test-pypi *TOKEN*
poetry publish -r test-pypi
Credits
sc_inetbox_adapter
was created with cookiecutter
and the py-pkgs-cookiecutter
template.