Aiosnmp

Latest version: v0.7.2

Safety actively analyzes 621467 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.2

Changelog
* add the ability to specify number PR: https://github.com/hh-h/aiosnmp/pull/43 Discussion: https://github.com/hh-h/aiosnmp/discussions/40
* added python 3.11 support

0.7.0

Changelog

* added python 3.10 wheels

0.5.0

Changelog
* do not bind in datagram endpoint, resolves 27
* added documentation

Deprecated
* removed sync with for `Snmp`

instead
python
with Snmp(...) as snmp:
...

use
python
async with Snmp(...) as snmp:
...

0.4.0

Changelog
- added the ability to specify local_addr
- added the ability to disable validation source addr
- drop Python 3.6 support

0.3.1

Changelog
- return transport and protocol for trap server
- updated example of usage trap server

0.3.0

- Added python 3.9 support
- Migrated to `async with`

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.