Metadata-Version: 1.1
Name: dnszonetest
Version: 1.1.3
Summary: DNS Zone Test tests a DNS zone file agaist a given name server.
Home-page: https://github.com/maartenq/dnszonetest
Author: Maarten Diemel
Author-email: maarten@maartendiemel.nl
License: ISC license
Description: =============
        DNS Zone Test
        =============
        
        .. image:: https://img.shields.io/pypi/v/dnszonetest.svg
                :target: https://pypi.python.org/pypi/dnszonetest
                :alt: PyPi
        
        .. image:: https://img.shields.io/travis/maartenq/dnszonetest.svg
                :target: https://travis-ci.org/maartenq/dnszonetest
                :alt: Travis CI
        
        .. image:: https://codecov.io/gh/maartenq/dnszonetest /branch/master/graph/badge.svg
                :target: https://codecov.io/gh/maartenq/dnszonetest
                :alt: Coverage
        
        .. image:: https://readthedocs.org/projects/dnszonetest/badge/?version=latest
                :target: https://dnszonetest.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        Dns Zone Test tests a DNS zone file agaist a given name server.
        
        * Free software: ISC license
        * Documentation: https://dnszonetest.readthedocs.io
        * GitHub: https://github.com/maartenq/dnszonetest
        * PyPi: https://pypi.python.org/pypi/dnszonetest
        * Travis CI: https://travis-ci.org/maartenq/dnszonetest
        * Codecov: https://codecov.io/github/maartenq/dnszonetest
        
        
        Features
        --------
        
        * Test all resources in a given zonefile to given nameserver.
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `maartenq/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`maartenq/cookiecutter-pypackage`: https://github.com/maartenq/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        1.1.3 (2017-08-11)
        ------------------
        
        * requirements update
        * Removed Python2.6 testing
        
        
        1.1.2 (2017-08-11)
        ------------------
        
        * requirements update
        
        
        1.1.1 (2017-01-31)
        ------------------
        
        * Makefile update release to PyPi
        
        
        1.1.0 (2017-01-31)
        ------------------
        
        * Better output.
        * Updated requirements.
        
        
        1.0.7 (2017-01-16)
        ------------------
        
        * Updated requirements.
        
        
        1.0.6 (2016-10-14)
        ------------------
        
        * Updated requirements.
        
        
        1.0.5 (2016-09-01)
        ------------------
        
        * Update requirements.
        
        
        1.0.4 (2016-08-28)
        ------------------
        
        * Removed Travis deploy to PyPi.
        
        
        1.0.3 (2016-08-28)
        ------------------
        
        * Bumped version to test Travis deploy to PyPi.
        
        1.0.2 (2016-08-28)
        ------------------
        
        * Removed dev requirements
        * Update Travis key
        
        
        1.0.1 (2016-08-28)
        ------------------
        
        * Updated dependencies
        * Travis key
        
        
        1.0.0 (2016-08-21)
        ------------------
        
        * PyPi deployment via Travic CI
        * README.rst updates
        * Package removed from requirments_dev.txt
        * Remove pytest command from setup.py
        * Made sure flake8 and docs will run with Py27 in tox (will fail inP26)
        * .gitignore + OS X and VIM file
        
        
        0.3.7 (2016-08-19)
        ------------------
        
        * requirements: Update pytest to 3.0.0
        
        
        0.3.6 (2016-08-13)
        ------------------
        
        * requirements: Update dnspython to 1.14.0
        
        
        0.3.5 (2016-08-13)
        ------------------
        
        * ISC License
        * Pinned requirements
        * Travis/Tox fixes
        
        
        0.3.4 (2016-06-11)
        ------------------
        
        * Factored out `pytest-runner`. Removes `setuptools_scm` dependency which
          breaks RPM build on RHEL6.
        * Added recursive remove on `*.egg` in Makefile.
        
        
        0.3.3 (2016-06-11)
        ------------------
        
        * Add log to file option.
        
        
        0.3.2 (2016-05-12)
        ------------------
        
        * Added `argparse` as requirement for Python 2.6.
        
        
        0.3.1 (2016-05-12)
        ------------------
        
        * Update installation docs.
        
        
        0.3.0 (2016-05-11)
        ------------------
        
        * First working version
        
        
        0.2.3 (2016-02-06)
        ------------------
        
        * Tests on cli
        * Project stuff
        
        0.2.2 (2016-01-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: dnszonetest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Utilities
