fedora-python / python-ethtool

Deprecated Python bindings for the ethtool kernel interface
GNU General Public License v2.0
15 stars 13 forks source link

Recommend insights-core instead of netifaces #57

Closed Ashark closed 2 years ago

Ashark commented 2 years ago

Readme says:

No new development is happening. This is a deprecated package. If you are considering to start using this, please don't. We recommend netifaces instead.

The netifaces seems to be dead, and is unable to do anythyng besides getting addresses info. Better recommendation could be ethtool parser frrom insights-core.

hroncok commented 2 years ago

The ethtool parser seems to require ethtool to be installed, is that right?

Netifaces are looking for a new maintain, but I see the latest release is from March this year. That does not appear dead to me.

Ashark commented 2 years ago

The ethtool parser seems to require ethtool to be installed, is that right?

I cannot say for sure now. I think it will just contain a broken list if the ethtool is not installed.

frenzymadness commented 2 years ago

What about listing them both and letting the users choose? More alternatives mean less probability they stay here.

frenzymadness commented 2 years ago

@Ashark could you please prepare a PR?