Metadata-Version: 1.1
Name: dnscherry
Version: 0.1.1
Summary: A simple web application to manage DNS zones
Home-page: https://github.com/kakwa/dnscherry
Author: Pierre-Francois Carpentier
Author-email: carpentier.pf@gmail.com
License: The MIT License (MIT)

Copyright (c) 2014 Carpentier Pierre-Francois

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description: DnsCherry
        =========
        
        .. image:: https://raw.githubusercontent.com/kakwa/dnscherry/master/resources/static/img/apple-touch-icon-72-precomposed.png
        
        
        .. image:: https://travis-ci.org/kakwa/dnscherry.svg?branch=master
            :target: https://travis-ci.org/kakwa/dnscherry
            
        .. image:: https://coveralls.io/repos/kakwa/dnscherry/badge.svg 
            :target: https://coveralls.io/r/kakwa/dnscherry
        
        .. image:: https://img.shields.io/pypi/dm/dnscherry.svg
            :target: https://pypi.python.org/pypi/dnscherry
            :alt: Number of PyPI downloads
            
        .. image:: https://img.shields.io/pypi/v/dnscherry.svg
            :target: https://pypi.python.org/pypi/dnscherry
            :alt: PyPI version
        
        .. image:: https://readthedocs.org/projects/dnscherry/badge/?version=latest
            :target: http://dnscherry.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        ----
        
        :PyPI: `Package <https://pypi.python.org/pypi/dnscherry>`_
        :Doc: `Documentation <http://dnscherry.readthedocs.org>`_
        :License: MIT
        :Author: Pierre-Francois Carpentier - copyright 2014
        
        ----
        
        Description
        ===========
        
        Dnscherry is a small cherrypy application to manage dns zones.
        It can add/delete records from any dns server using tsig and
        dynamic updates.
        
        
        Screenshots
        ===========
        
        .. image:: https://raw.githubusercontent.com/kakwa/dnscherry/master/docs/assets/main_screen.png
        
        License
        =======
        
        Dnscherry is released under the MIT public license.
        
        Installation
        ============
        
        Quick installation guide:
        
        .. sourcecode:: bash
        
            $ pip install dnscherry
            
            # edit configuration according to your dns setup
            $ vim /etc/dnscherry/dnscherry.ini
        
            # launch dnscherryd
            dnscherryd -c /etc/dnscherry/dnscherry.ini
        
        It should be accessible from your browser on http://localhost:8080.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: CherryPy
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: Name Service (DNS)
