Merging upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bfebc2a0f4
commit
0a0cb7f4fd
103 changed files with 79620 additions and 742 deletions
12
asynceapi/__init__.py
Normal file
12
asynceapi/__init__.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Copyright (c) 2024 Arista Networks, Inc.
|
||||
# Use of this source code is governed by the Apache License 2.0
|
||||
# that can be found in the LICENSE file.
|
||||
# Initially written by Jeremy Schulman at https://github.com/jeremyschulman/aio-eapi
|
||||
|
||||
"""Arista EOS eAPI asyncio client."""
|
||||
|
||||
from .config_session import SessionConfig
|
||||
from .device import Device
|
||||
from .errors import EapiCommandError
|
||||
|
||||
__all__ = ["Device", "SessionConfig", "EapiCommandError"]
|
Loading…
Add table
Add a link
Reference in a new issue