Metadata-Version: 2.4
Name: pvWebMonitor
Version: 2021.0.2
Summary: Create static web site from EPICS PVs.
Author: BCDA
Maintainer: Pete Jemian
License-Expression: LicenseRef-EPICS-Open-License
Project-URL: Homepage, https://bcda-aps.github.io/pvWebMonitor/
Project-URL: Bug Tracker, https://github.com/bcda-aps/pvWebMonitor/issues
Project-URL: source, https://github.com/bcda-aps/pvWebMonitor/
Keywords: EPICS,PV,tool,HTML
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: ophyd
Requires-Dist: pyepics
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: doc
Requires-Dist: ipython; extra == "doc"
Requires-Dist: jinja2>=3.0; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: pygments>=2.12; extra == "doc"
Requires-Dist: pygments-ipython-console; extra == "doc"
Requires-Dist: setuptools>=77; extra == "doc"
Requires-Dist: setuptools-scm>=8; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-design; extra == "doc"
Provides-Extra: all
Requires-Dist: pvWebMonitor[dev,doc]; extra == "all"
Dynamic: license-file

.. _pvWebMonitor:

============
pvWebMonitor
============

**Create static web site from EPICS PVs.**

This package provides a background service that monitors EPICS PVs 
and writes them into customized HTML files in a WWW server 
directory.  The service can be started and stopped by a manage.csh 
script for automated startup in a cron task or at system startup.

:author: 	Pete R. Jemian
:email:  	jemian@anl.gov
:copyright: 2002-2025, University of Chicago, The Regents of the University of California, and Berliner Elektronenspeicherring Gesellschaft fuer Synchrotronstrahlung m.b.H. (BESSY) All rights reserved.
:license:   EPICS (see *LICENSE*)
:docs:      https://bcda-aps.github.io/pvWebMonitor/
:git:       https://github.com/BCDA-APS/pvWebMonitor.git
:PyPI:      https://pypi.python.org/pypi/pvWebMonitor

:publishing:
   .. image:: https://img.shields.io/github/tag/prjemian/pvWebMonitor.svg
      :target: https://github.com/BCDA-APS/pvWebMonitor/tags
   .. image:: https://img.shields.io/github/release/prjemian/pvWebMonitor.svg
      :target: https://github.com/BCDA-APS/pvWebMonitor/releases
