Skip to main content

A python client for the MikroTik RouterOS API

Project description

**************************************************
tikapy, a python3 API client for MikroTik RouterOS
**************************************************

tikapy is a simple API client for MikroTik RouterOS written for python3.

-----
|travis_ci|
-----

============
Installation
============

.. code-block:: bash

$ pip install tikapy

========
Examples
========

.. code-block:: python

#!/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']))

.. |travis_ci| image:: https://api.travis-ci.org/vshn/tikapy.svg?branch=master
:target: https://travis-ci.org/vshn/tikapy
:alt: Travis CI build status (master)

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.0.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

tikapy-0.2.0-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page