rdtools


Namerdtools JSON
Version 2.1.8 PyPI version JSON
download
home_pagehttps://github.com/NREL/rdtools
SummaryFunctions for reproducible timeseries analysis of photovoltaic systems.
upload_time2023-11-17 18:06:12
maintainer
docs_urlNone
authorRdtools Python Developers
requires_python
licenseMIT
keywords photovoltaic solar analytics analysis performance degradation pv
VCS
bugtrack_url
requirements cached-property certifi chardet cycler fonttools h5py idna joblib kiwisolver matplotlib numpy packaging pandas patsy Pillow plotly pvlib pyparsing python-dateutil pytz requests retrying scikit-learn scipy setuptools-scm six statsmodels threadpoolctl tomli typing_extensions urllib3 xgboost
Travis-CI No Travis.
coveralls test coverage
            
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



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NREL/rdtools",
    "name": "rdtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "RdTools@nrel.gov",
    "keywords": "photovoltaic,solar,analytics,analysis,performance,degradation,PV",
    "author": "Rdtools Python Developers",
    "author_email": "RdTools@nrel.gov",
    "download_url": "https://files.pythonhosted.org/packages/fb/41/a8b4abfbe84fa7714817b4606b43fc30aef58736f79858c3c49dc4438da7/rdtools-2.1.8.tar.gz",
    "platform": null,
    "description": "\nRdTools is an open-source library to support reproducible technical analysis of\nPV time series data. The library aims to provide best practice analysis\nroutines along with the building blocks for users to tailor their own analyses.\n\nSource code: https://github.com/NREL/rdtools\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Functions for reproducible timeseries analysis of photovoltaic systems.",
    "version": "2.1.8",
    "project_urls": {
        "Bug Tracker": "https://github.com/NREL/rdtools/issues",
        "Documentation": "https://rdtools.readthedocs.io/",
        "Homepage": "https://github.com/NREL/rdtools",
        "Source Code": "https://github.com/NREL/rdtools"
    },
    "split_keywords": [
        "photovoltaic",
        "solar",
        "analytics",
        "analysis",
        "performance",
        "degradation",
        "pv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49b723b9195572e37e810ae69e6bf9df78e1a1d147311569977b4c5d72adcdb8",
                "md5": "bdfe08e7fcba587e1b4f297df79795db",
                "sha256": "4260471cd20d2b35acfeb7678e290b95f3cfb8c3b48282f3a279816c932bbef3"
            },
            "downloads": -1,
            "filename": "rdtools-2.1.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdfe08e7fcba587e1b4f297df79795db",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 947844,
            "upload_time": "2023-11-17T18:06:10",
            "upload_time_iso_8601": "2023-11-17T18:06:10.208153Z",
            "url": "https://files.pythonhosted.org/packages/49/b7/23b9195572e37e810ae69e6bf9df78e1a1d147311569977b4c5d72adcdb8/rdtools-2.1.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb41a8b4abfbe84fa7714817b4606b43fc30aef58736f79858c3c49dc4438da7",
                "md5": "098f8655277009c3578912d786e80f98",
                "sha256": "6f2b9a079afe48f7bfef1f87c838af4b1028fb83564d13584fd1abcc29694580"
            },
            "downloads": -1,
            "filename": "rdtools-2.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "098f8655277009c3578912d786e80f98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 956737,
            "upload_time": "2023-11-17T18:06:12",
            "upload_time_iso_8601": "2023-11-17T18:06:12.296058Z",
            "url": "https://files.pythonhosted.org/packages/fb/41/a8b4abfbe84fa7714817b4606b43fc30aef58736f79858c3c49dc4438da7/rdtools-2.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 18:06:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NREL",
    "github_project": "rdtools",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "cached-property",
            "specs": [
                [
                    "==",
                    "1.5.2"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "cycler",
            "specs": [
                [
                    "==",
                    "0.10.0"
                ]
            ]
        },
        {
            "name": "fonttools",
            "specs": [
                [
                    "==",
                    "4.37.1"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    "==",
                    "3.6.0"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "2.10"
                ]
            ]
        },
        {
            "name": "joblib",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "kiwisolver",
            "specs": [
                [
                    "==",
                    "1.3.2"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.22.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "21.3"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.3.4"
                ]
            ]
        },
        {
            "name": "patsy",
            "specs": [
                [
                    "==",
                    "0.5.2"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "10.0.1"
                ]
            ]
        },
        {
            "name": "plotly",
            "specs": [
                [
                    "==",
                    "4.10.0"
                ]
            ]
        },
        {
            "name": "pvlib",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "pyparsing",
            "specs": [
                [
                    "==",
                    "2.4.7"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2019.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "retrying",
            "specs": [
                [
                    "==",
                    "1.3.3"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    "==",
                    "1.0.2"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "setuptools-scm",
            "specs": [
                [
                    "==",
                    "7.0.5"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.14.0"
                ]
            ]
        },
        {
            "name": "statsmodels",
            "specs": [
                [
                    "==",
                    "0.13.1"
                ]
            ]
        },
        {
            "name": "threadpoolctl",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "typing_extensions",
            "specs": [
                [
                    "==",
                    "4.3.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.18"
                ]
            ]
        },
        {
            "name": "xgboost",
            "specs": [
                [
                    "==",
                    "1.5.1"
                ]
            ]
        }
    ],
    "lcname": "rdtools"
}
        
Elapsed time: 1.51416s