A python client for the MikroTik RouterOS API
Project description
tikapy is a simple API client for MikroTik RouterOS written in python3.
Installation
$ pip install tikapy
Examples
#!/usr/bin/python3
from tikapy import TikapySslClient
from pprint import pprint
client = TikapySslClient('10.140.66.11', 8729)
client.login('api-test', 'api123')
pprint(client.talk(['/routing/ospf/neighbor/getall']))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tikapy-0.2.1.tar.gz
(5.6 kB
view hashes)
Built Distribution
tikapy-0.2.1-py3-none-any.whl
(6.9 kB
view hashes)