1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/py-pyeapi/pkg-descr
Yuri Victorovich f1d46c4a3e New port: net-mgmt/py-pyeapi: Python client for Arista eAPI
PR:		227078
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-04-05 04:36:58 +00:00

13 lines
654 B
Plaintext

The Python library for Arista's eAPI command API implementation provides a
client API work using eAPI and communicating with EOS nodes. The Python
library can be used to communicate with EOS either locally (on-box) or remotely
(off-box). It uses a standard INI-style configuration file to specify one or
more nodes and connection properties.
The pyeapi library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a convenient
implementation for working with the EOS configuration and is extensible for
developing custom implementations.
WWW: https://github.com/arista-eosplus/pyeapi