Metadata-Version: 2.1
Name: woohoo-pdns
Version: 2019.1.2
Summary: woohoo pDNS implementation
Home-page: https://gitlab.com/scherand/woohoo-pdns
Author: Andreas Scherrer
Author-email: andreas@scherrer.io
License: MIT License
Project-URL: Bug Tracker, https://gitlab.com/scherand/woohoo-pdns/issues
Project-URL: Documentation, https://woohoo-pdns.readthedocs.io
Project-URL: Source Code, https://gitlab.com/scherand/woohoo-pdns
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/x-rst
Requires-Dist: alembic
Requires-Dist: flask
Requires-Dist: flask-httpauth
Requires-Dist: gunicorn
Requires-Dist: psycopg2-binary
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: sphinx
Requires-Dist: sqlalchemy

pDNS Module Repository
======================

This project is an implementation of a passive DNS reqplication database (pDNS)
using SQLAlchemy, Alembic and PostgreSQL.

It is geared towards small-ish installations; most likely it is not capable of
handling an ISP's DNS data volume for example.

Learn more `on Read the docs <https://woohoo-pdns.readthedocs.io>`_ (do not
try to read the documentation in the ``docs`` folder).

The source code can be found in `woohoo pDNS' home on Gitlab`_ (link mainly for
people reading this on PyPI).

.. _`woohoo pDNS' home on Gitlab`: https://gitlab.com/scherand/woohoo-pdns


