Metadata-Version: 2.4
Name: sense-emu
Version: 1.2
Summary: The Raspberry Pi Sense HAT Emulator library
Home-page: https://sense-emu.readthedocs.io/
Author: Raspberry Pi Foundation
Author-email: info@raspberrypi.org
License: GPL-2.0-or-later
Project-URL: Documentation, https://sense-emu.readthedocs.io/
Project-URL: Source Code, https://github.com/astro-pi/python-sense-emu
Project-URL: Issue Tracker, https://github.com/astro-pi/python-sense-emu/issues
Keywords: raspberrypi sense hat
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: Pillow
Provides-Extra: test
Requires-Dist: mock; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Dynamic: license-file

.. -*- rst -*-

==================
Sense HAT Emulator
==================

This package emulates the Raspberry Pi `Sense HAT`_. An interactive GTK
application is provided to permit manipulation of the emulated sensors, along
with command line utilities for recording and playing back sensor readings from
an actual HAT.

Links
=====

* The library code is licensed under the `LGPL version 2.1`_ or above, while
  the applications ``sense_emu_gui``, ``sense_rec``, ``sense_play``, and
  ``sense_csv`` are licensed under the `GPL version 2.0`_ or above.
* The `source code`_ can be obtained from GitHub, which also hosts the `bug
  tracker`_
* The `documentation`_ (which includes installation, API reference and example
  scripts) can be read on ReadTheDocs
* Packages can be downloaded from `PyPI`_, but reading the installation
  instructions is likely to be more useful

.. _Sense HAT: https://www.raspberrypi.org/products/sense-hat/
.. _source code: https://github.com/RPi-Distro/python-sense-emu
.. _bug tracker: https://github.com/RPi-Distro/python-sense-emu/issues
.. _documentation: https://sense-emu.readthedocs.io
.. _PyPI: https://pypi.python.org/pypi/sense_emu/
.. _LGPL version 2.1: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
.. _GPL version 2.0: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

