Metadata-Version: 2.1
Name: pvops
Version: 0.2.0
Summary: pvops is a python library for the analysis of field collected operational data for photovoltaic systems.
Home-page: https://github.com/sandialabs/pvops
Maintainer: Thushara Gunda
Maintainer-email: tgunda@sandia.gov
License: Revised BSD
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: nltk
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
Requires-Dist: pyDOE
Requires-Dist: tensorflow
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: ruptures ; extra == 'all'
Requires-Dist: sphinx ==2.2.0 ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx ==2.2.0 ; extra == 'doc'
Provides-Extra: optional
Requires-Dist: ruptures ; extra == 'optional'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


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

