From 3d3b24c0f9f68a6b3b9325ffc5378f8c59bc7475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Sebasti=C3=A3o?= Date: Thu, 1 Feb 2024 18:19:17 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20docs:=20Adding=20badges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ docs/index.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 6bf49bf..5256857 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ # Netmikro +[![CI](https://github.com/henriquesebastiao/netmikro/actions/workflows/ci.yml/badge.svg)](https://github.com/henriquesebastiao/netmikro/actions/workflows/ci.yml) +[![Documentation Status](https://readthedocs.org/projects/netmikro/badge/?version=latest)](https://netmikro.henriquesebastiao.com/en/latest/?badge=latest) +[![PyPI version](https://badge.fury.io/py/netmikro.svg)](https://badge.fury.io/py/netmikro) + Netmikro is a simple library that provides an easy way to manage Mikrotik routers, simplifying configuration and monitoring tasks. Everything works through an instance of the RouterOS class that creates an SSH connection with the device, think of the instantiated object as your own router, this object has [methods](api/RouterOS.md) to interact with your router, or you can Run custom commands directly in your router's terminal with the `cmd()` method. diff --git a/docs/index.md b/docs/index.md index c55c1c3..5bd901d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,10 @@ ![logo do projeto](assets/netmikro.svg){ width="100"} # Netmikro +[![CI](https://github.com/henriquesebastiao/netmikro/actions/workflows/ci.yml/badge.svg)](https://github.com/henriquesebastiao/netmikro/actions/workflows/ci.yml) +[![Documentation Status](https://readthedocs.org/projects/netmikro/badge/?version=latest)](https://netmikro.henriquesebastiao.com/en/latest/?badge=latest) +[![PyPI version](https://badge.fury.io/py/netmikro.svg)](https://badge.fury.io/py/netmikro) + Netmikro is a simple library that provides an easy way to manage Mikrotik routers, simplifying configuration and monitoring tasks. Everything works through an instance of the RouterOS class that creates an SSH connection with the device, think of the instantiated object as your own router, this object has [methods](api/RouterOS.md) to interact with your router, or you can Run custom commands directly in your router's terminal with the `cmd()` method.