Python implementation of MikroTik RouterOS API
https://github.com/luqasz/librouteros
Python implementation of MikroTik RouterOS API.
http://wiki.mikrotik.com/wiki/API
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-librouteros
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-librouteros && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
librouteros-3.0.0.tar.gz | 0000031984 31.2 KB | |
python-librouteros.changes | 0000001126 1.1 KB | |
python-librouteros.spec | 0000001937 1.89 KB |
Revision 3 (latest revision is 20)
Tomáš Chvátal (scarabeus_iv)
accepted
request 746393
from
Martin Hauke (mnhauke)
(revision 3)
- Update to version 3.0.0 * Introduce query support. * Path object for easy query and common operations. * yield each item instead of returning tuple of items. Greatly reduces memory usage. * Drop pre python 3.6 support. * Replace pylava with pylint. * Add yapf formatter. * Replace py.path with builtin pathlib. * connect() accepts only one login_method parameter. * Drop socker exceptions wrapping. * Remove ConnectionError exception. * Renamed LibError to LibRouterosError. * Changed exceptions inheritance. * Removed joinPath() - Do not longer build against python2 (upstream dropped support)
Comments 0