``django-udp-discovery`` modules ================================ Import shortcuts (``start_udp_service``, ``stop_udp_service``, ``is_running``, and helpers imported from utilities) live in ``django_udp_discovery/__init__.py``; authoritative docstrings appear on the underlying modules below. Configuration ------------- .. automodule:: django_udp_discovery.conf :members: :undoc-members: :show-inheritance: Listener -------- .. automodule:: django_udp_discovery.listener :members: :undoc-members: :show-inheritance: Utilities --------- .. automodule:: django_udp_discovery.utility :members: :undoc-members: :show-inheritance: App config ---------- .. automodule:: django_udp_discovery.apps :members: :undoc-members: :show-inheritance: Management command ------------------ .. automodule:: django_udp_discovery.management.commands.start_discovery :members: :undoc-members: :show-inheritance: