-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed pyc #8
base: master
Are you sure you want to change the base?
Removed pyc #8
Conversation
Changed initial pre-requisite install section
Is it intended to include PRO: CON: |
It wasn't intended. I did alter the URL you had in the readme which was
now invalid. Actually, given the fact this changes so frequently I would
be inclined to leave it in there with a note saying that it can be updated
if required at the URL.
Your thoughts? Ultimately the only changes intended here were to add
capabilities and get and change the structure to allow adding other modules
in a more structured/simple way.
I'm not precious about it of course so feel free to make any changes you
think are good
Cheers
James
…On 2 July 2018 at 10:23, wiso ***@***.***> wrote:
Is it intended to include gnmi_pb2.py in your delivery?
PRO:
Simplifies the installation process for customers...
CON:
File can be download straight from OpenConfig (gitHub) repository. If
people are interested in using a different gNMI version - it might be
beneficial for them to know, where to get the desired version of the .proto
and .py files.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFALfYvW3SYpeYbet9HNKfLyDjgBSb-3ks5uCeaAgaJpZM4U-7Xt>
.
|
Have you checked your code against both python2.7 and python3? cheers |
No, only 2.7. Thanks - I know there are improvements to make but I needed
get and capabilities quickly and it seemed sensible to extend yours rather
than do something from scratch
…On 2 July 2018 at 10:28, wiso ***@***.***> wrote:
Have you checked your code against both python2.7 and python3?
I will do some testing later this week, before accepting this PR.
cheers
wiso
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFALfWERMNpG3_t0uYBKvIDefqkBXPJhks5uCefJgaJpZM4U-7Xt>
.
|
works for get although needs further value iteration
Removed PYC. Please review and ammend as desired. SET to follow