summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Berto <roberto.berto@gmail.com>2023-11-21 15:04:14 -0300
committerRoberto Berto <roberto.berto@gmail.com>2023-11-21 15:04:14 -0300
commitceae13c042a28dbafdb1fca59fdf6d5ac5628cb9 (patch)
treee9502c3b5d829e1d5322803f609d2a3e9a9c443a
parentae98f19358bb47285c22b901c8153eeed79210e3 (diff)
downloadpyvyos-ceae13c042a28dbafdb1fca59fdf6d5ac5628cb9.tar.gz
pyvyos-ceae13c042a28dbafdb1fca59fdf6d5ac5628cb9.zip
pypi example and README.md
-rw-r--r--README.md12
-rw-r--r--example.py (renamed from test_show.py)0
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index afefe5a..3db35ea 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,14 @@
# vyapi
Python SDK for interacting with VyOS API
+
+
+## .env for example.py
+run example.py after you create and .env
+
+VYDEVICE_HOSTNAME=
+VYDEVICE_KEY=
+VYDEVICE_PORT=443
+VYDEVICE_PROTOCOL=https
+VYDEVICE_VERIFY_SSL=False
+
+
diff --git a/test_show.py b/example.py
index a58b656..a58b656 100644
--- a/test_show.py
+++ b/example.py