tracktable


Nametracktable JSON
Version 1.7.3 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-07-15 03:09:02
maintainer"Andy Wilson"
docs_urlNone
authorAndy Wilson, Danny Rintoul, Chris Valicka, Ben Newton, Paul Schrum, Phil Baxley, Kat Ward, Rick Vinyard, Michael Scoggin, Michael Fadem, Geoff Danielson, Erik Strobert
requires_python>=3.9
licenseNone
keywords trajectory analysis visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to Tracktable!

Tracktable is a set of Python and C++ libraries for the processing,
analysis, and rendering of trajectory data.  We define a trajectory as
"a sequence of points with timestamps and a unique identifier".

Tracktable's main interface is a set of Python modules.  Underneath
that, we implement the core data structures and algorithms in C++ for
speed and more efficient memory use.  While you are welcome to work
entirely in C++ if you prefer, we find it easier to use Tracktable in
Python scripts and Jupyter notebooks.

For more information, please visit us at the [Tracktable home
page](https://tracktable.sandia.gov).

# Getting Tracktable

Our main Git repository is at <https://github.com/sandialabs/tracktable.git>.
We also upload Python wheels to [PyPI](https://pypi.org) so you can
'pip install tracktable' on most recent distributions.

If you choose to build from source, installation instructions are in
the Git repository as part of the documentation.

# Compatibility

Our development systems typically have the [Anaconda Python
distribution](https://anaconda.com) installed.  However, there is
nothing Anaconda-specific in our requirements or dependencies.  We
rely on [Cartopy](https://scitools.org.uk/cartopy) for rendering maps
in Python as well as Pyshp for shapefile read/write support.



# Using Tracktable

Our documentation is hosted at <https://tracktable.readthedocs.org>.
We distribute Tracktable under a 3-clause BSD license whose text is
included in the source distribution as well as on
[our web site](https://tracktable.sandia.gov/license.html "Tracktable License").

### Copyright Notice

Copyright (c) 2014-2023 National Technology and Engineering
Solutions of Sandia, LLC. Under the terms of Contract DE-NA0003525
with National Technology and Engineering Solutions of Sandia, LLC,
the U.S. Government retains certain rights in this software.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tracktable",
    "maintainer": "\"Andy Wilson\"",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Andy Wilson <atwilso@sandia.gov>, Phil Baxley <pabaxle@sandia.gov>",
    "keywords": "trajectory, analysis, visualization",
    "author": "Andy Wilson, Danny Rintoul, Chris Valicka, Ben Newton, Paul Schrum, Phil Baxley, Kat Ward, Rick Vinyard, Michael Scoggin, Michael Fadem, Geoff Danielson, Erik Strobert",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# Welcome to Tracktable!\n\nTracktable is a set of Python and C++ libraries for the processing,\nanalysis, and rendering of trajectory data.  We define a trajectory as\n\"a sequence of points with timestamps and a unique identifier\".\n\nTracktable's main interface is a set of Python modules.  Underneath\nthat, we implement the core data structures and algorithms in C++ for\nspeed and more efficient memory use.  While you are welcome to work\nentirely in C++ if you prefer, we find it easier to use Tracktable in\nPython scripts and Jupyter notebooks.\n\nFor more information, please visit us at the [Tracktable home\npage](https://tracktable.sandia.gov).\n\n# Getting Tracktable\n\nOur main Git repository is at <https://github.com/sandialabs/tracktable.git>.\nWe also upload Python wheels to [PyPI](https://pypi.org) so you can\n'pip install tracktable' on most recent distributions.\n\nIf you choose to build from source, installation instructions are in\nthe Git repository as part of the documentation.\n\n# Compatibility\n\nOur development systems typically have the [Anaconda Python\ndistribution](https://anaconda.com) installed.  However, there is\nnothing Anaconda-specific in our requirements or dependencies.  We\nrely on [Cartopy](https://scitools.org.uk/cartopy) for rendering maps\nin Python as well as Pyshp for shapefile read/write support.\n\n\n\n# Using Tracktable\n\nOur documentation is hosted at <https://tracktable.readthedocs.org>.\nWe distribute Tracktable under a 3-clause BSD license whose text is\nincluded in the source distribution as well as on\n[our web site](https://tracktable.sandia.gov/license.html \"Tracktable License\").\n\n### Copyright Notice\n\nCopyright (c) 2014-2023 National Technology and Engineering\nSolutions of Sandia, LLC. Under the terms of Contract DE-NA0003525\nwith National Technology and Engineering Solutions of Sandia, LLC,\nthe U.S. Government retains certain rights in this software.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions\nare met:\n\n1. Redistributions of source code must retain the above copyright\n   notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n   notice, this list of conditions and the following disclaimer in the\n   documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "1.7.3",
    "project_urls": {
        "changelog": "https://github.com/sandialabs/tracktable/blob/main/CHANGELOG.md",
        "documentation": "https://tracktable.readthedocs.io",
        "homepage": "https://tracktable.sandia.gov",
        "repository": "https://github.com/sandialabs/tracktable"
    },
    "split_keywords": [
        "trajectory",
        " analysis",
        " visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61ecc8b6eb604c78cf9ca3b583e16cb3d7d12ed826ef2eebbe642cf61036684b",
                "md5": "842cd7290a3d5c97d1bdf6a2aced743a",
                "sha256": "03e0f7bd91afe95f733d1329780281cb7c024bce5691a43d2ede15818888899c"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp310-none-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "842cd7290a3d5c97d1bdf6a2aced743a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 6366710,
            "upload_time": "2025-07-15T03:09:02",
            "upload_time_iso_8601": "2025-07-15T03:09:02.919765Z",
            "url": "https://files.pythonhosted.org/packages/61/ec/c8b6eb604c78cf9ca3b583e16cb3d7d12ed826ef2eebbe642cf61036684b/tracktable-1.7.3-cp310-none-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e1ab70a863b901996f2eef485760e9851c6e6a3bf13a54b46814060acdcc7cd",
                "md5": "c99b372c36c96413c0d9bd4570dfb206",
                "sha256": "6f8a505a1bbf9d330ddb58415ca417bc9f25910721961c1654be5cc66cde3cd0"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp310-none-macosx_15_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c99b372c36c96413c0d9bd4570dfb206",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7091387,
            "upload_time": "2025-07-15T03:09:40",
            "upload_time_iso_8601": "2025-07-15T03:09:40.791692Z",
            "url": "https://files.pythonhosted.org/packages/8e/1a/b70a863b901996f2eef485760e9851c6e6a3bf13a54b46814060acdcc7cd/tracktable-1.7.3-cp310-none-macosx_15_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e48b02ee7ca21dc4ac9c161dabf5f36af3d0035d0679d6980bca84b4f6f92f40",
                "md5": "dc286656f3fac413f4764a2ba461ae0c",
                "sha256": "dd74a0abaa8335beb57f0533dc3711214ede666153351a0e6487beae93362985"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp310-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc286656f3fac413f4764a2ba461ae0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 7680716,
            "upload_time": "2025-07-15T03:08:30",
            "upload_time_iso_8601": "2025-07-15T03:08:30.465088Z",
            "url": "https://files.pythonhosted.org/packages/e4/8b/02ee7ca21dc4ac9c161dabf5f36af3d0035d0679d6980bca84b4f6f92f40/tracktable-1.7.3-cp310-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad8420d9261d2f9d860f1fad9938b18dea54bf3b57663492d3e491c94fab2043",
                "md5": "e7305bcccc5deabb69c4cae7e9fcb333",
                "sha256": "4ebe964a58d3ba6cc6636a6c0a84e02522142fb9b991059c96d24b4750d8397c"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e7305bcccc5deabb69c4cae7e9fcb333",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 5778837,
            "upload_time": "2025-07-15T03:10:35",
            "upload_time_iso_8601": "2025-07-15T03:10:35.875781Z",
            "url": "https://files.pythonhosted.org/packages/ad/84/20d9261d2f9d860f1fad9938b18dea54bf3b57663492d3e491c94fab2043/tracktable-1.7.3-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60e004a55e444ce1562feed598e271c782b703f78c465fb0456a7d3c8735ff63",
                "md5": "dcc2b141a24a27eb122b971777d47027",
                "sha256": "d9fdef9cae1be8c2dfa2aefc8ca77ed0dd393d84d8ac9ac45e0ccdd9d6e874e4"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp311-none-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dcc2b141a24a27eb122b971777d47027",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6366779,
            "upload_time": "2025-07-15T03:09:11",
            "upload_time_iso_8601": "2025-07-15T03:09:11.058895Z",
            "url": "https://files.pythonhosted.org/packages/60/e0/04a55e444ce1562feed598e271c782b703f78c465fb0456a7d3c8735ff63/tracktable-1.7.3-cp311-none-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee1a6e3da8f1b6f10e87655f69c71160157cd1c0387c1e43ba44b5b895e149fb",
                "md5": "69165f62619105d26d25fe70c7efa5bf",
                "sha256": "1651d2f9154c9247fac6bc6755999d09c2e8e32345e97e3734bb3acf088efb24"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp311-none-macosx_15_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "69165f62619105d26d25fe70c7efa5bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7091404,
            "upload_time": "2025-07-15T03:09:53",
            "upload_time_iso_8601": "2025-07-15T03:09:53.422186Z",
            "url": "https://files.pythonhosted.org/packages/ee/1a/6e3da8f1b6f10e87655f69c71160157cd1c0387c1e43ba44b5b895e149fb/tracktable-1.7.3-cp311-none-macosx_15_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd41a342d112889414ac8cdeb4d3bdebe67e54af81ad2f88af550bfc5be1afa1",
                "md5": "880e061d5aceedbed34c64eb2d218d23",
                "sha256": "20f6daa5c64f0a38229da30e9da9426be62ad861cbb3ee6ecd45b81de5c3764e"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp311-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "880e061d5aceedbed34c64eb2d218d23",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 7680684,
            "upload_time": "2025-07-15T03:08:38",
            "upload_time_iso_8601": "2025-07-15T03:08:38.866620Z",
            "url": "https://files.pythonhosted.org/packages/bd/41/a342d112889414ac8cdeb4d3bdebe67e54af81ad2f88af550bfc5be1afa1/tracktable-1.7.3-cp311-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15eea7ba0087cae87197243fa0b67d96709b5f39f64a0a4f68e0dd5dae36d90d",
                "md5": "7a8f20e7bc881753a906f7871ae43765",
                "sha256": "e9c7596d18196ca66e4dc5aaf2d401a6454b82e4208ebecdf02c41d7b2d804ee"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7a8f20e7bc881753a906f7871ae43765",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 6219862,
            "upload_time": "2025-07-15T03:10:41",
            "upload_time_iso_8601": "2025-07-15T03:10:41.183603Z",
            "url": "https://files.pythonhosted.org/packages/15/ee/a7ba0087cae87197243fa0b67d96709b5f39f64a0a4f68e0dd5dae36d90d/tracktable-1.7.3-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a4d7d56dc63dae0f340052b4a85db1b700bda73b2645bc232ff1780596d15a1",
                "md5": "2d03a6cb37946ba575dc7a8061864b98",
                "sha256": "75a6180fe4271892d3060c7195750234ecdf4f2aa653e89550dbc354cae08ba6"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp312-none-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2d03a6cb37946ba575dc7a8061864b98",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6389102,
            "upload_time": "2025-07-15T03:09:18",
            "upload_time_iso_8601": "2025-07-15T03:09:18.407812Z",
            "url": "https://files.pythonhosted.org/packages/5a/4d/7d56dc63dae0f340052b4a85db1b700bda73b2645bc232ff1780596d15a1/tracktable-1.7.3-cp312-none-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95df17dca0b6057c6fef44e140ad14f8acded469bbcc4974cf16ffdec270aeaa",
                "md5": "73e2e338d4c9b174cc231f2e8e47716d",
                "sha256": "1e2e049afd802414c93205dfb056f8fb4af6175f72ac61444dba287750128dd0"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp312-none-macosx_15_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73e2e338d4c9b174cc231f2e8e47716d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7115897,
            "upload_time": "2025-07-15T03:10:02",
            "upload_time_iso_8601": "2025-07-15T03:10:02.280323Z",
            "url": "https://files.pythonhosted.org/packages/95/df/17dca0b6057c6fef44e140ad14f8acded469bbcc4974cf16ffdec270aeaa/tracktable-1.7.3-cp312-none-macosx_15_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de7d457e9d60c3d186e73d972cead8ae6c81fffae824b9a69e4ebe8a649cb352",
                "md5": "5bcbe0cbbbe1a4424690c512f4ff4bb7",
                "sha256": "d665282d0bf5ff1698a6ff6dec875d438db9dbbab2373c273b631249ff6c2235"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp312-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bcbe0cbbbe1a4424690c512f4ff4bb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 7667097,
            "upload_time": "2025-07-15T03:08:44",
            "upload_time_iso_8601": "2025-07-15T03:08:44.533398Z",
            "url": "https://files.pythonhosted.org/packages/de/7d/457e9d60c3d186e73d972cead8ae6c81fffae824b9a69e4ebe8a649cb352/tracktable-1.7.3-cp312-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73cb7f19d27938f2a1f154dc7e9778bdf99b5cef629d7c3ba7c3bf23dff7d710",
                "md5": "491799edbcf06310e45e7a97f9201b34",
                "sha256": "bb1b52e35559d0491e264690e7383e2494e8eac1c0389dd141215cd61f3eee1e"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "491799edbcf06310e45e7a97f9201b34",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 6440976,
            "upload_time": "2025-07-15T03:10:45",
            "upload_time_iso_8601": "2025-07-15T03:10:45.931477Z",
            "url": "https://files.pythonhosted.org/packages/73/cb/7f19d27938f2a1f154dc7e9778bdf99b5cef629d7c3ba7c3bf23dff7d710/tracktable-1.7.3-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a43cbe0176598515034d88aec2e2d716d614f142a3b95b060e50717882806c5",
                "md5": "6ca0d3cc0a81da8b3176b94e28a3c68f",
                "sha256": "bf3e741a2972a0adba62a9764d12fedeef578bb87b26367dacae2c316c2a8e84"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp313-none-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6ca0d3cc0a81da8b3176b94e28a3c68f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6389108,
            "upload_time": "2025-07-15T03:09:23",
            "upload_time_iso_8601": "2025-07-15T03:09:23.453478Z",
            "url": "https://files.pythonhosted.org/packages/5a/43/cbe0176598515034d88aec2e2d716d614f142a3b95b060e50717882806c5/tracktable-1.7.3-cp313-none-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da47a61d4dc6a1f1dc4c13589ac24f07df83f0e0a9add005a5e7b6412b47a701",
                "md5": "647389bfe04cfc4dec0c823f6b3d07d3",
                "sha256": "b8a7cab737b607656512858e4aaaab5f790a4f3cf176119c42088760b3bb45ef"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp313-none-macosx_15_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "647389bfe04cfc4dec0c823f6b3d07d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 7115964,
            "upload_time": "2025-07-15T03:10:10",
            "upload_time_iso_8601": "2025-07-15T03:10:10.427807Z",
            "url": "https://files.pythonhosted.org/packages/da/47/a61d4dc6a1f1dc4c13589ac24f07df83f0e0a9add005a5e7b6412b47a701/tracktable-1.7.3-cp313-none-macosx_15_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "763b23ec4188b2f4cc6b8252b87fb9dee5152efc4c653f4ea0a3b9e38b163cc0",
                "md5": "657d73e37e6b9cdb111724a0808c1af5",
                "sha256": "cdcf1e0b5d75ee4552232d4bacb97130a0e012fd253cc731deee32d37ec2025c"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp313-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "657d73e37e6b9cdb111724a0808c1af5",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 7667202,
            "upload_time": "2025-07-15T03:08:51",
            "upload_time_iso_8601": "2025-07-15T03:08:51.776815Z",
            "url": "https://files.pythonhosted.org/packages/76/3b/23ec4188b2f4cc6b8252b87fb9dee5152efc4c653f4ea0a3b9e38b163cc0/tracktable-1.7.3-cp313-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "434914ad46cf1bc0d828ebd74a3ac95b5f795a26ee7384d650449123c3790c00",
                "md5": "2f95ef04604fe016eb868f84e8d9a356",
                "sha256": "1a07bcea6a2d94a0b7c7f27af5ac7e6b7b7772f2253355831a1f242686ae1ee8"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp313-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2f95ef04604fe016eb868f84e8d9a356",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 6577900,
            "upload_time": "2025-07-15T03:10:51",
            "upload_time_iso_8601": "2025-07-15T03:10:51.195718Z",
            "url": "https://files.pythonhosted.org/packages/43/49/14ad46cf1bc0d828ebd74a3ac95b5f795a26ee7384d650449123c3790c00/tracktable-1.7.3-cp313-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e4e276aa8a324d4c2fe3eb129aa45431970beaead8131e7639f6f0968d8954a",
                "md5": "ea429c095f1e1e623254fd6b012c528c",
                "sha256": "4d0bc0f56ca0a98133e388039dfec534722fd4b3fa60bec8072efc1e81e6acd0"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp39-none-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ea429c095f1e1e623254fd6b012c528c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 21709975,
            "upload_time": "2025-07-15T03:10:30",
            "upload_time_iso_8601": "2025-07-15T03:10:30.426090Z",
            "url": "https://files.pythonhosted.org/packages/7e/4e/276aa8a324d4c2fe3eb129aa45431970beaead8131e7639f6f0968d8954a/tracktable-1.7.3-cp39-none-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95efb59db71d4cab7b1132636ffb6dc6c611228de582abf0f5fc2d6b7e7cb57a",
                "md5": "0c7e91d910b2d6d108d89dbcfb909966",
                "sha256": "5e0bba6581594adc27afe0c4103f8d180aa582917a45dfe3c71882c9e4f5f4ac"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp39-none-macosx_15_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0c7e91d910b2d6d108d89dbcfb909966",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 6179649,
            "upload_time": "2025-07-15T03:09:29",
            "upload_time_iso_8601": "2025-07-15T03:09:29.756254Z",
            "url": "https://files.pythonhosted.org/packages/95/ef/b59db71d4cab7b1132636ffb6dc6c611228de582abf0f5fc2d6b7e7cb57a/tracktable-1.7.3-cp39-none-macosx_15_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ac10ea0000767c9458d52cc72ad5c0776c7022f768c7ec83a199d894745bb48",
                "md5": "13ab49057eb33916c2a0c062fa1d6116",
                "sha256": "efcf957b7ae62e8259f55964758c6684e5e6be6b72b0f2d6bd465fc76148b1de"
            },
            "downloads": -1,
            "filename": "tracktable-1.7.3-cp39-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13ab49057eb33916c2a0c062fa1d6116",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 7680850,
            "upload_time": "2025-07-15T03:08:57",
            "upload_time_iso_8601": "2025-07-15T03:08:57.406078Z",
            "url": "https://files.pythonhosted.org/packages/9a/c1/0ea0000767c9458d52cc72ad5c0776c7022f768c7ec83a199d894745bb48/tracktable-1.7.3-cp39-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 03:09:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sandialabs",
    "github_project": "tracktable",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tracktable"
}
        
Elapsed time: 0.98961s