.gitattributes
.gitignore
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/Makefile
docs/make.bat
docs/source/changes.rst
docs/source/conf.py
docs/source/contents.rst
docs/source/index.rst
docs/source/license.rst
docs/source/overview.rst
docs/source/overview.vsd
docs/source/short.html
docs/source/short.jpg
docs/source/short.xml
docs/source/short.xsl
docs/source/_static/epicslogo101.jpg
docs/source/_static/overview.jpg
docs/source/configuration/config.rst
docs/source/configuration/index.rst
docs/source/configuration/install.rst
docs/source/configuration/livedata.rst
docs/source/configuration/manage.rst
docs/source/configuration/pvlist.xml
docs/source/configuration/pvlist_.rst
docs/source/configuration/rawdata.rst
docs/source/configuration/setup.rst
docs/source/example/config.xml
docs/source/example/index.html
docs/source/example/index.png
docs/source/example/index.rst
docs/source/example/index.xsl
docs/source/example/livedata.html
docs/source/example/livedata.png
docs/source/example/livedata.rst
docs/source/example/livedata.xsl
docs/source/example/log_file.txt
docs/source/example/manage.sh
docs/source/example/pvlist.html
docs/source/example/pvlist.png
docs/source/example/pvlist.xml
docs/source/example/pvlist.xsl
docs/source/example/rawdata.html
docs/source/example/rawdata.png
docs/source/example/rawdata.rst
docs/source/example/rawdata.xml
docs/source/example/rawdata.xsl
docs/source/example/www/index.html
docs/source/example/www/index.xsl
docs/source/example/www/livedata.html
docs/source/example/www/livedata.xsl
docs/source/example/www/pvlist.html
docs/source/example/www/pvlist.xml
docs/source/example/www/pvlist.xsl
docs/source/example/www/rawdata.html
docs/source/example/www/rawdata.xml
docs/source/example/www/rawdata.xsl
docs/source/src/index.rst
docs/source/src/main.rst
docs/source/src/pvwatch.rst
docs/source/src/read_config.rst
docs/source/src/setup.rst
docs/source/src/utils.rst
src/pvWebMonitor/__init__.py
src/pvWebMonitor/config_1_0.xsd
src/pvWebMonitor/config_1_0_1.xsd
src/pvWebMonitor/main.py
src/pvWebMonitor/pvlist-gp.xml
src/pvWebMonitor/pvlist.xsd
src/pvWebMonitor/pvwatch.py
src/pvWebMonitor/read_config.py
src/pvWebMonitor/setup.py
src/pvWebMonitor/utils.py
src/pvWebMonitor.egg-info/PKG-INFO
src/pvWebMonitor.egg-info/SOURCES.txt
src/pvWebMonitor.egg-info/dependency_links.txt
src/pvWebMonitor.egg-info/entry_points.txt
src/pvWebMonitor.egg-info/requires.txt
src/pvWebMonitor.egg-info/top_level.txt
src/pvWebMonitor/project/config.xml
src/pvWebMonitor/project/index.xsl
src/pvWebMonitor/project/livedata.xsl
src/pvWebMonitor/project/manage.sh
src/pvWebMonitor/project/pvlist.xml
src/pvWebMonitor/project/pvlist.xsl
src/pvWebMonitor/project/rawdata.xsl
src/pvWebMonitor/tests/__init__.py
src/pvWebMonitor/tests/test_pvwatch.py