Metadata-Version: 2.1
Name: poff
Version: 1.6.3
Summary: A quite small pdns frontend
Home-page: https://github.com/thusoy/poff
Author: Tarjei Husøy
Author-email: git@thusoy.com
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Requires-Dist: flask
Requires-Dist: flask-sqlalchemy
Requires-Dist: sqlalchemy <1.2
Requires-Dist: flask-wtf
Requires-Dist: pyyaml
Requires-Dist: wtforms-alchemy
Provides-Extra: postgres
Requires-Dist: psycopg2 ; extra == 'postgres'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: nose ; extra == 'test'
Requires-Dist: tox ; extra == 'test'
Requires-Dist: twine ; extra == 'test'
Requires-Dist: watchdog ; extra == 'test'

