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 details)
Built Distribution
File details
Details for the file tikapy-0.2.1.tar.gz
.
File metadata
- Download URL: tikapy-0.2.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7b852245d70cb20e0cd2da2b7bc5d336430b394c565aef27c39ff656df1c7d |
|
MD5 | e65189cec90180fbd7aae3168d637f48 |
|
BLAKE2b-256 | 1711a854eaa480e0644c3ea763d021e66ac4e7d90f9512c9f6a4b62031e4ebbf |
File details
Details for the file tikapy-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: tikapy-0.2.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cbe046ba0fc4c9e1141b9f5de7ed786a9cdde340b71f39b4a2c509004b9d1cb7 |
|
MD5 | 94111b2794d5ed7753cbf191ad76d8fb |
|
BLAKE2b-256 | ba41681a896b4e47c7baf767f2e50a8b648666c9332bdaa54ad488dac000b13e |