Metadata-Version: 2.1
Name: yamcs-client
Version: 1.1.10
Summary: Yamcs API client library
Home-page: https://github.com/yamcs/yamcs-python
Author: Space Applications Services
Author-email: yamcs@spaceapplications.com
License: LGPL
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: protobuf (>=3.6)
Requires-Dist: requests
Requires-Dist: setuptools
Requires-Dist: websocket-client (<=0.48.0)

# Yamcs Client Library for Python
[![Website](https://img.shields.io/website/http/shields.io.svg?label=docs)](https://www.yamcs.org/yamcs-python/yamcs-client)
[![Build Status](https://travis-ci.org/yamcs/yamcs-python.svg?branch=master)](https://travis-ci.org/yamcs/yamcs-python)
[![PyPI](https://img.shields.io/pypi/v/yamcs-client.svg)](https://pypi.python.org/pypi/yamcs-client)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/yamcs-client.svg)](https://pypi.python.org/pypi/yamcs-client/)


## Features

* MDB retrieval
* Telemetry updates
* Command History updates
* Alarm updates
* Event updates
* Archive retrieval
* Histogram retrieval


## Installation

The easiest way to install is via pip

    pip install yamcs-client


## Documentation
All available operations are documented at https://www.yamcs.org/yamcs-python/yamcs-client


## License

LGPL-3.0. See [LICENSE](https://github.com/yamcs/yamcs-python/blob/master/LICENSE)


