easytuio


Nameeasytuio JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/easytuio
SummaryA Python library for handling TUIO messages
upload_time2024-11-25 14:53:37
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EasyTUIO

EasyTUIO is a Python library for parsing and handling TUIO messages, used in multi-touch and tangible interfaces.

## Features
- Supports `2Dcur`, `2Dobj`, and `2Dblb` profiles.
- Customizable event listeners.
- Lightweight and easy to integrate.

## Installation
```bash
pip install easytuio
```

## Usage
```python
from easytuio import TUIOClient

def handle_cursor_event(cursor):
    print(f"Cursor Event: {cursor}")

client = TUIOClient()


client.register_callback("2Dcur", handle_cursor_event)
client.start()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/easytuio",
    "name": "easytuio",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/c8/a3de9c30e92732b4ff3d91ab363381075fe24e4d7ea5eaa927f77df3040a/easytuio-0.1.0.tar.gz",
    "platform": null,
    "description": "# EasyTUIO\n\nEasyTUIO is a Python library for parsing and handling TUIO messages, used in multi-touch and tangible interfaces.\n\n## Features\n- Supports `2Dcur`, `2Dobj`, and `2Dblb` profiles.\n- Customizable event listeners.\n- Lightweight and easy to integrate.\n\n## Installation\n```bash\npip install easytuio\n```\n\n## Usage\n```python\nfrom easytuio import TUIOClient\n\ndef handle_cursor_event(cursor):\n    print(f\"Cursor Event: {cursor}\")\n\nclient = TUIOClient()\n\n\nclient.register_callback(\"2Dcur\", handle_cursor_event)\nclient.start()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for handling TUIO messages",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/easytuio"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2c5cd9ded625a727f063c4c950ded8316353c42ca51657a1ba4336ff0ced9a8",
                "md5": "b91fd25daaf8ceb1b256f8c36b107fa3",
                "sha256": "aeb6c8cb6f9c32b7d9f3590a6f2d91c25942c78012b0e193f4f69241a7164b25"
            },
            "downloads": -1,
            "filename": "easytuio-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b91fd25daaf8ceb1b256f8c36b107fa3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4104,
            "upload_time": "2024-11-25T14:53:35",
            "upload_time_iso_8601": "2024-11-25T14:53:35.071403Z",
            "url": "https://files.pythonhosted.org/packages/b2/c5/cd9ded625a727f063c4c950ded8316353c42ca51657a1ba4336ff0ced9a8/easytuio-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebc8a3de9c30e92732b4ff3d91ab363381075fe24e4d7ea5eaa927f77df3040a",
                "md5": "dd5cd3fd5146a96db09761625c9f0b82",
                "sha256": "b5ea8cf5da3a1c8d9e1aa0c68b035cb93ba42af8a50c40fed49f735d9747f9f8"
            },
            "downloads": -1,
            "filename": "easytuio-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd5cd3fd5146a96db09761625c9f0b82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3143,
            "upload_time": "2024-11-25T14:53:37",
            "upload_time_iso_8601": "2024-11-25T14:53:37.432483Z",
            "url": "https://files.pythonhosted.org/packages/eb/c8/a3de9c30e92732b4ff3d91ab363381075fe24e4d7ea5eaa927f77df3040a/easytuio-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-25 14:53:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "easytuio",
    "github_not_found": true,
    "lcname": "easytuio"
}
        
Elapsed time: 0.80666s