Skip to content
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

Redesign SnmpClient #3

Closed
wants to merge 3 commits into from
Closed

Conversation

sulbig
Copy link
Contributor

@sulbig sulbig commented Sep 14, 2016

Moved get, walk, and set functions into a new SnmpClient class per discussion in #2.

@@ -88,3 +88,6 @@ ENV/

# Rope project settings
.ropeproject

# PyCharm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious, what are your code-style settings in PyCharm?

I'm currently using the default PEP8 checks in my code, and, as far as I remember the "max line length" in PyCharm is not set to 79?

I might add some documentation about this.

I'm aware that a short line length can sometimes be super annoying :(

@exhuma
Copy link
Owner

exhuma commented May 21, 2022

A new major release is out as "pre-release" (at the time of this writing, this is v2.0.0rc6). I believe this addresses the concerns of this PR.

@exhuma
Copy link
Owner

exhuma commented May 21, 2022

I will close this as it is out-of-date with the current code-base.

@exhuma exhuma closed this May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants