Metadata-Version: 1.1
Name: gandip
Version: 2.0.2
Summary: Keep your gandi DNS records up to date with your current IP
Home-page: https://github.com/ArnaudLevaufre/GandIP
Author: Arnaud Levaufre
Author-email: arnaud@levaufre.name
License: MIT
Description-Content-Type: UNKNOWN
Description: # GandIP
        
        Keep your gandi DNS records up to date with your current ip.
        
        Please note that gandi is migrating to it's new version (v5) with their new
        LiveDNS api used by gandip latest version. In order to use gandip with older
        gandi api you must use version 1.x.x.
        
        ## Installation
        
        Easy peasy, run `pip install --user gandip` and create a cron job so it runs every 15 minutes like so:
        
        ```
        */15 * * * * gandip your_gandi_api_key fqdn record1 record2 ... recordN
        ```
        
Keywords: dns gandi ip selfhosting hosting
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
