TittaPy


NameTittaPy JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/dcnieho/Titta
SummaryInterface to Tobii eye trackers using Tobii Pro SDK
upload_time2024-01-30 08:27:32
maintainer
docs_urlNone
authorDiederick C. Niehorster
requires_python>=3.8
license
keywords tobii psychopy eye-tracking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Downloads](https://static.pepy.tech/badge/tittapy)](https://pepy.tech/project/tittapy)
[![Citation Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.3758%2Fs13428-020-01358-8&color=blue)](https://scholar.google.com/citations?view_op=view_citation&citation_for_view=uRUYoVgAAAAJ:J_g5lzvAfSwC)
[![PyPI Latest Release](https://img.shields.io/pypi/v/TittaPy.svg)](https://pypi.org/project/TittaPy/)
[![image](https://img.shields.io/pypi/pyversions/TittaPy.svg)](https://pypi.org/project/TittaPy/)
[![DOI](https://zenodo.org/badge/DOI/10.3758/s13428-020-01358-8.svg)](https://doi.org/10.3758/s13428-020-01358-8)

Usage instructions for using the Titta class (through its TittaMex and TittaPy interfaces) are found in [the Titta documentation](https://github.com/dcnieho/Titta/blob/master/readme.md#titta-tittamex-tittapy-classes).

### Working on the source
The enclosed `Titta.sln` file is to be opened and built with Visual Studio 2022 (last tested with version 17.8.4).

### Building the mex files
Run `makeTittaMex.m` to build the mex file.

32-bit builds are no longer supported on Windows (they have never been on Linux). The last version of Titta/TittaMex supporting 32-bit Matlab is [available here](https://github.com/dcnieho/Titta/releases/tag/last_32bit_version).

For building the Linux mex file the default gcc version 11.2.0 included with Ubuntu 22.04 was used.
(The mex file currently does not build with gcc 9.3.0 provided in the mingw64 distribution that comes with Octave 6.4.0 on Windows.)
For compatibility with an earlier version of Ubuntu, either install the right GLIBCXX version or recompile following the instructions here. See [this issue](https://github.com/dcnieho/Titta/issues/40) for more information.

### Required environment variables
Some environment variables must be set when working on the code or building it from Visual Studio. Here are the values i used (at the time of writing):
- `MATLAB_ROOT`: `C:\Program Files\MATLAB\R2023b`
- `PYTHON_ROOT`: `C:\Program Files\PsychoPy`

### Dependencies
#### [readerwriterqueue](https://github.com/cameron314/readerwriterqueue)
readerwriterqueue located at `deps/include/readerwriterqueue` is required for compiling Titta. Make sure you clone the Titta repository including all submodules so that this dependency is available.

#### [Tobii Pro SDK](https://www.tobiipro.com/product-listing/tobii-pro-sdk/)
To update the Tobii Pro C SDK used to build Titta against, you need to manually put the some files in the right place:
1. The \*.h include files are placed in `\SDK_wrapper\deps\include`
2. The Windows `Tobii_C_SDK\64\lib\tobii_research.lib` link library is placed in `\SDK_wrapper\deps\lib`.
3. The \*.dll and \*.so files are placed in the respective output directories, `\SDK_wrapper\TittaMex\64\Windows` and `\SDK_wrapper\TittaMex\64\Linux`, respectively.

#### [PsychoPy](https://www.psychopy.org/) and [PyBind11](https://github.com/pybind/pybind11)
Please note that the code for the Python wrapper is currently not actively maintained and will not build as is now. However, assuming its updated, the following steps will build the code:
1. Make sure the PsychoPy version you want to work with is installed.
2. Make sure the `PYTHON_ROOT` environment variable is set to the location of your PsychoPy installation.
3. Install PyBind11: in the root folder of your PsychoPy installation, execute `python -m pip install pybind11`. Alternatively, install pybind11 through a package manager like vcpkg.
4. As per [here](https://docs.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2019#prerequisites), make sure you have the Python Development workload for visual studio installed. Note however that you can unselect the Python 3 installation, the web tools and the miniconda installation that it by default installs, as we will be using the PsychoPy installation's Python environment. Check the "Python native development tools" option.

### Set up the Python environment for Visual Studio Python integration
Last, visual studio needs to be able to find your PsychoPy's Python environment. To do so, add a new Python environment, choose existing environment, and point it to the root of your PsychoPy install. In my case, that is `C:\Program Files\PsychoPy`.

#### Enabling native debugging
To be able to debug both the Python and C++ side of things with PsychoPy, you must install the debug symbols for the Python installation. This is done through the installer normally, but we don't have an option to do that with PyschoPy. So we have to add them manually. Here's how:
1. For 64bit Python 3.8.10 (what I am using in the current example), navigate to this [download location](https://www.python.org/ftp/python/3.8.10/amd64/).
2. Download all `*_d.msi` and `*_pdb.msi` files there (might be overkill, but better have them all).
3. Open a cmd with admin privileges, navigate to your download location.
4. Execute for each file a command like: `core_d.msi TARGETDIR="C:\Program Files\PsychoPy"`, where the `TARGETDIR` is set to the location of your PsychoPy installation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dcnieho/Titta",
    "name": "TittaPy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Tobii PsychoPy Eye-tracking",
    "author": "Diederick C. Niehorster",
    "author_email": "diederick_c.niehorster@humlab.lu.se",
    "download_url": "",
    "platform": null,
    "description": "[![Downloads](https://static.pepy.tech/badge/tittapy)](https://pepy.tech/project/tittapy)\n[![Citation Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.3758%2Fs13428-020-01358-8&color=blue)](https://scholar.google.com/citations?view_op=view_citation&citation_for_view=uRUYoVgAAAAJ:J_g5lzvAfSwC)\n[![PyPI Latest Release](https://img.shields.io/pypi/v/TittaPy.svg)](https://pypi.org/project/TittaPy/)\n[![image](https://img.shields.io/pypi/pyversions/TittaPy.svg)](https://pypi.org/project/TittaPy/)\n[![DOI](https://zenodo.org/badge/DOI/10.3758/s13428-020-01358-8.svg)](https://doi.org/10.3758/s13428-020-01358-8)\n\nUsage instructions for using the Titta class (through its TittaMex and TittaPy interfaces) are found in [the Titta documentation](https://github.com/dcnieho/Titta/blob/master/readme.md#titta-tittamex-tittapy-classes).\n\n### Working on the source\nThe enclosed `Titta.sln` file is to be opened and built with Visual Studio 2022 (last tested with version 17.8.4).\n\n### Building the mex files\nRun `makeTittaMex.m` to build the mex file.\n\n32-bit builds are no longer supported on Windows (they have never been on Linux). The last version of Titta/TittaMex supporting 32-bit Matlab is [available here](https://github.com/dcnieho/Titta/releases/tag/last_32bit_version).\n\nFor building the Linux mex file the default gcc version 11.2.0 included with Ubuntu 22.04 was used.\n(The mex file currently does not build with gcc 9.3.0 provided in the mingw64 distribution that comes with Octave 6.4.0 on Windows.)\nFor compatibility with an earlier version of Ubuntu, either install the right GLIBCXX version or recompile following the instructions here. See [this issue](https://github.com/dcnieho/Titta/issues/40) for more information.\n\n### Required environment variables\nSome environment variables must be set when working on the code or building it from Visual Studio. Here are the values i used (at the time of writing):\n- `MATLAB_ROOT`: `C:\\Program Files\\MATLAB\\R2023b`\n- `PYTHON_ROOT`: `C:\\Program Files\\PsychoPy`\n\n### Dependencies\n#### [readerwriterqueue](https://github.com/cameron314/readerwriterqueue)\nreaderwriterqueue located at `deps/include/readerwriterqueue` is required for compiling Titta. Make sure you clone the Titta repository including all submodules so that this dependency is available.\n\n#### [Tobii Pro SDK](https://www.tobiipro.com/product-listing/tobii-pro-sdk/)\nTo update the Tobii Pro C SDK used to build Titta against, you need to manually put the some files in the right place:\n1. The \\*.h include files are placed in `\\SDK_wrapper\\deps\\include`\n2. The Windows `Tobii_C_SDK\\64\\lib\\tobii_research.lib` link library is placed in `\\SDK_wrapper\\deps\\lib`.\n3. The \\*.dll and \\*.so files are placed in the respective output directories, `\\SDK_wrapper\\TittaMex\\64\\Windows` and `\\SDK_wrapper\\TittaMex\\64\\Linux`, respectively.\n\n#### [PsychoPy](https://www.psychopy.org/) and [PyBind11](https://github.com/pybind/pybind11)\nPlease note that the code for the Python wrapper is currently not actively maintained and will not build as is now. However, assuming its updated, the following steps will build the code:\n1. Make sure the PsychoPy version you want to work with is installed.\n2. Make sure the `PYTHON_ROOT` environment variable is set to the location of your PsychoPy installation.\n3. Install PyBind11: in the root folder of your PsychoPy installation, execute `python -m pip install pybind11`. Alternatively, install pybind11 through a package manager like vcpkg.\n4. As per [here](https://docs.microsoft.com/en-us/visualstudio/python/working-with-c-cpp-python-in-visual-studio?view=vs-2019#prerequisites), make sure you have the Python Development workload for visual studio installed. Note however that you can unselect the Python 3 installation, the web tools and the miniconda installation that it by default installs, as we will be using the PsychoPy installation's Python environment. Check the \"Python native development tools\" option.\n\n### Set up the Python environment for Visual Studio Python integration\nLast, visual studio needs to be able to find your PsychoPy's Python environment. To do so, add a new Python environment, choose existing environment, and point it to the root of your PsychoPy install. In my case, that is `C:\\Program Files\\PsychoPy`.\n\n#### Enabling native debugging\nTo be able to debug both the Python and C++ side of things with PsychoPy, you must install the debug symbols for the Python installation. This is done through the installer normally, but we don't have an option to do that with PyschoPy. So we have to add them manually. Here's how:\n1. For 64bit Python 3.8.10 (what I am using in the current example), navigate to this [download location](https://www.python.org/ftp/python/3.8.10/amd64/).\n2. Download all `*_d.msi` and `*_pdb.msi` files there (might be overkill, but better have them all).\n3. Open a cmd with admin privileges, navigate to your download location.\n4. Execute for each file a command like: `core_d.msi TARGETDIR=\"C:\\Program Files\\PsychoPy\"`, where the `TARGETDIR` is set to the location of your PsychoPy installation.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Interface to Tobii eye trackers using Tobii Pro SDK",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/dcnieho/Titta"
    },
    "split_keywords": [
        "tobii",
        "psychopy",
        "eye-tracking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e03e28620cd311fed292acc57fbdfa8ef74608ecae491c9b653683def573181",
                "md5": "e290166595bf323fcfae4fadc3c77db4",
                "sha256": "89d67ad5aa3e4cad11cfa188cd0ed794c84cb04d388c4db22e10a9834fb3e2df"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e290166595bf323fcfae4fadc3c77db4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1854639,
            "upload_time": "2024-01-30T08:27:32",
            "upload_time_iso_8601": "2024-01-30T08:27:32.104024Z",
            "url": "https://files.pythonhosted.org/packages/4e/03/e28620cd311fed292acc57fbdfa8ef74608ecae491c9b653683def573181/TittaPy-1.3.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90d3c46e778170deca5c7cdb111aa2f88437efbbfff8a40b90a09d86ac5bdbb6",
                "md5": "2cd10690611ccd71daaced151f0003b6",
                "sha256": "578b81774fac8ac2e36339a45930fdde2291ef6870dc776bb29767f4b3432340"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2cd10690611ccd71daaced151f0003b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 7554198,
            "upload_time": "2024-01-30T08:27:33",
            "upload_time_iso_8601": "2024-01-30T08:27:33.729316Z",
            "url": "https://files.pythonhosted.org/packages/90/d3/c46e778170deca5c7cdb111aa2f88437efbbfff8a40b90a09d86ac5bdbb6/TittaPy-1.3.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc47b7c5a49acc7119653975bcdbd786d53efd8b19e704c9ceb74d98b8ee3628",
                "md5": "830f2015c6463c4fb285cb6615004d2b",
                "sha256": "c02dd506d6b011ea2df2645b30a92782ad5ba7f6384c5a6dfc460d288bcba89a"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "830f2015c6463c4fb285cb6615004d2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1746036,
            "upload_time": "2024-01-30T08:27:35",
            "upload_time_iso_8601": "2024-01-30T08:27:35.240554Z",
            "url": "https://files.pythonhosted.org/packages/dc/47/b7c5a49acc7119653975bcdbd786d53efd8b19e704c9ceb74d98b8ee3628/TittaPy-1.3.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a791eb61368dcbf87407cb37f0deb1f8d8905680ea0d6266bba059f338434783",
                "md5": "312ac5efd1878572de699246ace06409",
                "sha256": "7fda46af8ae76d435c1317c821aa96ba16489f40e4c47b3eb98c4da6744987a4"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "312ac5efd1878572de699246ace06409",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1856228,
            "upload_time": "2024-01-30T08:27:36",
            "upload_time_iso_8601": "2024-01-30T08:27:36.689968Z",
            "url": "https://files.pythonhosted.org/packages/a7/91/eb61368dcbf87407cb37f0deb1f8d8905680ea0d6266bba059f338434783/TittaPy-1.3.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "331fef28d79436cdd77b1cb45ce76bae189096652144ae01f63d3d130dd424cf",
                "md5": "dc87cc17de02f8b40d2df4c050bb05a8",
                "sha256": "7792b409a19a0fc72e718185fff988ba0859f63875fb1b0432ef90e5c9503ff0"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc87cc17de02f8b40d2df4c050bb05a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 7581225,
            "upload_time": "2024-01-30T08:27:38",
            "upload_time_iso_8601": "2024-01-30T08:27:38.062259Z",
            "url": "https://files.pythonhosted.org/packages/33/1f/ef28d79436cdd77b1cb45ce76bae189096652144ae01f63d3d130dd424cf/TittaPy-1.3.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2d010e7f6df19295275c92c30dc538207c14ad829e2436abd779c6cc8c59f6a",
                "md5": "461765990ce271a004419b9bc966d4e2",
                "sha256": "1802285d691b69830df53e44d93d084d1318ca59bf1f539a24e81cce5feeeaea"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "461765990ce271a004419b9bc966d4e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1746898,
            "upload_time": "2024-01-30T08:27:40",
            "upload_time_iso_8601": "2024-01-30T08:27:40.032604Z",
            "url": "https://files.pythonhosted.org/packages/b2/d0/10e7f6df19295275c92c30dc538207c14ad829e2436abd779c6cc8c59f6a/TittaPy-1.3.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d27de022990a2e3943e21184cbf3741d3fff65e716a2f1817742a387decb5d36",
                "md5": "abe370ca5a3856e795f3a408f90d05b0",
                "sha256": "3bd8cde8f9ae12e1c89fdc9d8a98b1fc14995fa3a4b5a25331874683c3d040f2"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "abe370ca5a3856e795f3a408f90d05b0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1860340,
            "upload_time": "2024-01-30T08:27:41",
            "upload_time_iso_8601": "2024-01-30T08:27:41.446766Z",
            "url": "https://files.pythonhosted.org/packages/d2/7d/e022990a2e3943e21184cbf3741d3fff65e716a2f1817742a387decb5d36/TittaPy-1.3.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6517eb1addc3e6bcec0a62da4177f65e1c30fd04a7b30a1240e594a402a3dc62",
                "md5": "14120d2d4543a117396e322afcd20cfd",
                "sha256": "546b39210770df1ff6fee6797d7510725d58e6f6fb4d6a78592c8813da96da59"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14120d2d4543a117396e322afcd20cfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 7593934,
            "upload_time": "2024-01-30T08:27:42",
            "upload_time_iso_8601": "2024-01-30T08:27:42.867239Z",
            "url": "https://files.pythonhosted.org/packages/65/17/eb1addc3e6bcec0a62da4177f65e1c30fd04a7b30a1240e594a402a3dc62/TittaPy-1.3.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36d0c6bd9a20721acff306c67b5b8867fb20e2fbabde5dbc7fd36ef6a4e51870",
                "md5": "6d908ad7053a00b7c250eea653259f4e",
                "sha256": "045a9c549786e519af80b6295ffddcbd661a3c858fbc6c3511df86813041ebed"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6d908ad7053a00b7c250eea653259f4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1745928,
            "upload_time": "2024-01-30T08:27:44",
            "upload_time_iso_8601": "2024-01-30T08:27:44.635503Z",
            "url": "https://files.pythonhosted.org/packages/36/d0/c6bd9a20721acff306c67b5b8867fb20e2fbabde5dbc7fd36ef6a4e51870/TittaPy-1.3.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb9d5d48619ad23f3b397e4eb4ae250018e50d2eae089577b533a777d0fb5ce6",
                "md5": "1dd01ac5196648eb59c99d66b1b80a7b",
                "sha256": "0239117506cec7476ccf2211e80f3cc3c0d4a3a3e36428bd83796ab4c9eaebbb"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1dd01ac5196648eb59c99d66b1b80a7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1854636,
            "upload_time": "2024-01-30T08:27:45",
            "upload_time_iso_8601": "2024-01-30T08:27:45.957395Z",
            "url": "https://files.pythonhosted.org/packages/fb/9d/5d48619ad23f3b397e4eb4ae250018e50d2eae089577b533a777d0fb5ce6/TittaPy-1.3.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6a1e8132bb846f7613181a82200ac269ea0ca213e457b02d30065a6304881d",
                "md5": "f288d52146ca34e4babbe2ed07013ef3",
                "sha256": "47708112408f69fc9d4954c71e8172cf2074dbe0958691e238dc730157b2d03e"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f288d52146ca34e4babbe2ed07013ef3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 7561574,
            "upload_time": "2024-01-30T08:27:47",
            "upload_time_iso_8601": "2024-01-30T08:27:47.404637Z",
            "url": "https://files.pythonhosted.org/packages/4d/6a/1e8132bb846f7613181a82200ac269ea0ca213e457b02d30065a6304881d/TittaPy-1.3.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec92a820864bc276d2658c2e6fcec617863bb156e61a17dc515f83df92ba905e",
                "md5": "c376ead89ad564cf87db707bfe933829",
                "sha256": "a29c03c33d773ba3a9c6eca7c85d7084e117379cf00c19b8d89c6625b2818441"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c376ead89ad564cf87db707bfe933829",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1766576,
            "upload_time": "2024-01-30T08:27:48",
            "upload_time_iso_8601": "2024-01-30T08:27:48.945243Z",
            "url": "https://files.pythonhosted.org/packages/ec/92/a820864bc276d2658c2e6fcec617863bb156e61a17dc515f83df92ba905e/TittaPy-1.3.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06f71dfaad0ae7532a694f1e1f5ff9696a7799e8f8623065a2f6d86896816b7f",
                "md5": "9818af4d5326a13c66a9c0c4746e2e85",
                "sha256": "a3a925bb3a15905a7eacbada4d490fe7df28d4e77363ea527875af21cfa7f898"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9818af4d5326a13c66a9c0c4746e2e85",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1854952,
            "upload_time": "2024-01-30T08:27:50",
            "upload_time_iso_8601": "2024-01-30T08:27:50.907814Z",
            "url": "https://files.pythonhosted.org/packages/06/f7/1dfaad0ae7532a694f1e1f5ff9696a7799e8f8623065a2f6d86896816b7f/TittaPy-1.3.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4404bcfccab922a652e34e15b878905db90153d0958e3f64115c2e032b8d0306",
                "md5": "f73147caf6f4bc560348c10ff1f2f091",
                "sha256": "5787c7d745ad9a2b79ee96ed6873818a6548334936c519e08a3356acdef4c0a0"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f73147caf6f4bc560348c10ff1f2f091",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 7554503,
            "upload_time": "2024-01-30T08:27:52",
            "upload_time_iso_8601": "2024-01-30T08:27:52.728686Z",
            "url": "https://files.pythonhosted.org/packages/44/04/bcfccab922a652e34e15b878905db90153d0958e3f64115c2e032b8d0306/TittaPy-1.3.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52e1a51b69531aa7170c9ea03c7606b1b5dc643d8e6f1b22a0c4cf4d9e2c801b",
                "md5": "42eb9592018bebfb1b4eab6acd13a111",
                "sha256": "309cd2a51aec9cfadf63e1be4db8b8cf9a0277ab36ec06dca1e2d49c80892dca"
            },
            "downloads": -1,
            "filename": "TittaPy-1.3.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "42eb9592018bebfb1b4eab6acd13a111",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1741704,
            "upload_time": "2024-01-30T08:27:54",
            "upload_time_iso_8601": "2024-01-30T08:27:54.889392Z",
            "url": "https://files.pythonhosted.org/packages/52/e1/a51b69531aa7170c9ea03c7606b1b5dc643d8e6f1b22a0c4cf4d9e2c801b/TittaPy-1.3.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-30 08:27:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dcnieho",
    "github_project": "Titta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tittapy"
}
        
Elapsed time: 0.17140s