Metadata-Version: 2.1
Name: lsst-utils
Version: 24.0.0a20222900
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
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'
Requires-Dist: flake8 (>=3.7.5) ; extra == 'test'
Requires-Dist: pytest-flake8 (>=1.0.4) ; extra == 'test'
Requires-Dist: pytest-openfiles (>=0.5.0) ; extra == 'test'

=====
utils
=====

Common code, floating-point utilities, test helpers, and angle stringification.

License
-------

See LICENSE and COPYRIGHT files.
