Skip to main content

CFFI interface to Net-SNMP

Project description

netsnmp-cffi

This is a CFFI-based Python interface for the Net-SNMP C library, enabling efficient parallel SNMP communication with large amounts of devices from Python. It provides both asynchronous (asyncio) and synchronous interfaces.

This module is still a work in progress, and has been mainly developed to replace PySNMP as the default SNMP library in Zino 2 - the first releases of this library will focus mainly on functionality used by Zino (which for the most part means that SNMPv3 is not implemented yet).

Compatibility

The library is intended to be compatible with Net-SNMP versions from 5.9 and newer, and with Python 3.9 and newer.

Usage examples

For a simple (asyncio) usage example, see asnmpget.py.

Developing netsnmp-cffi

Running tests

tox and pytest are used to run the test suite. To run the test suite on all supported versions of Python, run:

tox

Code style

netsnmp-cffi code should follow the PEP-8 and PEP-257 guidelines. Ruff is used for automatic code formatting. The pre-commit tool is used to enforce code styles at commit-time.

Before you start hacking, enable pre-commit hooks in your cloned repository, like so:

pre-commit install

Using towncrier to automatically produce the changelog

Before merging a pull request

To be able to automatically produce the changelog for a release one file for each pull request (also called news fragment) needs to be added to the folder changelog.d/.

The name of the file consists of three parts separated by a period:

  1. The identifier: the issue number or the pull request number. If we don't want to add a link to the resulting changelog entry then a + followed by a unique short description.
  2. The type of the change: we use security, removed, deprecated, added, changed and fixed.
  3. The file suffix, e.g. .md, towncrier does not care which suffix a fragment has.

So an example for a file name related to an issue/pull request would be 214.added.md or for a file without corresponding issue +fixed-pagination-bug.fixed.md.

This file can either be created manually with a file name as specified above and the changelog text as content or one can use towncrier to create such a file as following:

$ towncrier create -c "Changelog content" 214.added.md

When opening a pull request there will be a check to make sure that a news fragment is added and it will fail if it is missing.

Before a release

To add all content from the changelog.d/ folder to the changelog file simply run

$ towncrier build --version {version}

This will also delete all files in changelog.d/.

To preview what the addition to the changelog file would look like add the flag --draft. This will not delete any files or change CHANGELOG.md. It will only output the preview in the terminal.

A few other helpful flags:

  • date DATE - set the date of the release, default is today
  • keep - do not delete the files in changelog.d/

More information about towncrier.

Building binary wheels

This package utilizes the API mode of CFFI, which means that it builds a small C shim to interface between the Net-SNMP library and Python. This means that a small platform-dependent binary will be part of the wheels built from this package.

In order to build wheels that should be compatible with at least several Linux distros and Python version combinations, and that are also uploadable to PyPI when making release, we utilize the manylinux tool suite.

Building the binary wheels should more or less be automated by a make command (see the Makefile itself for details):

make

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netsnmp_cffi-0.1.1.tar.gz (42.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

netsnmp_cffi-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

netsnmp_cffi-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

netsnmp_cffi-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

netsnmp_cffi-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

File details

Details for the file netsnmp_cffi-0.1.1.tar.gz.

File metadata

  • Download URL: netsnmp_cffi-0.1.1.tar.gz
  • Upload date:
  • Size: 42.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.16

File hashes

Hashes for netsnmp_cffi-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1a1672e688c5efc82534c2854d55035689c31096e4f28c4816e24e26b8e1ba17
MD5 e1eb5d59d4a861fbbcf6647835608afe
BLAKE2b-256 2e5e002682f7d38b1359ca3867a24715ca36b7f3a67d72e104fd8400e88a9381

See more details on using hashes here.

File details

Details for the file netsnmp_cffi-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for netsnmp_cffi-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff9f10c4addfa05db57285489f9c24ac286ac04b0061400d69b236ad115d11e2
MD5 c726819ea1eaacc38183ae75b8aa2414
BLAKE2b-256 a1a308c83d6fb96b68fbd0e803f44bd5aa3b8c8ee571fec01879aa9603496c53

See more details on using hashes here.

File details

Details for the file netsnmp_cffi-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for netsnmp_cffi-0.1.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7356c403d6c4f41eccde4b2c9a0fc2457f7764e76c60b642a5fb3511aff154df
MD5 1413eadecf1b2f9e732fbb77d8e97276
BLAKE2b-256 e0419d40578dfb0abaf1299ebf96f175870a2a36e4ae6ffdc4bfbd6253a812b7

See more details on using hashes here.

File details

Details for the file netsnmp_cffi-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for netsnmp_cffi-0.1.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 07399d8dd9e47c4ea5285666aed5c872f88c63f19cdbfded0e1a48c8f730109c
MD5 52c99056e4ce49925befdc420388b21e
BLAKE2b-256 ec9a065bb7716855b1fda05baf53230877ebba22ac3f405a80731157e591283f

See more details on using hashes here.

File details

Details for the file netsnmp_cffi-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for netsnmp_cffi-0.1.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b78cabdad6fbe6ffd0c2c236968dd58e19afba55981947804d6dbb76427ba834
MD5 f7e0d6a5849ef551c40f7083fb08a535
BLAKE2b-256 3cb83a45eaa72499e9f2203f72c2690ec0f1fe4298bde82c41202e55898d73cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page