mget3


Namemget3 JSON
Version 3.1.0 PyPI version JSON
download
home_pageNone
SummaryMarine Geospatial Ecology Tools: access and manipulate marine ecological and oceanographic data
upload_time2024-10-10 15:56:01
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.9
licenseBSD 3-Clause License Copyright (c) 2024, Jason J Roberts 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. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. 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. =============================================================================== Additional licenses and notices for software that has been included: =============================================================================== For the file src/GeoEco/Matlab/_Matlab/InpaintNaNs.m: ----------------------------------------------------- Copyright (c) 2009, John D'Errico All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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 OWNER 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.
keywords marine geospatial ecology gis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Marine Geospatial Ecology Tools (MGET)

<img src="https://github.com/jjrob/MGET/blob/main/doc/GeoEco/static/MGET_Logo.png?raw=true" align="right"/>

**MGET**, also known as the **GeoEco** Python library, helps researchers
access, manipulate, and analyze ecological and oceanographic data. MGET can be
accessed through the GeoEco Python API or an associated ArcGIS geoprocessing
toolbox.

MGET was developed by the Duke University [Marine Geospatial Ecology
Lab](https://mgel.env.duke.edu/).

[![Python](https://github.com/jjrob/MGET/blob/main/badges/Python.svg)](https://python.org/) ![Platforms](https://github.com/jjrob/MGET/blob/main/badges/Platforms.svg) [![PyPI package](https://github.com/jjrob/MGET/blob/main/badges/PyPI.svg)](https://pypi.org/project/mget3/) [![conda-forge package](https://img.shields.io/conda/vn/conda-forge/mget3.svg?style=plastic&logo=condaforge&logoColor=white)](https://anaconda.org/conda-forge/mget3)  
[![Build and test wheels status](https://github.com/jjrob/MGET/actions/workflows/build-wheels.yml/badge.svg)](https://github.com/jjrob/MGET/actions/workflows/build-wheels.yml) [![Data Products tests status](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/jjrob/c3761a6823cbf5aaded07b64fa4964b8/raw/badge.json)](https://github.com/jjrob/MGET/actions/workflows/test-data-products.yml) [![Documentation status](https://readthedocs.org/projects/mget/badge/?version=stable&style=plastic)](https://mget.readthedocs.io/en/stable/?badge=stable)

## Installation

MGET requires 64-bit Python 3.9–3.12 running on Windows or Linux. For full
functionality, ArcGIS Pro 3.2.2 or later or ArcGIS Server 11.2 or later is
also required, along with some freely-available software. MGET can be
installed with `pip install mget3`, but please see the platform-specific
instructions below to ensure all prerequisites are met.

* [Windows with ArcGIS Pro or Server](https://mget.readthedocs.io/en/stable/WindowsWithArc.html)
* [Windows without ArcGIS](https://mget.readthedocs.io/en/stable/WindowsWithoutArc.html)
* [Linux with ArcGIS Server](https://mget.readthedocs.io/en/stable/LinuxWithArc.html)
* [Linux without ArcGIS](https://mget.readthedocs.io/en/stable/LinuxWithoutArc.html)
* [Windows with Python 2.x and ArcGIS Desktop (no longer maintained)](https://mget.readthedocs.io/en/stable/WindowsWithArcDesktop.html)

> **Ⓘ Note**
>
> We are still in the process of porting MGET for Python 2.7 and ArcGIS
> Desktop to work with Python 3.x and ArcGIS Pro and Server. Not everything
> has been ported yet. If you have questions about something that is missing,
> please post a question to the [discussion
> forum](https://github.com/jjrob/MGET/discussions).

## Usage Examples

* [GeoEco Python Library](https://mget.readthedocs.io/en/stable/PythonExamples.html)
* [MGET ArcGIS Geoprocessing Toolbox](https://mget.readthedocs.io/en/stable/ArcGISToolboxExamples.html)

## Getting Help and Reporting Bugs

* If you have a question, please post to the [discussion forum](https://github.com/jjrob/MGET/discussions).
* If you find a bug, please [report an issue](https://github.com/jjrob/MGET/issues).

## Citation

MGET was originally documented by the following paper. Although much of the
underlying software architecture has changed since 2010, the overall concept
remains, of using Python to integrate useful code implemented in several
languages and to expose it as an ArcGIS geoprocessing toolbox. If you find
MGET is useful in your work, please cite this paper in your publication. If
you are unable to access the paper, please email jason.roberts@duke.edu for a
copy.

Roberts JJ, Best BD, Dunn DC, Treml EA, Halpin PN (2010) Marine Geospatial
Ecology Tools: An integrated framework for ecological geoprocessing with
ArcGIS, Python, R, MATLAB, and C++. Environmental Modelling & Software
25:1197–1207. doi:
[10.1016/j.envsoft.2010.03.029](https://doi.org/10.1016/j.envsoft.2010.03.029)

## Documentation

* [Public API](https://mget.readthedocs.io/en/stable/PublicAPI.html)
* [Internal API](https://mget.readthedocs.io/en/stable/InternalAPI.html)
* [For MGET Developers](https://mget.readthedocs.io/en/stable/Development.html)
* [Release Notes](https://github.com/jjrob/MGET/blob/main/RELEASE_NOTES.md)

## License

MGET uses the [BSD-3-Clause](https://opensource.org/licenses/bsd-3-clause)
open source software license. MGET incorporates other open source software.
Please see the LICENSE file included with MGET for associated software license
statements for these components. We are grateful to these developers for
making their work freely reusable.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mget3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "marine, geospatial, ecology, gis",
    "author": null,
    "author_email": "Jason Roberts <jason.roberts@duke.edu>",
    "download_url": "https://files.pythonhosted.org/packages/85/99/1337d08408281731604a12ff8188f03a22ab72b65d84fe5b3b6534c0bee4/mget3-3.1.0.tar.gz",
    "platform": null,
    "description": "# Marine Geospatial Ecology Tools (MGET)\n\n<img src=\"https://github.com/jjrob/MGET/blob/main/doc/GeoEco/static/MGET_Logo.png?raw=true\" align=\"right\"/>\n\n**MGET**, also known as the **GeoEco** Python library, helps researchers\naccess, manipulate, and analyze ecological and oceanographic data. MGET can be\naccessed through the GeoEco Python API or an associated ArcGIS geoprocessing\ntoolbox.\n\nMGET was developed by the Duke University [Marine Geospatial Ecology\nLab](https://mgel.env.duke.edu/).\n\n[![Python](https://github.com/jjrob/MGET/blob/main/badges/Python.svg)](https://python.org/) ![Platforms](https://github.com/jjrob/MGET/blob/main/badges/Platforms.svg) [![PyPI package](https://github.com/jjrob/MGET/blob/main/badges/PyPI.svg)](https://pypi.org/project/mget3/) [![conda-forge package](https://img.shields.io/conda/vn/conda-forge/mget3.svg?style=plastic&logo=condaforge&logoColor=white)](https://anaconda.org/conda-forge/mget3)  \n[![Build and test wheels status](https://github.com/jjrob/MGET/actions/workflows/build-wheels.yml/badge.svg)](https://github.com/jjrob/MGET/actions/workflows/build-wheels.yml) [![Data Products tests status](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/jjrob/c3761a6823cbf5aaded07b64fa4964b8/raw/badge.json)](https://github.com/jjrob/MGET/actions/workflows/test-data-products.yml) [![Documentation status](https://readthedocs.org/projects/mget/badge/?version=stable&style=plastic)](https://mget.readthedocs.io/en/stable/?badge=stable)\n\n## Installation\n\nMGET requires 64-bit Python 3.9\u20133.12 running on Windows or Linux. For full\nfunctionality, ArcGIS Pro 3.2.2 or later or ArcGIS Server 11.2 or later is\nalso required, along with some freely-available software. MGET can be\ninstalled with `pip install mget3`, but please see the platform-specific\ninstructions below to ensure all prerequisites are met.\n\n* [Windows with ArcGIS Pro or Server](https://mget.readthedocs.io/en/stable/WindowsWithArc.html)\n* [Windows without ArcGIS](https://mget.readthedocs.io/en/stable/WindowsWithoutArc.html)\n* [Linux with ArcGIS Server](https://mget.readthedocs.io/en/stable/LinuxWithArc.html)\n* [Linux without ArcGIS](https://mget.readthedocs.io/en/stable/LinuxWithoutArc.html)\n* [Windows with Python 2.x and ArcGIS Desktop (no longer maintained)](https://mget.readthedocs.io/en/stable/WindowsWithArcDesktop.html)\n\n> **\u24be Note**\n>\n> We are still in the process of porting MGET for Python 2.7 and ArcGIS\n> Desktop to work with Python 3.x and ArcGIS Pro and Server. Not everything\n> has been ported yet. If you have questions about something that is missing,\n> please post a question to the [discussion\n> forum](https://github.com/jjrob/MGET/discussions).\n\n## Usage Examples\n\n* [GeoEco Python Library](https://mget.readthedocs.io/en/stable/PythonExamples.html)\n* [MGET ArcGIS Geoprocessing Toolbox](https://mget.readthedocs.io/en/stable/ArcGISToolboxExamples.html)\n\n## Getting Help and Reporting Bugs\n\n* If you have a question, please post to the [discussion forum](https://github.com/jjrob/MGET/discussions).\n* If you find a bug, please [report an issue](https://github.com/jjrob/MGET/issues).\n\n## Citation\n\nMGET was originally documented by the following paper. Although much of the\nunderlying software architecture has changed since 2010, the overall concept\nremains, of using Python to integrate useful code implemented in several\nlanguages and to expose it as an ArcGIS geoprocessing toolbox. If you find\nMGET is useful in your work, please cite this paper in your publication. If\nyou are unable to access the paper, please email jason.roberts@duke.edu for a\ncopy.\n\nRoberts JJ, Best BD, Dunn DC, Treml EA, Halpin PN (2010) Marine Geospatial\nEcology Tools: An integrated framework for ecological geoprocessing with\nArcGIS, Python, R, MATLAB, and C++. Environmental Modelling & Software\n25:1197\u20131207. doi:\n[10.1016/j.envsoft.2010.03.029](https://doi.org/10.1016/j.envsoft.2010.03.029)\n\n## Documentation\n\n* [Public API](https://mget.readthedocs.io/en/stable/PublicAPI.html)\n* [Internal API](https://mget.readthedocs.io/en/stable/InternalAPI.html)\n* [For MGET Developers](https://mget.readthedocs.io/en/stable/Development.html)\n* [Release Notes](https://github.com/jjrob/MGET/blob/main/RELEASE_NOTES.md)\n\n## License\n\nMGET uses the [BSD-3-Clause](https://opensource.org/licenses/bsd-3-clause)\nopen source software license. MGET incorporates other open source software.\nPlease see the LICENSE file included with MGET for associated software license\nstatements for these components. We are grateful to these developers for\nmaking their work freely reusable.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2024, Jason J Roberts  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.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  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.  =============================================================================== Additional licenses and notices for software that has been included: ===============================================================================  For the file src/GeoEco/Matlab/_Matlab/InpaintNaNs.m: -----------------------------------------------------  Copyright (c) 2009, John D'Errico All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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 OWNER 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. ",
    "summary": "Marine Geospatial Ecology Tools: access and manipulate marine ecological and oceanographic data",
    "version": "3.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jjrob/MGET"
    },
    "split_keywords": [
        "marine",
        " geospatial",
        " ecology",
        " gis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56795a1d85e47597f3a9857632615b8eda3929721bbdfef41def22f3f7b6bc0a",
                "md5": "a50e285f6f0068435cdf6b6261fbab5f",
                "sha256": "2b0e202bc5d269abfa2174f148f6237dcf3d5071ea5df82ab42c26ac4fc50454"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a50e285f6f0068435cdf6b6261fbab5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 1026506,
            "upload_time": "2024-10-10T15:55:38",
            "upload_time_iso_8601": "2024-10-10T15:55:38.083033Z",
            "url": "https://files.pythonhosted.org/packages/56/79/5a1d85e47597f3a9857632615b8eda3929721bbdfef41def22f3f7b6bc0a/mget3-3.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e2fd76ebbe5f19131341437581bd39c94d1eea6ac24afa7c7d9e263134270f2",
                "md5": "8a34cec325dea73636e10c75abb64879",
                "sha256": "f023066a0ee6c68e73aab9a88bcbc615abdf94739eca4738281fad6fdd13f293"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a34cec325dea73636e10c75abb64879",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 1023398,
            "upload_time": "2024-10-10T15:55:40",
            "upload_time_iso_8601": "2024-10-10T15:55:40.462336Z",
            "url": "https://files.pythonhosted.org/packages/0e/2f/d76ebbe5f19131341437581bd39c94d1eea6ac24afa7c7d9e263134270f2/mget3-3.1.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37c1b546c969809ce9bcdc0be3445822dd895cf5f86dab95f811beeaaa05e9bc",
                "md5": "c63e9396e67db5f91167618f2dbc355e",
                "sha256": "05cc4fd4b511e34771ad358fe0f4458530ab7b993f4c062818a516a722d1f943"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c63e9396e67db5f91167618f2dbc355e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.9",
            "size": 1010238,
            "upload_time": "2024-10-10T15:55:42",
            "upload_time_iso_8601": "2024-10-10T15:55:42.476911Z",
            "url": "https://files.pythonhosted.org/packages/37/c1/b546c969809ce9bcdc0be3445822dd895cf5f86dab95f811beeaaa05e9bc/mget3-3.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6545be5a5be1a5d0355edd8c1800a981d83b04a653318e4f2854ffcf75887358",
                "md5": "3bcdb2693017e5bfb84d4a128867b615",
                "sha256": "16ce224e111304737351ff5adb8d25a84b49c06f33cae0ecb49f965e6d0339cd"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3bcdb2693017e5bfb84d4a128867b615",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 1025662,
            "upload_time": "2024-10-10T15:55:44",
            "upload_time_iso_8601": "2024-10-10T15:55:44.173420Z",
            "url": "https://files.pythonhosted.org/packages/65/45/be5a5be1a5d0355edd8c1800a981d83b04a653318e4f2854ffcf75887358/mget3-3.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdab4c23bd4f2d75055f9c3d4a792bfa1188ca5ca42425849f89f7451b4a82bd",
                "md5": "89e037aed3e7c6af8137d0e52f93db73",
                "sha256": "f2ff77109ad376edcefd150bf0fee3866bbde36e87a2979eae713248a75d0ee7"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "89e037aed3e7c6af8137d0e52f93db73",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 1022605,
            "upload_time": "2024-10-10T15:55:46",
            "upload_time_iso_8601": "2024-10-10T15:55:46.334875Z",
            "url": "https://files.pythonhosted.org/packages/cd/ab/4c23bd4f2d75055f9c3d4a792bfa1188ca5ca42425849f89f7451b4a82bd/mget3-3.1.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4b723fb27bb9e80fbdb2711740357d015e66f7fa8b3fad3cddda78b768e384",
                "md5": "ff7406b151a2144ca6894e0b15039877",
                "sha256": "cdf524272402dbd885b1d6ca96ddb105f882a1e3ad75148aa6ac7cd2c51adff0"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ff7406b151a2144ca6894e0b15039877",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.9",
            "size": 1010201,
            "upload_time": "2024-10-10T15:55:48",
            "upload_time_iso_8601": "2024-10-10T15:55:48.611398Z",
            "url": "https://files.pythonhosted.org/packages/fe/4b/723fb27bb9e80fbdb2711740357d015e66f7fa8b3fad3cddda78b768e384/mget3-3.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f0651a6b11d9a04608d9c71284f85f042ef60ce2edfa51cd0d535f0b49e9c84",
                "md5": "45d277797cad6faf7c6d59f0ef9be5c2",
                "sha256": "623b87a14dd26c24bb173e26bf0fb50669f5dfa0e352d1abcfe82fcbe0d8af96"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "45d277797cad6faf7c6d59f0ef9be5c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 1025938,
            "upload_time": "2024-10-10T15:55:50",
            "upload_time_iso_8601": "2024-10-10T15:55:50.171592Z",
            "url": "https://files.pythonhosted.org/packages/3f/06/51a6b11d9a04608d9c71284f85f042ef60ce2edfa51cd0d535f0b49e9c84/mget3-3.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d7a15e19d4d797d3931356a8cc5d1063d04c0a9828c40c7477315ca37d53181",
                "md5": "9340b69b615579c270f4f7a38d2497fe",
                "sha256": "bd9db79263cf825fcbc5bafbaaa0fafdc3ff82cfdc7be2132a4b8956e823f571"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9340b69b615579c270f4f7a38d2497fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 1022856,
            "upload_time": "2024-10-10T15:55:52",
            "upload_time_iso_8601": "2024-10-10T15:55:52.360843Z",
            "url": "https://files.pythonhosted.org/packages/8d/7a/15e19d4d797d3931356a8cc5d1063d04c0a9828c40c7477315ca37d53181/mget3-3.1.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46d85a6e22221df7dec1afff163e6054576d25d5c6277bd825a675d9b86e1bfa",
                "md5": "f89c037a4e697bea4ffc47d20bf1c1ed",
                "sha256": "d91be052f22ce5540670806cba3cbce5c37360b3aa412a38c7ec86069a19d7f6"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f89c037a4e697bea4ffc47d20bf1c1ed",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.9",
            "size": 1010189,
            "upload_time": "2024-10-10T15:55:54",
            "upload_time_iso_8601": "2024-10-10T15:55:54.495137Z",
            "url": "https://files.pythonhosted.org/packages/46/d8/5a6e22221df7dec1afff163e6054576d25d5c6277bd825a675d9b86e1bfa/mget3-3.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4972e5fddcf5699e407ea53e71e6f4790e9523241cffd05fec0f5cd317b7e29",
                "md5": "d84ffce214b182ed6b3230d3d3a6bec6",
                "sha256": "9090fa86dfce00c86a0af7183d0b07e239aeea4785b7a7ee75405e7500c52955"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d84ffce214b182ed6b3230d3d3a6bec6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 1026295,
            "upload_time": "2024-10-10T15:55:56",
            "upload_time_iso_8601": "2024-10-10T15:55:56.348808Z",
            "url": "https://files.pythonhosted.org/packages/d4/97/2e5fddcf5699e407ea53e71e6f4790e9523241cffd05fec0f5cd317b7e29/mget3-3.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb181d2270bd5f191c03d2cb91ae95525196d9880994f4b5722581725fbf92b9",
                "md5": "b19e807baee6a928370d9024aefc786a",
                "sha256": "63d6e051f94a94911b696bef65220e95843ff47c2d1e5adeb8c6980bd6db24cd"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b19e807baee6a928370d9024aefc786a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 1023223,
            "upload_time": "2024-10-10T15:55:57",
            "upload_time_iso_8601": "2024-10-10T15:55:57.715938Z",
            "url": "https://files.pythonhosted.org/packages/bb/18/1d2270bd5f191c03d2cb91ae95525196d9880994f4b5722581725fbf92b9/mget3-3.1.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47fb89e8bfdf53eb52deb850480f09128be3653bbb0f37727178b35ff245e56b",
                "md5": "bbe25bc4e0dc40ea8ba62523bc1d835c",
                "sha256": "90f230c648b4cfef5eb812ddb3bdfcaf041b6fba992b14664d642138a2e71e4b"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bbe25bc4e0dc40ea8ba62523bc1d835c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.9",
            "size": 1010221,
            "upload_time": "2024-10-10T15:55:59",
            "upload_time_iso_8601": "2024-10-10T15:55:59.103691Z",
            "url": "https://files.pythonhosted.org/packages/47/fb/89e8bfdf53eb52deb850480f09128be3653bbb0f37727178b35ff245e56b/mget3-3.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85991337d08408281731604a12ff8188f03a22ab72b65d84fe5b3b6534c0bee4",
                "md5": "06039a702472f04da8211f7f650df6e3",
                "sha256": "2edeeb6e80eab1a209ce0a9175e26494e62e4916ebd5409172faa57639dc33a4"
            },
            "downloads": -1,
            "filename": "mget3-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "06039a702472f04da8211f7f650df6e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 59123322,
            "upload_time": "2024-10-10T15:56:01",
            "upload_time_iso_8601": "2024-10-10T15:56:01.902344Z",
            "url": "https://files.pythonhosted.org/packages/85/99/1337d08408281731604a12ff8188f03a22ab72b65d84fe5b3b6534c0bee4/mget3-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 15:56:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jjrob",
    "github_project": "MGET",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mget3"
}
        
Elapsed time: 0.44389s