Skip to content

Dynamic DNS updater

License

Notifications You must be signed in to change notification settings

Wolfizen/DDNSWolf

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2021
Jul 17, 2022
Nov 7, 2020
Oct 2, 2020
Oct 2, 2020
Aug 11, 2021
Jul 17, 2022
Sep 9, 2020
Aug 6, 2021
Aug 9, 2021
Aug 9, 2021

Repository files navigation

DDNSWolf

See LICENSE.md for your license to use this software.

Using DDNSWolf

WIP

Modifying DDNSWolf

Building for development

Create a virtual environment, if desired.

python3 -m virtualenv ./venv
. ./venv/bin/activate

Install dependencies. There is no requirements.txt file, instead dependencies are declared in setup.cfg and pip can read this file.

pip install .

Building for distribution

This project uses Python setuptools to build for distribution. The build configuration is defined in setup.cfg and setup.py.

To install the package on your system:

python3 setup.py