Metadata-Version: 1.1
Name: PyEyeTrack
Version: 0.3.4
Summary: PyEyeTrack is a python-based pupil-tracking library. The library tracks eyes with the commodity webcam 
                and gives a real-time stream of eye coordinates. It provides the functionality of eye-tracking and 
                blink detection and encapsulates these in a generic interface that allows clients to use these 
                functionalities in a variety of use-cases.
Home-page: https://github.com/algoasylum/PyEyeTrack
Author: UNKNOWN
Author-email: pytracklibrary@gmail.com
License: MIT
Download-URL: https://github.com/algoasylum/pyEyeTrack/archive/v_03_4.tar.gz
Description: # PyTrack - The Python eYe Tracking Library
        
        [![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/algoasylum/PyTrack/blob/master/LICENSE)
        
        *pytrack* is a python-based pupil-tracking library. The library tracks eyes with the commodity webcam and gives a real-time stream of eye coordinates.  It provides the functionality of eye-tracking and blink detection and encapsulates these in a generic interface that allows clients to use these functionalities in a variety of use-cases. 
        
        ## Features
        * Real-time Pupil Tracking
        * Real-time Blink Detection
        * Customizable and modularized design
        * Concurrent
        
        ## Documentation
        Find the official documentation [here](https://algoasylum.github.io/PyTrack/).
        
        ## License
        MIT
        
        ## PyTrack Support
        For any issues regarding pytrack, contact the pytrack support at pytracklibrary@gmail.com.
        
        ## Contributors
        Kanchan Sarolkar, Kimaya Badhe, Neha Chaudhari, Samruddhi Kanhed and Shrirang Karandikar.
        
Keywords: Eye Tracking,blink detection,User Interface,Webcamera
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
