regions


Nameregions JSON
Version 0.9 PyPI version JSON
download
home_pageNone
SummaryAn Astropy coordinated package for region handling
upload_time2024-04-12 19:54:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseCopyright (c) 2015-2023, Regions Developers All rights reserved. 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.
keywords astronomy astrophysics astropy regions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
Regions
=======

|PyPI Version| |Conda Version| |Astropy|

|CI Status| |Codecov Status| |Latest RTD Status|

Regions is an `Astropy`_ package for region handling.

Please see the `online documentation
<https://astropy-regions.readthedocs.io>`_ for `installation
instructions
<https://astropy-regions.readthedocs.io/en/stable/install.html>`_
and usage information.


Citing Regions
--------------

|Zenodo|

If you use Regions for a project that leads to a publication, whether
directly or as a dependency of another package, please include the
following acknowledgment::

    This research made use of Regions, an Astropy package for region
    handling (Bradley et al. 202X).

where (Bradley et al. 202X) is a citation to the `Zenodo
record <https://doi.org/10.5281/zenodo.5826358>`_ of the
Regions version that was used. We also encourage citations in
the main text wherever appropriate. Please see the `CITATION
<https://github.com/astropy/regions/blob/main/regions/CITATION.rst>`_
file for details and an example BibTeX entry.


License
-------

Regions is licensed under a BSD 3-clause license.  Please see the
`LICENSE
<https://github.com/astropy/regions/blob/main/LICENSE.rst>`_ file
for details.


.. |PyPI Version| image::  https://img.shields.io/pypi/v/regions.svg?logo=pypi&logoColor=white&label=PyPI
    :target: https://pypi.org/project/regions/
    :alt: PyPI Latest Release

.. |Conda Version| image:: https://img.shields.io/conda/vn/conda-forge/regions?label=conda%20package
    :target: https://anaconda.org/conda-forge/regions
    :alt: Conda Latest Release

.. |Astropy| image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: https://www.astropy.org/
    :alt: Powered by Astropy

.. |Zenodo| image:: https://zenodo.org/badge/35690635.svg
    :target: https://zenodo.org/badge/latestdoi/35690635

.. |CI Status| image:: https://github.com/astropy/regions/workflows/CI%20Tests/badge.svg#
    :target: https://github.com/astropy/regions/actions
    :alt: CI Status

.. |Codecov Status| image:: https://img.shields.io/codecov/c/github/astropy/regions?logo=codecov
    :target: https://codecov.io/gh/astropy/regions
    :alt: Coverage Status

.. |Stable RTD Status| image:: https://img.shields.io/readthedocs/astropy-regions/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=stable
    :target: https://astropy-regions.readthedocs.io/en/stable/
    :alt: Stable Documentation Status

.. |Latest RTD Status| image:: https://img.shields.io/readthedocs/astropy-regions/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=latest
    :target: https://astropy-regions.readthedocs.io/en/latest/
    :alt: Latest Documentation Status

