v-pvmismatch


Namev-pvmismatch JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryVectorized PVMismatch (v_PVMismatch) Package.
upload_time2024-10-18 02:17:05
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords pvmismatch pv shading mismatch iv
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # v_PVMismatch
 Vectorized version of SunPower's PVMismatch using dynamic programming. PVMismatch is an explicit IV & PV curve trace calculator for PV system circuits.

 ![image](https://github.com/user-attachments/assets/35ae7565-d3ab-4123-9100-d77006e95215)


## Install & Setup
In a fresh Python virtual environment, simply run:

```
pip install v_pvmismatch
```

### Install using .whl file (Recommended)
Download files from Github and run the latest version of the .whl file using the command below from the parent folder.

```
pip install .\dist\v_pvmismatch-<version>-py3-none-any.whl
```

## Requirements

v_PVMismatch requires Matplotlib, Future, NumPy, and SciPy.

## Current Maintainer at Maxeon Solar

@k-bsub

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "v-pvmismatch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Kiran Balasubramanian <kiran.balasubramanian@maxeon.com>",
    "keywords": "pvmismatch, PV, shading, mismatch, IV",
    "author": null,
    "author_email": "Kiran Balasubramanian <kiran.balasubramanian@maxeon.com>",
    "download_url": "https://files.pythonhosted.org/packages/de/ce/19d674020b77dc7b641359dec993faf345dbb136a5168e3b72147574f870/v_pvmismatch-0.2.0.tar.gz",
    "platform": null,
    "description": "# v_PVMismatch\r\n Vectorized version of SunPower's PVMismatch using dynamic programming. PVMismatch is an explicit IV & PV curve trace calculator for PV system circuits.\r\n\r\n ![image](https://github.com/user-attachments/assets/35ae7565-d3ab-4123-9100-d77006e95215)\r\n\r\n\r\n## Install & Setup\r\nIn a fresh Python virtual environment, simply run:\r\n\r\n```\r\npip install v_pvmismatch\r\n```\r\n\r\n### Install using .whl file (Recommended)\r\nDownload files from Github and run the latest version of the .whl file using the command below from the parent folder.\r\n\r\n```\r\npip install .\\dist\\v_pvmismatch-<version>-py3-none-any.whl\r\n```\r\n\r\n## Requirements\r\n\r\nv_PVMismatch requires Matplotlib, Future, NumPy, and SciPy.\r\n\r\n## Current Maintainer at Maxeon Solar\r\n\r\n@k-bsub\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Vectorized PVMismatch (v_PVMismatch) Package.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Maxeon-RnD/v_pvmismatch",
        "Issues": "https://github.com/Maxeon-RnD/v_pvmismatch/issues"
    },
    "split_keywords": [
        "pvmismatch",
        " pv",
        " shading",
        " mismatch",
        " iv"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "329b938bdf200d7cf75b9b3c63b180d2ec9f8dac4ec0a8d8117153df32a311e0",
                "md5": "c78339efec8d849f77d018e3cda9e652",
                "sha256": "a92216421020d908d46f1afe8060f1b3f16afe7c3816dd9f234c852b9381188c"
            },
            "downloads": -1,
            "filename": "v_pvmismatch-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c78339efec8d849f77d018e3cda9e652",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 38775,
            "upload_time": "2024-10-18T02:17:04",
            "upload_time_iso_8601": "2024-10-18T02:17:04.549133Z",
            "url": "https://files.pythonhosted.org/packages/32/9b/938bdf200d7cf75b9b3c63b180d2ec9f8dac4ec0a8d8117153df32a311e0/v_pvmismatch-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dece19d674020b77dc7b641359dec993faf345dbb136a5168e3b72147574f870",
                "md5": "40c6f234ee7093fc18a48e7fe835306e",
                "sha256": "c6518c7672d633fed95f34e1c2a701e604e3c3091e7cd29f838b6e34fa4f86a0"
            },
            "downloads": -1,
            "filename": "v_pvmismatch-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "40c6f234ee7093fc18a48e7fe835306e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31282,
            "upload_time": "2024-10-18T02:17:05",
            "upload_time_iso_8601": "2024-10-18T02:17:05.628015Z",
            "url": "https://files.pythonhosted.org/packages/de/ce/19d674020b77dc7b641359dec993faf345dbb136a5168e3b72147574f870/v_pvmismatch-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 02:17:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Maxeon-RnD",
    "github_project": "v_pvmismatch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "v-pvmismatch"
}
        
Elapsed time: 0.38181s