Metadata-Version: 2.0
Name: leapimport
Version: 0.2.0
Summary: Simple package to import binary LeapMotion recording data.
Home-page: https://github.com/richjoyce/leapimport
Author: Richard Joyce
Author-email: rjoyce@ucdavis.edu
License: MIT license
Keywords: leapimport
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7

===============================
LeapMotion Importer
===============================

Simple package to import binary LeapMotion recording data.


* Free software: MIT license

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.2.0 (2016-09-13)
------------------

* Include frame_id and hand_id in dataframe
* Use boolean type for `is_right` instead of string

0.1.2 (2016-08-30)
------------------

* Fix crash on some multiple hands frames

0.1.1 (2016-08-23)
------------------

* Fix release on PyPI.

0.1.0 (2016-08-23)
------------------

* First release on PyPI.


