Metadata-Version: 2.0
Name: dyndnsc-macosnotify
Version: 0.1
Summary: plugin for dyndnsc providing macos desktop notifications
Home-page: https://github.com/infothrill/python-dyndnsc-macosnotify
Author: Paul Kremer
Author-email: paul@spurious.biz
License: MIT License
Description-Content-Type: UNKNOWN
Keywords: dyndnsc plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Requires-Dist: pync
Requires-Dist: setuptools

dyndnsc-macosnotify - macOS notifications for dyndnsc
=====================================================

.. image:: https://img.shields.io/pypi/v/dyndnsc-macosnotify.svg
    :target: https://pypi.python.org/pypi/dyndnsc-macosnotify

.. image:: https://img.shields.io/pypi/l/dyndnsc-macosnotify.svg
    :target: https://pypi.python.org/pypi/dyndnsc-macosnotify

.. image:: https://img.shields.io/pypi/pyversions/dyndnsc-macosnotify.svg
    :target: https://pypi.python.org/pypi/dyndnsc-macosnotify

.. image:: https://travis-ci.org/infothrill/python-dyndnsc-macosnotify.svg?branch=master
    :target: https://travis-ci.org/infothrill/python-dyndnsc-macosnotify

Plugin for `dyndnsc <https://pypi.python.org/pypi/dyndnsc>`_ that provides
macOS desktop notifications using notification center.

Internally uses `pync <https://pypi.python.org/pypi/pync>`_ to implement notifications.

Installation
============

.. code-block:: bash

    # from pypi:
    $ pip install dyndnsc-macosnotify

Requirements
============
* MacOS 10.8+
* Python 2.7 or 3.4+



.. :changelog:

0.1 (January 2018)
++++++++++++++++++++++
- initial public release



