Metadata-Version: 2.1
Name: PvMail
Version: 4.0.0rc1
Summary: Watch an EPICS PV. Send email when it changes from 0 to 1.
Author-email: Pete Jemian <jemian@anl.gov>, Kurt Goetze <goetze@anl.gov>
License: Copyright (c) 2009-2024, UChicago Argonne, LLC
        
        All Rights Reserved
        
        PvMail
        
        BCDA, Advanced Photon Source, Argonne National Laboratory
        
        
        OPEN SOURCE LICENSE
        
        Redistribution and use in source and binary forms, with or without 
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, 
           this list of conditions and the following disclaimer.  Software changes, 
           modifications, or derivative works, should be noted with comments and 
           the author and organization's name.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation 
           and/or other materials provided with the distribution.
        
        3. Neither the names of UChicago Argonne, LLC or the Department of Energy 
           nor the names of its contributors may be used to endorse or promote 
           products derived from this software without specific prior written 
           permission.
        
        4. The software and the end-user documentation included with the 
           redistribution, if any, must include the following acknowledgment:
        
           "This product includes software produced by UChicago Argonne, LLC 
           under Contract No. DE-AC02-06CH11357 with the Department of Energy."
        
        ****************************************************************************
        
        DISCLAIMER
        
        THE SOFTWARE IS SUPPLIED "AS IS" WITHOUT WARRANTY OF ANY KIND.
        
        Neither the United States GOVERNMENT, nor the United States Department 
        of Energy, NOR uchicago argonne, LLC, nor any of their employees, makes 
        any warranty, express or implied, or assumes any legal liability or 
        responsibility for the accuracy, completeness, or usefulness of any 
        information, data, apparatus, product, or process disclosed, or 
        represents that its use would not infringe privately owned rights.
        
        ****************************************************************************
        
Project-URL: Homepage, https://prjemian.github.io/pvmail/
Project-URL: Source, https://github.com/BCDA-APS/pvmail
Project-URL: Bug Tracker, https://github.com/BCDA-APS/pvmail/issues
Keywords: EPICS,PV,email,monitor
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: Freely Distributable
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pydm
Requires-Dist: pyepics

# PvMail

Watches an EPICS PV and sends email when value changes from 0 to 1.


tag | release | PyPI | conda
--- | --- | --- | ---
[![image](https://img.shields.io/github/tag/BCDA-APS/PvMail.svg)](https://github.com/BCDA-APS/PvMail/tags) |  [![image](https://img.shields.io/github/release/BCDA-APS/PvMail.svg)](https://github.com/BCDA-APS/PvMail/releases) | [![image](https://img.shields.io/pypi/v/PvMail.svg)](https://pypi.python.org/pypi/PvMail/) | --tba--

- copyright:   (c) 2009-2024, UChicago Argonne, LLC
- license: [ANL OPEN SOURCE LICENSE](./src/PvMail/LICENSE)
- documentation: [https://prjemian.github.io/pvMail/](https://prjemian.github.io/pvMail/)
- source: [https://github.com/BCDA-APS/pvMail](https://github.com/BCDA-APS/pvMail)
- authors: Pete R. Jemian, Kurt Goetze
