Client for Gnetcli GRPC-server
Project description
Python client for Gnetcli GRPC server
Gnetcli provides a universal way to execute arbitrary commands using a CLI, eliminating the need for screen scraping with expect.
See documentation on gnetcli server.
Example:
from gnetclisdk.client import Credentials, Gnetcli
import os, asyncio
async def example():
api = Gnetcli(insecure_grpc=True)
dev_creds = Credentials(os.environ.get("LOGIN"), os.environ.get("PASSWORD"))
res = await api.cmd(hostname="myhost", device="huawei", cmd="dis clock", credentials=dev_creds)
print("err=%s status=%s out=%s" % (res.error, res.status, res.out))
asyncio.run(example())
Output:
err=b'' status=0 out=b'2023-11-10 09:31:58\nFriday\nTime Zone(UTC) : UTC'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gnetclisdk-1.0.33.tar.gz
(13.4 kB
view details)
Built Distribution
File details
Details for the file gnetclisdk-1.0.33.tar.gz
.
File metadata
- Download URL: gnetclisdk-1.0.33.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5aa005ca87b91e91f551427e4234d1dffee97a888d8f050e53a19ac73f4880e |
|
MD5 | cc1adff2d060cb749b58f79196f65e65 |
|
BLAKE2b-256 | b95cfec2b3d67a192d02242cf6366827aaa5507a8c0cfa379437d6004c6c26e7 |
File details
Details for the file gnetclisdk-1.0.33-py3-none-any.whl
.
File metadata
- Download URL: gnetclisdk-1.0.33-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a9389b6bfbb4c9916d738e84e244dbd5d2d3a5a01df21a62d777a891072b3e3 |
|
MD5 | b51263f1b26e7b9d7082936e54ffea4a |
|
BLAKE2b-256 | 256108552f8744fe027cae72933bc01a939f5d42dc494aa0ba65fca01c1baa9c |