tobii-recorder


Nametobii-recorder JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/mh-salari/tobii_recorder
SummaryA Python wrapper for Tobii Eye Tracker data recording
upload_time2024-08-19 18:34:03
maintainerNone
docs_urlNone
authorMohammadhossein Salari
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tobii Eye Tracker Data Recorder Python Wrapper - UEF Course Edition

This project provides a Python interface for collecting data from Tobii Eye Trackers, specifically designed for educational purposes at the University of Eastern Finland (UEF). It includes a Python bindings for Tobii SDK, allowing for efficient data collection and easy integration into Python-based research and applications within the course context.

## Educational Purpose and Usage Restrictions

**IMPORTANT:** This software is exclusively for educational use by enrolled participants of the eye-tracking course at UEF.

- Usage is strictly limited to the duration of the course.
- All collected data must be deleted after the course concludes.
- Compliance with these regulations is mandatory during all phases of software usage.

If you have any questions or concerns about the license agreement or data retention policies, please contact your course instructors or teaching assistants.

## Installation

To install this package, use pip:

```
pip install tobii_recorder
```

## Usage

After installation, you can import and use the EyeTracker class in your Python scripts. For example:

```python
from tobii_recorder import EyeTracker

# Usage example will be provided by your course instructor
```

Detailed usage instructions and examples will be provided during the course.

## License

This project is protected under a proprietary license. See the `LICENSE` file for full terms and conditions.

## Support

For inquiries about licensing, permissions, or any questions related to the use of this software within the course, please contact your course instructors or teaching assistants at the University of Eastern Finland.

---

Remember: This software is a learning tool. Use it responsibly and ethically, adhering to all course guidelines and data protection principles.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mh-salari/tobii_recorder",
    "name": "tobii-recorder",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Mohammadhossein Salari",
    "author_email": "mohammadhossein.salari@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Tobii Eye Tracker Data Recorder Python Wrapper - UEF Course Edition\r\n\r\nThis project provides a Python interface for collecting data from Tobii Eye Trackers, specifically designed for educational purposes at the University of Eastern Finland (UEF). It includes a Python bindings for Tobii SDK, allowing for efficient data collection and easy integration into Python-based research and applications within the course context.\r\n\r\n## Educational Purpose and Usage Restrictions\r\n\r\n**IMPORTANT:** This software is exclusively for educational use by enrolled participants of the eye-tracking course at UEF.\r\n\r\n- Usage is strictly limited to the duration of the course.\r\n- All collected data must be deleted after the course concludes.\r\n- Compliance with these regulations is mandatory during all phases of software usage.\r\n\r\nIf you have any questions or concerns about the license agreement or data retention policies, please contact your course instructors or teaching assistants.\r\n\r\n## Installation\r\n\r\nTo install this package, use pip:\r\n\r\n```\r\npip install tobii_recorder\r\n```\r\n\r\n## Usage\r\n\r\nAfter installation, you can import and use the EyeTracker class in your Python scripts. For example:\r\n\r\n```python\r\nfrom tobii_recorder import EyeTracker\r\n\r\n# Usage example will be provided by your course instructor\r\n```\r\n\r\nDetailed usage instructions and examples will be provided during the course.\r\n\r\n## License\r\n\r\nThis project is protected under a proprietary license. See the `LICENSE` file for full terms and conditions.\r\n\r\n## Support\r\n\r\nFor inquiries about licensing, permissions, or any questions related to the use of this software within the course, please contact your course instructors or teaching assistants at the University of Eastern Finland.\r\n\r\n---\r\n\r\nRemember: This software is a learning tool. Use it responsibly and ethically, adhering to all course guidelines and data protection principles.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python wrapper for Tobii Eye Tracker data recording",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/mh-salari/tobii_recorder"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b576b51eb9596cc920a79ca3c3904a79ca851bfaf45fb789bd789d529b752d7",
                "md5": "6d2ed6e481289ed510973c043f253178",
                "sha256": "04a4afb1d4d476d64d65a7ee7df26981d2be61d3e1e5d5f3bb5e602e0ef01bad"
            },
            "downloads": -1,
            "filename": "tobii_recorder-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d2ed6e481289ed510973c043f253178",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1312354,
            "upload_time": "2024-08-19T18:34:03",
            "upload_time_iso_8601": "2024-08-19T18:34:03.036656Z",
            "url": "https://files.pythonhosted.org/packages/5b/57/6b51eb9596cc920a79ca3c3904a79ca851bfaf45fb789bd789d529b752d7/tobii_recorder-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-19 18:34:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mh-salari",
    "github_project": "tobii_recorder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tobii-recorder"
}
        
Elapsed time: 0.34557s