astropy-healpix


Nameastropy-healpix JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/astropy/astropy-healpix
SummaryBSD-licensed HEALPix for Astropy
upload_time2024-04-05 21:19:26
maintainerNone
docs_urlNone
authorAstropy Developers
requires_python>=3.9
licenseBSD 3-Clause
keywords astronomy astrophysics astropy healpix coordinates
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            astropy healpix
---------------

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

.. image:: https://github.com/astropy/astropy-healpix/workflows/CI/badge.svg
    :target: https://github.com/astropy/astropy-healpix/actions
    :alt: GitHub Actions CI Status

.. image:: https://codecov.io/gh/astropy/astropy-healpix/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/astropy/astropy-healpix
    :alt: Coverage Status

.. image:: https://readthedocs.org/projects/astropy-healpix/badge/?version=latest
    :target: http://astropy-healpix.readthedocs.io/en/latest/?badge=latest
    :alt: Doc

This is a BSD-licensed HEALPix package developed by the Astropy project
and based on C code written by Dustin Lang in `astrometry.net <http://astrometry.net/>`__. See the
`Documentation <http://astropy-healpix.readthedocs.io>`__ for
information about installing and using this package.

License
-------

This project is Copyright (c) Astropy Developers and licensed under
the terms of the BSD 3-Clause license. This package is based upon
the `Astropy package template <https://github.com/astropy/package-template>`_
which is licensed under the BSD 3-clause license. See the licenses folder for
more information.


Contributing
------------

We love contributions! astropy-healpix is open source,
built on open source, and we'd love to have you hang out in our community.

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.

