Metadata-Version: 2.1
Name: schedview
Version: 0.7.2
Summary: Tools for visualization of Rubin Observatory's scheduler status, strategy and progress on LSST.
Author: Eric Neilsen, Lynne Jones, Eman Ali, Alice Serene
Project-URL: documentation, https://schedview.lsst.io
Project-URL: repository, https://github.com/lsst/schedview
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytz
Requires-Dist: holoviews
Requires-Dist: hvplot
Requires-Dist: astropy>=5.3
Requires-Dist: healpy
Requires-Dist: healsparse
Requires-Dist: uranography>=1.1.0
Requires-Dist: bokeh>=3.1.1
Requires-Dist: panel>=1.1.0
Requires-Dist: colorcet
Requires-Dist: jupyter
Requires-Dist: nbconvert
Requires-Dist: selenium>=4.10.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-black; extra == "test"
Provides-Extra: dev
Requires-Dist: documenteer[pipelines]; extra == "dev"

# schedview
The `schedview` module provides tools for visualizing Rubin Observatory scheduler behaviour and Rubin Observatory/LSST survey status, including:

- A collection of functions, eacho of which creates an independent visualization of some aspect of scheduler behaviour, state, or surve progress. These functions may be used in `jupyter` notebooks or other python applications, or combined into dashboards or other higher level applications.
- A handful of dashboard applications that collect relevant visualizations into sets suitable for specific use cases.
