Metadata-Version: 2.1
Name: yamcs-client
Version: 1.1.0a1
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 :: 3 - Alpha
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
Classifier: Topic :: Internet
Requires-Dist: protobuf
Requires-Dist: requests
Requires-Dist: websocket-client

Client library for Yamcs.

## Development Setup

Install build dependencies (you may want to do this in a virtualenv):

    pip install -r requirements.txt


Install `yamcs-client` from the source base:

    python setup.py develop

Changes to any source file have immediate impact.


