Metadata-Version: 2.2
Name: pvops
Version: 0.5.2
Summary: pvops is a python library for the analysis of field collected operational data for photovoltaic systems.
Home-page: https://github.com/sandialabs/pvops
Author: pvOps Developers
Maintainer: Thushara Gunda
Maintainer-email: tgunda@sandia.gov
License: BSD 3-Clause License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: scikit-survival
Requires-Dist: nltk>=3.9.1
Requires-Dist: datefinder
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: plotly
Requires-Dist: gensim
Requires-Dist: networkx
Requires-Dist: pvlib
Requires-Dist: pvanalytics
Requires-Dist: timezonefinder
Provides-Extra: iv
Requires-Dist: keras; extra == "iv"
Requires-Dist: tensorflow; python_version < "3.13" and extra == "iv"
Requires-Dist: pyDOE; extra == "iv"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx==7.2.6; extra == "doc"
Requires-Dist: coverage==7.2.3; extra == "doc"
Requires-Dist: ipykernel==6.22.0; extra == "doc"
Requires-Dist: nbconvert==7.3.1; extra == "doc"
Requires-Dist: nbformat==5.8.0; extra == "doc"
Requires-Dist: nbsphinx==0.9.3; extra == "doc"
Requires-Dist: nbsphinx-link==1.3.0; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex==2.5.0; extra == "doc"
Requires-Dist: sphinx_rtd_theme==1.3.0; extra == "doc"
Provides-Extra: all
Requires-Dist: coverage==7.2.3; extra == "all"
Requires-Dist: ipykernel==6.22.0; extra == "all"
Requires-Dist: keras; extra == "all"
Requires-Dist: nbconvert==7.3.1; extra == "all"
Requires-Dist: nbformat==5.8.0; extra == "all"
Requires-Dist: nbsphinx-link==1.3.0; extra == "all"
Requires-Dist: nbsphinx==0.9.3; extra == "all"
Requires-Dist: pyDOE; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "all"
Requires-Dist: sphinx==7.2.6; extra == "all"
Requires-Dist: sphinx_rtd_theme==1.3.0; extra == "all"
Requires-Dist: sphinxcontrib-bibtex==2.5.0; extra == "all"
Requires-Dist: tensorflow; python_version < "3.13" and extra == "all"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary


pvops is a python package for PV operators & researchers. It is
a collection of functions for working with text-based data
from photovoltaic power systems. The library includes functions for
processing text data as well as fusion of the text information with
time series data for visualization of contextual details for data
analysis.

Documentation: https://pvops.readthedocs.io/en/latest/index.html

Source code: https://github.com/sandialabs/pvOps

