Metadata-Version: 2.1
Name: spot-motion-monitor
Version: 0.1.2
Summary: User interface for Spot Seeing Monitor.
Home-page: https://github.com/lsst-com/spot_motion_monitor
Author: Michael Reuter
Author-email: mareuter@lsst.org
License: MIT
Keywords: spot_motion_monitor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy
Requires-Dist: PyQt5
Requires-Dist: scipy

=============================
Spot Motion Monitor
=============================

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: http://opensource.org/licenses/MIT
   :alt: MIT License

.. |version| image:: http://img.shields.io/pypi/v/spot_motion_monitor.svg
   :target: https://pypi.python.org/pypi/spot_motion_monitor
   :alt: Software Version

.. |travis| image:: https://img.shields.io/travis/lsst-com/spot_motion_monitor/master.svg
  :target: https://travis-ci.org/mareuter/spot_motion_monitor
  :alt: Travis build status

.. |python| image:: https://img.shields.io/pypi/pyversions/spot_motion_monitor.svg
  :target: https://pypi.python.org/pypi/spot_motion_monitor
  :alt: Supported Python

|license| |python| |version| |travis|


User interface for Dome Seeing Monitor.

**NOTE**: This package only supports Python 3 and PyQt5.



Documentation
-------------

The full documentation is at http://spot_motion_monitor.rtfd.org.



History
-------

0.1.2 (2018-05-30)
~~~~~~~~~~~~~~~~~~

* Switch to entry_points use exclusively

0.1.1 (2018-05-29)
~~~~~~~~~~~~~~~~~~

* Testing entry_points mechanism

0.1.0 (2018-05-24)
~~~~~~~~~~~~~~~~~~

* Creating basic application with no functionality
* Testing deployment


