Metadata-Version: 2.1
Name: bact-archiver
Version: 0.3.2
Summary: EPICS archiver appliance access using google protobuf
Author-Email: =?utf-8?q?Andreas_Sch=C3=A4licke?= <andreas.schaelicke@helmholtz-berlin.de>, Pierre Schnizer <pierre.schnizer@helmholtz-berlin.de>
License: GNU General Public License (GPL)
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Physics
Project-URL: homepage, https://github.com/hz-b/bact-archiver
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: protobuf>=4.25.8
Requires-Dist: python-dateutil
Description-Content-Type: text/x-rst

bact-archiver: access to epics archiver appliance
=================================================

The epics archiver appliance provides support based on
google's protocol buffer.

This package provides a client implementation. Its implementation uses
c++ files generated by the protocol buffer compiler and cython
interface code.

See package documentation for further details.
