:mod:`Pyro4.constants` --- Constant value definitions
=====================================================

.. module:: Pyro4.constants

.. attribute:: VERSION

   The library version string (currently "|version|").

.. attribute:: DAEMON_NAME

   Standard object name for the Daemon itself, preferred over hardcoding it as a string literal.

.. attribute:: NAMESERVER_NAME

   Standard object name for the Name server itself, preferred over hardcoding it as a string literal.

.. attribute:: FLAME_NAME

   Standard object name for the Flame server, preferred over hardcoding it as a string literal.

.. attribute:: PROTOCOL_VERSION

   Pyro's network protocol version number.

