Metadata-Version: 2.4
Name: rdtools
Version: 3.1.1
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
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: matplotlib>=3.5.3
Requires-Dist: numpy>=1.22.4
Requires-Dist: pandas>=1.4.4
Requires-Dist: statsmodels>=0.13.5
Requires-Dist: scipy>=1.8.1
Requires-Dist: h5py>=3.7.0
Requires-Dist: plotly>=4.0.0
Requires-Dist: xgboost>=1.7.0.post0
Requires-Dist: pvlib>=0.13.1
Requires-Dist: scikit-learn!=1.6.0,>=1.1.3
Requires-Dist: arch>=5.6
Requires-Dist: filterpy>=1.4.2
Provides-Extra: doc
Requires-Dist: sphinx==7.4.7; extra == "doc"
Requires-Dist: nbsphinx==0.9.5; extra == "doc"
Requires-Dist: nbsphinx-link==1.3.1; extra == "doc"
Requires-Dist: sphinx_rtd_theme==3.0.1; extra == "doc"
Requires-Dist: ipython; extra == "doc"
Requires-Dist: sphinx-gallery==0.18.0; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest>=3.10.1; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: nbval>=0.10.0; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Provides-Extra: all
Requires-Dist: coverage; extra == "all"
Requires-Dist: flake8; extra == "all"
Requires-Dist: ipython; extra == "all"
Requires-Dist: nbsphinx-link==1.3.1; extra == "all"
Requires-Dist: nbsphinx==0.9.5; extra == "all"
Requires-Dist: nbval>=0.10.0; extra == "all"
Requires-Dist: pytest>=3.10.1; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: pytest-mock; extra == "all"
Requires-Dist: sphinx-gallery==0.18.0; extra == "all"
Requires-Dist: sphinx==7.4.7; extra == "all"
Requires-Dist: sphinx_rtd_theme==3.0.1; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


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
