Metadata-Version: 2.1
Name: pyscicat
Version: 0.2.2
Summary: Code for communicating to a SciCat backend server python
Home-page: https://github.com/scicatproject/pyscicat
Author: Dylan McReynolds
Author-email: dmcreynolds@lbl.gov
License: BSD (3-clause)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
License-File: LICENSE
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: pydantic
Requires-Dist: requests
Provides-Extra: base
Requires-Dist: pydantic ; extra == 'base'
Requires-Dist: requests ; extra == 'base'
Provides-Extra: h5tools
Requires-Dist: hdf5plugin ; extra == 'h5tools'
Requires-Dist: h5py ; extra == 'h5tools'

# Pyscicat
Pyscicat is a python client library for interacting with the [SciCat backend](https://scicatproject.github.io/). It sends messages to the SciCat backend over HTTP. It currently does not contain any command line interface.

Documentation for Pyscicat can be found is [available here](https://scicatproject.github.io/pyscicat/)


