++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- Raise Python exceptions in the C interface where necessary.
- Bug fixes to the C interface when specifying context engine session
ID and the value returned when requesting an invalid OID.
(`PR6 <https://github.com/easysnmp/easysnmp/pull/6>`_)
- Implement python logging in the C interface and rewrite existing
fprintf diagnostics to use the logging interface.
(`PR4 <https://github.com/easysnmp/easysnmp/pull/4>`_)
- Unit tests rewritten in pytest and travis-ci integration.
(`PR2 <https://github.com/easysnmp/easysnmp/pull/2>`_,
`b2018587 <https://github.com/easysnmp/easysnmp/commit/b20185875feae252b7f912f693156fca1d88b3d0>`_)
- Implement ``compat_netsnmp_memdup()`` to fix C interface to compile
against Net-SNMP 5.7.2. (`PR2 <https://github.com/easysnmp/easysnmp/pull/2>`_)
- Import and overhaul of the original Net-SNMP Python bindings:
- Wrote a README that provides an overview and quickstart of the
project
- Sphinx generated documentation which is also hosted on
readthedocs.
- Conform to PEP8 using ``flake8``
- Coverage support via coveralls.io (integrated into travis)
- A simple pythonic interface which resembles the use of the
Net-SNMP CLI client utilities.
- Python package uploaded to PyPI
`Full Source Code Changelog <https://github.com/easysnmp/easysnmp/compare/6c0f8c32709fc240f57934ed50e31bf05af04e20...0.1>`_