Metadata-Version: 1.1
Name: beautyacc
Version: 0.2.0
Summary: Python package to access the EPICS RDB Archiver
Home-page: https://github.com/pklaus/beautyacc
Author: Philipp Klaus
Author-email: klaus@physik.uni-frankfurt.de
License: UNKNOWN
Description: beautyacc
        =========
        
        beautyacc is a library to access EPICS archiver values in Python. It is
        designed for the EPICS RDB Archiver called “beauty”. The name beautyacc
        is shorthand for ‘beauty access’.
        
        This package was crafted for Python 3.4 or newer.
        
        Installation
        ~~~~~~~~~~~~
        
        Installing from PyPI is easy:
        
        ::
        
           pip install beautyacc
        
        Resources
        ~~~~~~~~~
        
        -  Github: https://github.com/pklaus/beautyacc
        -  PyPI: https://pypi.org/project/beautyacc/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
