lsst-utils


Namelsst-utils JSON
Version 29.2025.2800 PyPI version JSON
download
home_pageNone
SummaryUtility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
upload_time2025-07-11 19:42:15
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10.0
licenseBSD 3-Clause License
keywords lsst
VCS
bugtrack_url
requirements numpy psutil deprecated pyyaml astropy threadpoolctl matplotlib seaborn
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
lsst-utils
==========

.. image:: https://img.shields.io/pypi/v/lsst-utils.svg
    :target: https://pypi.org/project/lsst-utils/
.. image:: https://codecov.io/gh/lsst/utils/branch/main/graph/badge.svg?token=TUaqTDjdIZ
    :target: https://codecov.io/gh/lsst/utils

Utility functions from Rubin Observatory Data Management for the `Legacy Survey of Space and Time (LSST). <https://www.lsst.org>`_.

PyPI: `lsst-utils <https://pypi.org/project/lsst-utils/>`_

License
-------

See LICENSE and COPYRIGHT files.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lsst-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10.0",
    "maintainer_email": null,
    "keywords": "lsst",
    "author": null,
    "author_email": "Rubin Observatory Data Management <dm-admin@lists.lsst.org>",
    "download_url": "https://files.pythonhosted.org/packages/f6/f1/89ab389360fa1945adbaa613ea87bca27141389699802b5e1999c0612789/lsst_utils-29.2025.2800.tar.gz",
    "platform": null,
    "description": "==========\nlsst-utils\n==========\n\n.. image:: https://img.shields.io/pypi/v/lsst-utils.svg\n    :target: https://pypi.org/project/lsst-utils/\n.. image:: https://codecov.io/gh/lsst/utils/branch/main/graph/badge.svg?token=TUaqTDjdIZ\n    :target: https://codecov.io/gh/lsst/utils\n\nUtility functions from Rubin Observatory Data Management for the `Legacy Survey of Space and Time (LSST). <https://www.lsst.org>`_.\n\nPyPI: `lsst-utils <https://pypi.org/project/lsst-utils/>`_\n\nLicense\n-------\n\nSee LICENSE and COPYRIGHT files.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).",
    "version": "29.2025.2800",
    "project_urls": {
        "Homepage": "https://github.com/lsst/utils"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "332092f6a323dba45a18a2ffad759a062d51607315e9127c5e5c687f744e89b4",
                "md5": "caa2afd66ec7c3ac220f9980748f7894",
                "sha256": "c423cd86be1b13ca9e74fc7f52b45f46abe61a393ae6a6538a08b157796fe00a"
            },
            "downloads": -1,
            "filename": "lsst_utils-29.2025.2800-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "caa2afd66ec7c3ac220f9980748f7894",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.0",
            "size": 73009,
            "upload_time": "2025-07-11T19:42:14",
            "upload_time_iso_8601": "2025-07-11T19:42:14.456385Z",
            "url": "https://files.pythonhosted.org/packages/33/20/92f6a323dba45a18a2ffad759a062d51607315e9127c5e5c687f744e89b4/lsst_utils-29.2025.2800-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6f189ab389360fa1945adbaa613ea87bca27141389699802b5e1999c0612789",
                "md5": "9f7d7240ea7350d8e49f50b679b50a94",
                "sha256": "2531834e3f72b02e5a20a88e7010e212b9125d92f1f1271cd8c6815be2a5e63e"
            },
            "downloads": -1,
            "filename": "lsst_utils-29.2025.2800.tar.gz",
            "has_sig": false,
            "md5_digest": "9f7d7240ea7350d8e49f50b679b50a94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.0",
            "size": 90659,
            "upload_time": "2025-07-11T19:42:15",
            "upload_time_iso_8601": "2025-07-11T19:42:15.545439Z",
            "url": "https://files.pythonhosted.org/packages/f6/f1/89ab389360fa1945adbaa613ea87bca27141389699802b5e1999c0612789/lsst_utils-29.2025.2800.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 19:42:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lsst",
    "github_project": "utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.17"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    ">=",
                    "5.7"
                ]
            ]
        },
        {
            "name": "deprecated",
            "specs": [
                [
                    ">=",
                    "1.2"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    ">",
                    "5.1"
                ]
            ]
        },
        {
            "name": "astropy",
            "specs": [
                [
                    ">=",
                    "5.0"
                ]
            ]
        },
        {
            "name": "threadpoolctl",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        }
    ],
    "lcname": "lsst-utils"
}
        
Elapsed time: 0.42374s