Note: This disclaimer was originally written by
`Adrienne Lowe <https://github.com/adriennefriend>`_ for a
`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by
astropy-healpix based on its use in the README file for the
`MetPy project <https://github.com/Unidata/MetPy>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/astropy/astropy-healpix",
    "name": "astropy-healpix",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "astronomy, astrophysics, astropy, healpix, coordinates",
    "author": "Astropy Developers",
    "author_email": "astropy.team@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/40/69/5ca5c2446969e37b4e6b34d35b51c254efdd82de2afe1170de1b8cbfa401/astropy_healpix-1.0.3.tar.gz",
    "platform": null,
    "description": "astropy healpix\n---------------\n\n.. image:: https://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat\n    :target: https://www.astropy.org\n    :alt: Powered by Astropy Badge\n\n.. image:: https://github.com/astropy/astropy-healpix/workflows/CI/badge.svg\n    :target: https://github.com/astropy/astropy-healpix/actions\n    :alt: GitHub Actions CI Status\n\n.. image:: https://codecov.io/gh/astropy/astropy-healpix/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/astropy/astropy-healpix\n    :alt: Coverage Status\n\n.. image:: https://readthedocs.org/projects/astropy-healpix/badge/?version=latest\n    :target: http://astropy-healpix.readthedocs.io/en/latest/?badge=latest\n    :alt: Doc\n\nThis is a BSD-licensed HEALPix package developed by the Astropy project\nand based on C code written by Dustin Lang in `astrometry.net <http://astrometry.net/>`__. See the\n`Documentation <http://astropy-healpix.readthedocs.io>`__ for\ninformation about installing and using this package.\n\nLicense\n-------\n\nThis project is Copyright (c) Astropy Developers and licensed under\nthe terms of the BSD 3-Clause license. This package is based upon\nthe `Astropy package template <https://github.com/astropy/package-template>`_\nwhich is licensed under the BSD 3-clause license. See the licenses folder for\nmore information.\n\n\nContributing\n------------\n\nWe love contributions! astropy-healpix is open source,\nbuilt on open source, and we'd love to have you hang out in our community.\n\n**Imposter syndrome disclaimer**: We want your help. No, really.\n\nThere may be a little voice inside your head that is telling you that you're not\nready to be an open source contributor; that your skills aren't nearly good\nenough to contribute. What could you possibly offer a project like this one?\n\nWe assure you - the little voice in your head is wrong. If you can write code at\nall, you can contribute code to open source. Contributing to open source\nprojects is a fantastic way to advance one's coding skills. Writing perfect code\nisn't the measure of a good developer (that would disqualify all of us!); it's\ntrying to create something, making mistakes, and learning from those\nmistakes. That's how we all improve, and we are happy to help others learn.\n\nBeing an open source contributor doesn't just mean writing code, either. You can\nhelp out by writing documentation, tests, or even giving feedback about the\nproject (and yes - that includes giving feedback about the contribution\nprocess). Some of these contributions may be the most valuable to the project as\na whole, because you're coming to the project with fresh eyes, so you can see\nthe errors and assumptions that seasoned contributors have glossed over.\n\nNote: This disclaimer was originally written by\n`Adrienne Lowe <https://github.com/adriennefriend>`_ for a\n`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by\nastropy-healpix based on its use in the README file for the\n`MetPy project <https://github.com/Unidata/MetPy>`_.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause",
    "summary": "BSD-licensed HEALPix for Astropy",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/astropy/astropy-healpix"
    },
    "split_keywords": [
        "astronomy",
        " astrophysics",
        " astropy",
        " healpix",
        " coordinates"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cb16bf5fbd51171a6a5b2ccc33901b2d6e83bf03478c41e9af8d8cc88216b3c",
                "md5": "2baf5440f5d3eefa250dd2026c4d6f9a",
                "sha256": "1a523b4bda2618a94efad12b60431c28c0f5ef4b5afb890d21a858aef2ed779a"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2baf5440f5d3eefa250dd2026c4d6f9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 87606,
            "upload_time": "2024-04-05T21:19:12",
            "upload_time_iso_8601": "2024-04-05T21:19:12.427846Z",
            "url": "https://files.pythonhosted.org/packages/5c/b1/6bf5fbd51171a6a5b2ccc33901b2d6e83bf03478c41e9af8d8cc88216b3c/astropy_healpix-1.0.3-cp39-abi3-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f970a8fa08b0982e227282bd4f4651348e2881af022c26f312b75e11649c963",
                "md5": "0b84e1d7f31c235203db1e2f4496b8aa",
                "sha256": "fa34adecf7f5168d65cda05d40db95d4a1aad3e6b66f43489ed4aac471f76496"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0b84e1d7f31c235203db1e2f4496b8aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 81570,
            "upload_time": "2024-04-05T21:19:14",
            "upload_time_iso_8601": "2024-04-05T21:19:14.267506Z",
            "url": "https://files.pythonhosted.org/packages/9f/97/0a8fa08b0982e227282bd4f4651348e2881af022c26f312b75e11649c963/astropy_healpix-1.0.3-cp39-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "654982b82448f35abb9a3fb9769e2218a4fa36295e4e6a65b826098326ef148a",
                "md5": "faa1552be95a05aec40ab46bda506ade",
                "sha256": "6a7d2163421ba66e06ed40b7ce7ce89fea60a342d035974c98c2c06c6cf187e9"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "faa1552be95a05aec40ab46bda506ade",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 191668,
            "upload_time": "2024-04-05T21:19:15",
            "upload_time_iso_8601": "2024-04-05T21:19:15.321208Z",
            "url": "https://files.pythonhosted.org/packages/65/49/82b82448f35abb9a3fb9769e2218a4fa36295e4e6a65b826098326ef148a/astropy_healpix-1.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee5ed1adcb58fd698e78a53b67cdfb7d5a91f895f9f82c7d51f1c79bd0e133c7",
                "md5": "59d3db9a519d6ad96ab398c3769175e6",
                "sha256": "a5b03a5b18c28ab7ac030a22157cfcd8ff951db7fc751e29e854c17d3da52537"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59d3db9a519d6ad96ab398c3769175e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 194790,
            "upload_time": "2024-04-05T21:19:17",
            "upload_time_iso_8601": "2024-04-05T21:19:17.178065Z",
            "url": "https://files.pythonhosted.org/packages/ee/5e/d1adcb58fd698e78a53b67cdfb7d5a91f895f9f82c7d51f1c79bd0e133c7/astropy_healpix-1.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34491eee62c1ece041c5c99c0be180682abefd365f08febd09a34a425e9e3851",
                "md5": "df81130b9a9140ed3e61713316edd4a5",
                "sha256": "ec083f48e091baa5ce97c2e96e94b9fc8921a8c370768a92ac14e86fa3465248"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "df81130b9a9140ed3e61713316edd4a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 52102,
            "upload_time": "2024-04-05T21:19:19",
            "upload_time_iso_8601": "2024-04-05T21:19:19.290618Z",
            "url": "https://files.pythonhosted.org/packages/34/49/1eee62c1ece041c5c99c0be180682abefd365f08febd09a34a425e9e3851/astropy_healpix-1.0.3-cp39-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "772634305920bd2bff9f22d11775f46cbdd02fc73220340a80ad6d8a71ca91b4",
                "md5": "60816ccdf66ba7bab36afe0b10794d8b",
                "sha256": "e8c32aabfa1fa7d6fd629e3918680cd0585656cfca6ec0c5dafe9e1c7a304508"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "60816ccdf66ba7bab36afe0b10794d8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 54236,
            "upload_time": "2024-04-05T21:19:21",
            "upload_time_iso_8601": "2024-04-05T21:19:21.042989Z",
            "url": "https://files.pythonhosted.org/packages/77/26/34305920bd2bff9f22d11775f46cbdd02fc73220340a80ad6d8a71ca91b4/astropy_healpix-1.0.3-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f79d388eccc87fc755c2fdda2bcf34f6f6ed09d202cc09d1ae6b8a4b22b5a7af",
                "md5": "7fb9d68de4cdb7b76f1bb9f1131d58b5",
                "sha256": "cce4687deb102d1e9dc40f381fcd33027cd9bd0ca7955aa0d70e464128c6914e"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7fb9d68de4cdb7b76f1bb9f1131d58b5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 80389,
            "upload_time": "2024-04-05T21:19:22",
            "upload_time_iso_8601": "2024-04-05T21:19:22.695393Z",
            "url": "https://files.pythonhosted.org/packages/f7/9d/388eccc87fc755c2fdda2bcf34f6f6ed09d202cc09d1ae6b8a4b22b5a7af/astropy_healpix-1.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "993d145f405ac6fd107baaaa57efebe34868b996f5acc1763f6bca9307b88ce0",
                "md5": "b9670a44082f3d9d7025ac05019852ca",
                "sha256": "f4d4e3e86d8d010eb50bd31ca0ba438c1b50cdc9ed251da97665a7821880206e"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b9670a44082f3d9d7025ac05019852ca",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 82837,
            "upload_time": "2024-04-05T21:19:23",
            "upload_time_iso_8601": "2024-04-05T21:19:23.745652Z",
            "url": "https://files.pythonhosted.org/packages/99/3d/145f405ac6fd107baaaa57efebe34868b996f5acc1763f6bca9307b88ce0/astropy_healpix-1.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fecf9b10130b5a9d583c6089ce33332a19d82d4d85bfa2aa6ef4c92d42265ab",
                "md5": "d25de6545db07c4aa480fb799637f909",
                "sha256": "59b1dd358c5bcd6196213845c007cee4920b2e1936234374afc7d8cfd6506cfc"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d25de6545db07c4aa480fb799637f909",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.9",
            "size": 54352,
            "upload_time": "2024-04-05T21:19:24",
            "upload_time_iso_8601": "2024-04-05T21:19:24.835539Z",
            "url": "https://files.pythonhosted.org/packages/1f/ec/f9b10130b5a9d583c6089ce33332a19d82d4d85bfa2aa6ef4c92d42265ab/astropy_healpix-1.0.3-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40695ca5c2446969e37b4e6b34d35b51c254efdd82de2afe1170de1b8cbfa401",
                "md5": "6e791154dfc2510353cfd3e44e7e783d",
                "sha256": "de5d2a7ec97b167045066971f25a150d1e4061f07159be23649634db36e79746"
            },
            "downloads": -1,
            "filename": "astropy_healpix-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6e791154dfc2510353cfd3e44e7e783d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 108935,
            "upload_time": "2024-04-05T21:19:26",
            "upload_time_iso_8601": "2024-04-05T21:19:26.478368Z",
            "url": "https://files.pythonhosted.org/packages/40/69/5ca5c2446969e37b4e6b34d35b51c254efdd82de2afe1170de1b8cbfa401/astropy_healpix-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 21:19:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "astropy",
    "github_project": "astropy-healpix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "astropy-healpix"
}
        
Elapsed time: 0.23411s