vicon_nexus_unity_stream_py


Namevicon_nexus_unity_stream_py JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://pypi.org/project/vicon_nexus_unity_stream_py
SummaryPython script to stream data from vicon nexus to unity
upload_time2024-06-28 22:53:56
maintainerNone
docs_urlNone
authorAhmed Shariff
requires_python<4.0,>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Overview

Python script to stream data from vicon nexus to unity. See [vicon-nexus-unity-stream](https://github.com/ovi-lab/vicon-nexus-unity-stream) for the accompanying unity package.

# Setup

## Requirements

* Python 3.8+

## Installation

Install it directly into an activated virtual environment:

```text
$ pip install vicon_nexus_unity_stream_py
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```text
$ poetry add vicon_nexus_unity_stream_py
```

# Usage

After installation, the package can be used as a cli tool:

```text
$ vicon-nexus-stream --help

Usage: vicon-nexus-stream [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  server  Connects to the vicon and streams the data...
  stream  Instead of connecting to vicon, streams data...
  test    Test if connection is working
```


# Credits
This project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/vicon_nexus_unity_stream_py",
    "name": "vicon_nexus_unity_stream_py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ahmed Shariff",
    "author_email": "shariff.mfa@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/05/8e/6d3a4c489452e47e5a495bf216f7bc71cb8534353053f5388ae199e92aae/vicon_nexus_unity_stream_py-0.3.tar.gz",
    "platform": null,
    "description": "# Overview\n\nPython script to stream data from vicon nexus to unity. See [vicon-nexus-unity-stream](https://github.com/ovi-lab/vicon-nexus-unity-stream) for the accompanying unity package.\n\n# Setup\n\n## Requirements\n\n* Python 3.8+\n\n## Installation\n\nInstall it directly into an activated virtual environment:\n\n```text\n$ pip install vicon_nexus_unity_stream_py\n```\n\nor add it to your [Poetry](https://poetry.eustace.io/) project:\n\n```text\n$ poetry add vicon_nexus_unity_stream_py\n```\n\n# Usage\n\nAfter installation, the package can be used as a cli tool:\n\n```text\n$ vicon-nexus-stream --help\n\nUsage: vicon-nexus-stream [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  server  Connects to the vicon and streams the data...\n  stream  Instead of connecting to vicon, streams data...\n  test    Test if connection is working\n```\n\n\n# Credits\nThis project was generated with [cookiecutter](https://github.com/audreyr/cookiecutter) using [jacebrowning/template-python](https://github.com/jacebrowning/template-python).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python script to stream data from vicon nexus to unity",
    "version": "0.3",
    "project_urls": {
        "Documentation": "https://vicon_nexus_unity_stream_py.readthedocs.io",
        "Homepage": "https://pypi.org/project/vicon_nexus_unity_stream_py",
        "Repository": "https://github.com/ovi-lab/vicon-nexus-unity-stream-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "991e0e92b447a9f6b0ef718e595403f9921eda48cd9978745b1a822dcf9d006a",
                "md5": "1897fbf4d5450bd584c385122e12e941",
                "sha256": "7f45293e9ff1c318fa1cd5ef8874ee1a78e234541bbbc9623ddc17ffee4ce535"
            },
            "downloads": -1,
            "filename": "vicon_nexus_unity_stream_py-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1897fbf4d5450bd584c385122e12e941",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 9227,
            "upload_time": "2024-06-28T22:53:56",
            "upload_time_iso_8601": "2024-06-28T22:53:56.022690Z",
            "url": "https://files.pythonhosted.org/packages/99/1e/0e92b447a9f6b0ef718e595403f9921eda48cd9978745b1a822dcf9d006a/vicon_nexus_unity_stream_py-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "058e6d3a4c489452e47e5a495bf216f7bc71cb8534353053f5388ae199e92aae",
                "md5": "c6652859089d32fb058c67e1dd06c330",
                "sha256": "50ae52e0b1923b57b1562a23dcad7a3af2247981cb21ddb15c0d9ad9ab47cc5d"
            },
            "downloads": -1,
            "filename": "vicon_nexus_unity_stream_py-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c6652859089d32fb058c67e1dd06c330",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 7243,
            "upload_time": "2024-06-28T22:53:56",
            "upload_time_iso_8601": "2024-06-28T22:53:56.979035Z",
            "url": "https://files.pythonhosted.org/packages/05/8e/6d3a4c489452e47e5a495bf216f7bc71cb8534353053f5388ae199e92aae/vicon_nexus_unity_stream_py-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 22:53:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ovi-lab",
    "github_project": "vicon-nexus-unity-stream-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "vicon_nexus_unity_stream_py"
}
        
Elapsed time: 0.42634s