Metadata-Version: 2.1
Name: rdtools
Version: 3.0.0a4
Summary: Functions for reproducible timeseries analysis of photovoltaic systems.
Home-page: https://github.com/NREL/rdtools
Author: Rdtools Python Developers
Author-email: RdTools@nrel.gov
Maintainer-email: RdTools@nrel.gov
License: MIT
Project-URL: Bug Tracker, https://github.com/NREL/rdtools/issues
Project-URL: Documentation, https://rdtools.readthedocs.io/
Project-URL: Source Code, https://github.com/NREL/rdtools
Keywords: photovoltaic,solar,analytics,analysis,performance,degradation,PV
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Requires-Dist: matplotlib >=3.0.0
Requires-Dist: numpy >=1.17.3
Requires-Dist: pandas <2.1,>=1.3.0
Requires-Dist: statsmodels >=0.11.1
Requires-Dist: scipy >=1.2.0
Requires-Dist: h5py >=2.8.0
Requires-Dist: plotly >=4.0.0
Requires-Dist: xgboost >=1.3.3
Requires-Dist: pvlib <0.11.0,>=0.7.0
Requires-Dist: scikit-learn >=0.22.0
Requires-Dist: arch >=4.11
Requires-Dist: filterpy >=1.4.2
Provides-Extra: all
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: ipython ; extra == 'all'
Requires-Dist: nbsphinx-link ==1.3.0 ; extra == 'all'
Requires-Dist: nbsphinx ==0.8.8 ; extra == 'all'
Requires-Dist: nbval ==0.9.6 ; extra == 'all'
Requires-Dist: pytest >=3.6.3 ; extra == 'all'
Requires-Dist: pytest-mock ; extra == 'all'
Requires-Dist: sphinx-gallery ==0.8.1 ; extra == 'all'
Requires-Dist: sphinx ==4.5.0 ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ==0.5.2 ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx ==4.5.0 ; extra == 'doc'
Requires-Dist: nbsphinx ==0.8.8 ; extra == 'doc'
Requires-Dist: nbsphinx-link ==1.3.0 ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ==0.5.2 ; extra == 'doc'
Requires-Dist: ipython ; extra == 'doc'
Requires-Dist: sphinx-gallery ==0.8.1 ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest >=3.6.3 ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: nbval ==0.9.6 ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'


RdTools is an open-source library to support reproducible technical analysis of
PV time series data. The library aims to provide best practice analysis
routines along with the building blocks for users to tailor their own analyses.

Source code: https://github.com/NREL/rdtools


