python-powerdns - PowerDNS web api python client and interface
==============================================================

Contact: Denis 'jawa' Pompilio <denis.pompilio@gmail.com>
Sources: https://github.com/outini/python-powerdns

=== v2.1.0 02/11/2021 ===
    * feat(interface.py): Add support for RRSet Records as dicts (991jo)
    * feat(tests): Add tests suite and documentation

=== v2.0.0 15/06/2021 ===
    * feat(interface.py): Add support for RRset comments

=== v1.0.0 01/06/2021 ===
    * feat(interface.py): Add a notify() method for DNS zones notification

=== v0.2.5 08/10/2018 ===
    * fix(interface.py): Allow list and not just tuple as a record type

=== v0.2.4 08/10/2018 ===
    * fix(interface.py): rename method

=== v0.2.3 02/10/2018 ===
    * feat(interface.py): Add update to deal with PDNS field

=== v0.2.2 10/09/2018 ===
    * fix(interface.py): fix get_record method

=== v0.2.1 19/06/2018 ===
    * Setup script improvement for PyPi publication

=== v0.2.0 19/06/2018 ===
    * Modified setup.py for wheels creation
    * PyLint and documentation

=== v0.1.1 2018/02/13 ===
    * New helper: pdns-zone-creator for DNS zone creation

=== v0.1.0 2018/02/08 ===
    * Initial release of python-powerdns