.. _Astropy: https://www.astropy.org/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "regions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "astronomy, astrophysics, astropy, regions",
    "author": null,
    "author_email": "Regions Developers <astropy.team@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/47/2a/3691e20263719e3b7ea9fba7ece9f669d15792871be6125e2577212c45a1/regions-0.9.tar.gz",
    "platform": null,
    "description": "=======\nRegions\n=======\n\n|PyPI Version| |Conda Version| |Astropy|\n\n|CI Status| |Codecov Status| |Latest RTD Status|\n\nRegions is an `Astropy`_ package for region handling.\n\nPlease see the `online documentation\n<https://astropy-regions.readthedocs.io>`_ for `installation\ninstructions\n<https://astropy-regions.readthedocs.io/en/stable/install.html>`_\nand usage information.\n\n\nCiting Regions\n--------------\n\n|Zenodo|\n\nIf you use Regions for a project that leads to a publication, whether\ndirectly or as a dependency of another package, please include the\nfollowing acknowledgment::\n\n    This research made use of Regions, an Astropy package for region\n    handling (Bradley et al. 202X).\n\nwhere (Bradley et al. 202X) is a citation to the `Zenodo\nrecord <https://doi.org/10.5281/zenodo.5826358>`_ of the\nRegions version that was used. We also encourage citations in\nthe main text wherever appropriate. Please see the `CITATION\n<https://github.com/astropy/regions/blob/main/regions/CITATION.rst>`_\nfile for details and an example BibTeX entry.\n\n\nLicense\n-------\n\nRegions is licensed under a BSD 3-clause license.  Please see the\n`LICENSE\n<https://github.com/astropy/regions/blob/main/LICENSE.rst>`_ file\nfor details.\n\n\n.. |PyPI Version| image::  https://img.shields.io/pypi/v/regions.svg?logo=pypi&logoColor=white&label=PyPI\n    :target: https://pypi.org/project/regions/\n    :alt: PyPI Latest Release\n\n.. |Conda Version| image:: https://img.shields.io/conda/vn/conda-forge/regions?label=conda%20package\n    :target: https://anaconda.org/conda-forge/regions\n    :alt: Conda Latest Release\n\n.. |Astropy| image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat\n    :target: https://www.astropy.org/\n    :alt: Powered by Astropy\n\n.. |Zenodo| image:: https://zenodo.org/badge/35690635.svg\n    :target: https://zenodo.org/badge/latestdoi/35690635\n\n.. |CI Status| image:: https://github.com/astropy/regions/workflows/CI%20Tests/badge.svg#\n    :target: https://github.com/astropy/regions/actions\n    :alt: CI Status\n\n.. |Codecov Status| image:: https://img.shields.io/codecov/c/github/astropy/regions?logo=codecov\n    :target: https://codecov.io/gh/astropy/regions\n    :alt: Coverage Status\n\n.. |Stable RTD Status| image:: https://img.shields.io/readthedocs/astropy-regions/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=stable\n    :target: https://astropy-regions.readthedocs.io/en/stable/\n    :alt: Stable Documentation Status\n\n.. |Latest RTD Status| image:: https://img.shields.io/readthedocs/astropy-regions/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=latest\n    :target: https://astropy-regions.readthedocs.io/en/latest/\n    :alt: Latest Documentation Status\n\n.. _Astropy: https://www.astropy.org/\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2015-2023, Regions Developers All rights reserved.  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. ",
    "summary": "An Astropy coordinated package for region handling",
    "version": "0.9",
    "project_urls": {
        "Documentation": "https://astropy-regions.readthedocs.io/en/stable/",
        "Homepage": "https://github.com/astropy/regions"
    },
    "split_keywords": [
        "astronomy",
        " astrophysics",
        " astropy",
        " regions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "820984df650f25c7070def2ad9ccf2b51e45af117b2e9910988ef5f66c4e0096",
                "md5": "4c40a4716a3a4fda2339d0000526daff",
                "sha256": "52aff9b12bd5ee98543174e54fef013e4b92fcd72c3348430a90dea7aab9f425"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4c40a4716a3a4fda2339d0000526daff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 325065,
            "upload_time": "2024-04-12T19:53:57",
            "upload_time_iso_8601": "2024-04-12T19:53:57.921319Z",
            "url": "https://files.pythonhosted.org/packages/82/09/84df650f25c7070def2ad9ccf2b51e45af117b2e9910988ef5f66c4e0096/regions-0.9-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "832a20d37b5034a52fed59be0354d24f98851ff2e0f40c529aea2160644609bc",
                "md5": "08d9bab6600bb5acb21a7eccb278480f",
                "sha256": "074d6f0d4e09d03b428099eda5d63e2e5d9fcfe7d3129926822cc67b5ac14543"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "08d9bab6600bb5acb21a7eccb278480f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 324232,
            "upload_time": "2024-04-12T19:54:00",
            "upload_time_iso_8601": "2024-04-12T19:54:00.093429Z",
            "url": "https://files.pythonhosted.org/packages/83/2a/20d37b5034a52fed59be0354d24f98851ff2e0f40c529aea2160644609bc/regions-0.9-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a26de796c6f5de80f80a23eb79c522fb225d83aca747f1a4abe01c556d4b5f75",
                "md5": "c85a81ab879cb4e53ab9533c7fc64957",
                "sha256": "4395471f74977475820e53af1ea9a0551547323efade648408d4a39ac43d0de6"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c85a81ab879cb4e53ab9533c7fc64957",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 925463,
            "upload_time": "2024-04-12T19:54:02",
            "upload_time_iso_8601": "2024-04-12T19:54:02.220335Z",
            "url": "https://files.pythonhosted.org/packages/a2/6d/e796c6f5de80f80a23eb79c522fb225d83aca747f1a4abe01c556d4b5f75/regions-0.9-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": "ba11a8ca2588135c2661cbaddb8861748d8cc5bb0e0938b2ba4ecd13f18c0840",
                "md5": "14ea6f94b4d6de9d222d305d64fd5785",
                "sha256": "1fff53a905fa0930f8ad3e2768918aca5f7bdf31322d03e3525c0355a4b66a94"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "14ea6f94b4d6de9d222d305d64fd5785",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 343348,
            "upload_time": "2024-04-12T19:54:04",
            "upload_time_iso_8601": "2024-04-12T19:54:04.280405Z",
            "url": "https://files.pythonhosted.org/packages/ba/11/a8ca2588135c2661cbaddb8861748d8cc5bb0e0938b2ba4ecd13f18c0840/regions-0.9-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f1cffa73d8c64b77e97530753a1045e8a436f70272d39df84d8192e9049872c",
                "md5": "04efa5dd1adc6694677dcdad9c9e2a3b",
                "sha256": "406e49edaca395f2cf34b4d20bcf5b3695985cdd030192c276dfb83e04f92b4e"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "04efa5dd1adc6694677dcdad9c9e2a3b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 324291,
            "upload_time": "2024-04-12T19:54:06",
            "upload_time_iso_8601": "2024-04-12T19:54:06.440650Z",
            "url": "https://files.pythonhosted.org/packages/6f/1c/ffa73d8c64b77e97530753a1045e8a436f70272d39df84d8192e9049872c/regions-0.9-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6335c5759ba41cf83bae62931169d200992cb76d5eee894ea26a1c17e246efc7",
                "md5": "86fa0d417ff53da9c89b74219ed352e2",
                "sha256": "f52d7b5a6309812597ab98118d4ea76418a853af47627303afc48d65c49b6a10"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "86fa0d417ff53da9c89b74219ed352e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 323395,
            "upload_time": "2024-04-12T19:54:08",
            "upload_time_iso_8601": "2024-04-12T19:54:08.491032Z",
            "url": "https://files.pythonhosted.org/packages/63/35/c5759ba41cf83bae62931169d200992cb76d5eee894ea26a1c17e246efc7/regions-0.9-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb41e5de27818a38ba260eaddcaf3295bec2c1413c2aae7f7f6e7ae1eaaadc18",
                "md5": "182b0f2f328c8e20e831692c801bd069",
                "sha256": "ee7b7276793f6d5fb5f5952057605ccdc1f25c5e3208cd8e4bf03e0b744902f3"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "182b0f2f328c8e20e831692c801bd069",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 999216,
            "upload_time": "2024-04-12T19:54:10",
            "upload_time_iso_8601": "2024-04-12T19:54:10.727081Z",
            "url": "https://files.pythonhosted.org/packages/eb/41/e5de27818a38ba260eaddcaf3295bec2c1413c2aae7f7f6e7ae1eaaadc18/regions-0.9-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": "d1ad913cb7a53bf00bd276b7f474f01149ea0cb5ee4b745952338cf16b821ef5",
                "md5": "01c41c688788ea20fc3f3a33a433c0e8",
                "sha256": "9e3c09971058fcfe490bd5d97f4dc8fa111c73c3aba14d85f0d2eb00727a527b"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "01c41c688788ea20fc3f3a33a433c0e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 343425,
            "upload_time": "2024-04-12T19:54:12",
            "upload_time_iso_8601": "2024-04-12T19:54:12.166871Z",
            "url": "https://files.pythonhosted.org/packages/d1/ad/913cb7a53bf00bd276b7f474f01149ea0cb5ee4b745952338cf16b821ef5/regions-0.9-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ca0a4d7752a84c4a914b88c5b68b0934b66368a38f9426488b44938ac304ed2",
                "md5": "80fe9218f00537deccb5a86cc803d4d4",
                "sha256": "0d9a8471984e69ef2cfbbdb86055f91d7dc223bae9ce7222c788cd30fb935b95"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "80fe9218f00537deccb5a86cc803d4d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 325329,
            "upload_time": "2024-04-12T19:54:13",
            "upload_time_iso_8601": "2024-04-12T19:54:13.490959Z",
            "url": "https://files.pythonhosted.org/packages/2c/a0/a4d7752a84c4a914b88c5b68b0934b66368a38f9426488b44938ac304ed2/regions-0.9-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecc445f14b77d162eeb43ce4a864b4fdce1a16d742d0792b659e6847380ade05",
                "md5": "4b7a312ee403cd49322472fc82be98f2",
                "sha256": "1f4f060bc6c703fd5bac163767cf12d20732ece2e70d882dc82135382069791e"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "4b7a312ee403cd49322472fc82be98f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 323381,
            "upload_time": "2024-04-12T19:54:15",
            "upload_time_iso_8601": "2024-04-12T19:54:15.397520Z",
            "url": "https://files.pythonhosted.org/packages/ec/c4/45f14b77d162eeb43ce4a864b4fdce1a16d742d0792b659e6847380ade05/regions-0.9-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "798d71371acca3c9fefaed5e74a5827afcd02b158d4484a6dc94716ff512153a",
                "md5": "71bffbf13dcf5c6fbf8fb7b5e754e014",
                "sha256": "cb7eb70fe24dd7b262c25dc5193003ee754fabb30a7376333865f6f798e2ab4d"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71bffbf13dcf5c6fbf8fb7b5e754e014",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1031813,
            "upload_time": "2024-04-12T19:54:17",
            "upload_time_iso_8601": "2024-04-12T19:54:17.530993Z",
            "url": "https://files.pythonhosted.org/packages/79/8d/71371acca3c9fefaed5e74a5827afcd02b158d4484a6dc94716ff512153a/regions-0.9-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": "7cb87db189fdb9000c12d53bd50017b435230ed47c2da8fcd33d0a78ebe1510c",
                "md5": "8aa13fbd6b30fa8c65c20d60df9ad717",
                "sha256": "4b1c4a3a992812f4e4d4e41da313ca787e423dd32142d60d11ab3de0d84ce8bf"
            },
            "downloads": -1,
            "filename": "regions-0.9-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8aa13fbd6b30fa8c65c20d60df9ad717",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 343543,
            "upload_time": "2024-04-12T19:54:19",
            "upload_time_iso_8601": "2024-04-12T19:54:19.507737Z",
            "url": "https://files.pythonhosted.org/packages/7c/b8/7db189fdb9000c12d53bd50017b435230ed47c2da8fcd33d0a78ebe1510c/regions-0.9-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "472a3691e20263719e3b7ea9fba7ece9f669d15792871be6125e2577212c45a1",
                "md5": "34b1d0905ac72947f2619cc4638dc119",
                "sha256": "260e1848f42269da69769d7fb7e0494b0dfbd6bdb5d1d3e0dd6c0f9ff16f6e4f"
            },
            "downloads": -1,
            "filename": "regions-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "34b1d0905ac72947f2619cc4638dc119",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 671314,
            "upload_time": "2024-04-12T19:54:21",
            "upload_time_iso_8601": "2024-04-12T19:54:21.074921Z",
            "url": "https://files.pythonhosted.org/packages/47/2a/3691e20263719e3b7ea9fba7ece9f669d15792871be6125e2577212c45a1/regions-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 19:54:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "astropy",
    "github_project": "regions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "regions"
}
        
Elapsed time: 0.23709s