Metadata-Version: 2.1
Name: eyekit
Version: 0.3.7
Summary: A Python package for analyzing reading behavior using eyetracking data
Home-page: https://jwcarr.github.io/eyekit/
Author: Jon Carr
Author-email: jcarr@sissa.it
License: MIT
Description: <img src='https://jwcarr.github.io/eyekit/images/logo.png' width='300'>
        
        Eyekit is a Python package for analyzing reading behavior using eyetracking data. Eyekit aims to be entirely independent of any particular eyetracker hardware, presentation software, or data formats. It has an object-oriented style that defines two core objects – the TextBlock and the FixationSequence – that you bring into contact with a bit of coding. Eyekit is currently in the alpha stage of development and is licensed under the terms of the MIT License.
        
        **[A guide to Eyekit and full documentation is available here](https://jwcarr.github.io/eyekit/)**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Text Processing :: Fonts
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.6
Description-Content-Type: text/markdown
