2018-12-07 Fred Gleason <fredg@paravelsystems.com>

* Changed the Python namespace of the PyPAD classes from
	'rivendell.PyPAD' to 'PyPAD'.
	* Renamed the 'PyPAD.PyPADReceiver' class to 'PyPAD.Receiver'.
	* Renamed the 'PyPAD.PyPADUpdate' class to 'PyPAD.Update'.
	* Added a 'port' argument to the 'PyPAD.Receiver::start()' method.
	* Added an 'escaping' argument to the 'PyPAD.Update::padFields()'
	method.
	* Added support for the 'Encoding=' directive to the 'pypad_udp.py'
	script.
This commit is contained in:
Fred Gleason
2018-12-07 13:52:57 -05:00
parent 3a65043bd6
commit 265146f01e
6 changed files with 168 additions and 57 deletions

View File

@@ -20,9 +20,8 @@
##
## Use automake to process this into a Makefile.in
rivendelldir = $(pkgpyexecdir)
rivendell_PYTHON = __init__.py\
PyPAD.py
rivendelldir = $(pyexecdir)
rivendell_PYTHON = PyPAD.py
CLEANFILES = *~\
*.idb\