Metadata-Version: 2.4
Name: lvmopstools
Version: 0.5.16
Summary: LVM tools and utilities for operations
Project-URL: Homepage, https://github.com/sdss/lvmopstools
Project-URL: Repository, https://github.com/sdss/lvmopstools
Project-URL: Documentation, https://lvmopstools.readthedocs.org
Author-email: José Sánchez-Gallego <gallegoj@uw.edu>
License: BSD-3-Clause
License-File: LICENSE.md
Requires-Python: <4,>=3.10
Requires-Dist: aio-pika>=9.5.3
Requires-Dist: aiocache>=0.12.3
Requires-Dist: aiohttp>=3.11.11
Requires-Dist: asyncudp>=0.11.0
Requires-Dist: cachetools>=5.5.0
Requires-Dist: click<8.2
Requires-Dist: httpx>=0.27.2
Requires-Dist: jinja2>=3.1.5
Requires-Dist: polars>=1.13.0
Requires-Dist: pydantic>=2.10.3
Requires-Dist: pymodbus==3.9.1
Requires-Dist: python3-nmap>=1.9.1
Requires-Dist: sdss-clu>=2.4.2
Requires-Dist: sdss-drift>=1.2.0
Requires-Dist: sdsstools>=1.9.1
Requires-Dist: strenum>=0.4.15
Requires-Dist: typing-extensions>=4.12.2
Provides-Extra: all
Requires-Dist: astroplan>=0.10.1; extra == 'all'
Requires-Dist: astropy>=6.0.0; (python_version < '3.11') and extra == 'all'
Requires-Dist: astropy>=7.0.0; (python_version >= '3.11') and extra == 'all'
Requires-Dist: influxdb-client[async]>=1.47.0; extra == 'all'
Requires-Dist: kubernetes>=31.0.0; extra == 'all'
Requires-Dist: netmiko>=4.5.0; extra == 'all'
Requires-Dist: slack-sdk>=3.34.0; extra == 'all'
Provides-Extra: ds9
Requires-Dist: pyds9>=1.8.1; extra == 'ds9'
Provides-Extra: ephemeris
Requires-Dist: astroplan>=0.10.1; extra == 'ephemeris'
Requires-Dist: astropy>=6.0.0; (python_version < '3.11') and extra == 'ephemeris'
Requires-Dist: astropy>=7.0.0; (python_version >= '3.11') and extra == 'ephemeris'
Provides-Extra: influxdb
Requires-Dist: influxdb-client[async]>=1.47.0; extra == 'influxdb'
Provides-Extra: kubernetes
Requires-Dist: kubernetes>=31.0.0; extra == 'kubernetes'
Provides-Extra: netmiko
Requires-Dist: netmiko>=4.5.0; extra == 'netmiko'
Provides-Extra: slack
Requires-Dist: slack-sdk>=3.34.0; extra == 'slack'
Description-Content-Type: text/markdown

# lvmopstools

![Versions](https://img.shields.io/badge/python->3.10-blue)
[![Documentation Status](https://readthedocs.org/projects/lvmopstools/badge/?version=latest)](https://lvmopstools.readthedocs.io/en/latest/)
[![Test](https://github.com/sdss/lvmopstools/actions/workflows/test.yml/badge.svg)](https://github.com/sdss/lvmopstools/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/sdss/lvmopstools/graph/badge.svg?token=ipsOit5lSo)](https://codecov.io/gh/sdss/lvmopstools)

LVM tools and utilities for operations.

**Documentation:** [https://lvmopstools.readthedocs.io/en/latest/index.html](https://lvmopstools.readthedocs.io/en/latest/index.html)
