Metadata-Version: 2.4
Name: lsst-utils
Version: 29.1.0rc4
Summary: Utility functions from Rubin Observatory Data Management for the Legacy Survey of Space and Time (LSST).
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License: BSD 3-Clause License
Project-URL: Homepage, https://github.com/lsst/utils
Keywords: lsst
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10.0
Description-Content-Type: text/x-rst
License-File: COPYRIGHT
License-File: LICENSE
Requires-Dist: numpy>=1.17
Requires-Dist: psutil>=5.7
Requires-Dist: deprecated>=1.2
Requires-Dist: pyyaml>=5.1
Requires-Dist: astropy>=5.0
Requires-Dist: threadpoolctl
Provides-Extra: test
Requires-Dist: pytest>=3.2; extra == "test"
Provides-Extra: plotting
Requires-Dist: matplotlib; extra == "plotting"
Requires-Dist: seaborn; extra == "plotting"
Dynamic: license-file

==========
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.
