tikapy 0.2.0
pip install tikapy==0.2.0
Newer version available (0.2.1)
Released:
A python client for the MikroTik RouterOS API
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Andre Keller
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
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)
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Andre Keller
Classifiers
- Development Status
- Intended Audience
- License
- Programming Language
- Topic
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tikapy-0.2.0.tar.gz
.
File metadata
- Download URL: tikapy-0.2.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d72cf63cb7e9d2f96bc08197729ad9cb249825603ac0849548b65c6881b88fa8
|
|
MD5 |
c68ae4269cd6e89c5d711a5955207d39
|
|
BLAKE2b-256 |
bb7163bc67e649ff8616f89d28a0aae701736cc19673af534d245b3d17e67e88
|
File details
Details for the file tikapy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: tikapy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ef8493f89ea9dd7e198900618d3cd1351d462db8fd001a3d29fdd8bcc3bd536e
|
|
MD5 |
d946aa4a0121123334ef396624d82d5b
|
|
BLAKE2b-256 |
326924e92a1e3329eafd26c48807e146172254f2fa681040e85e4296702da6eb
|