energyplus-python-apps


Nameenergyplus-python-apps JSON
Version 23.1b2 PyPI version JSON
download
home_pagehttps://github.com/Myoldmopar/EnergyPlusPythonApps
SummaryMeta-package collecting all official EnergyPlus Python utilities
upload_time2023-06-02 22:12:27
maintainer
docs_urlNone
authorEdwin Lee, for NREL, for United States Department of Energy
requires_python
licenseModifiedBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EnergyPlus Python Apps

This is a meta-project which simply depends on all the EnergyPlus "Official" Python utilities.
This project itself does not create any new utilities, or contain any code.
This really just pins the dependencies at specific versions and ensures compatability in the installation dependencies.

## Releases

[![DevelopmentTest](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml)
[![PyPIRelease](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml)

I think long term, this "project" itself will be tagged with versions in sync with EnergyPlus itself.
To install all EnergyPlus Python utilities, simply execute, for example,  `pip install energyplus_python_apps==22.2.0`.

## Current Repos

This project is currently linking to the following packages:

| PyPi Project Name            | Project Description                                                                  | Repository                                                   |
|------------------------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------|
| energyplus-launch            | A graphical interface and workflow manager for EnergyPlus                            | https://github.com/NREL/EP-Launch                            |
| energyplus-ruleset-model     | A utility for generating ruleset model reports from EnergyPlus inputs and outputs    | https://github.com/jasonglazer/createrulesetmodeldescription |
| energyplus-transition-tools  | A lightweight interface for automatically transitioning EnergyPlus input files       | https://github.com/Myoldmopar/EnergyPlusTransitionTools      |
| energyplus-pet               | A library and graphical tool for generating input coefficients for EnergyPlus models | https://github.com/Myoldmopar/energypluspet                  |
| energyplus-idd-idf-utilities | A lightweight library for processing and querying idd and idf files                  | https://github.com/Myoldmopar/py-idd-idf                     |
| energyplus-regressions       | A tool for comparing results from two EnergyPlus builds, for E+ developer usage      | https://github.com/NREL/EnergyPlusRegressionTool             |
| energyplus-api-helpers       | A set of helper classes and demos for interacting with the EnergyPlus API            | https://github.com/Myoldmopar/EnergyPlusAPIHelper            |
| energyplus-diff-analysis     | Tools for plotting and comparing csv data from two separate EnergyPlus runs          | https://github.com/mitchute/energyplus-diff-analysis         |

## Usage

Cover a few topics here:
 - Installation
 - Running the configuration script after install
 - Accessing all the tools, including the dev tools
 - Updating


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Myoldmopar/EnergyPlusPythonApps",
    "name": "energyplus-python-apps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Edwin Lee, for NREL, for United States Department of Energy",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/af/63/13280330dc0c56c4cfd3f3680e7caf2282d0884514f40c24b4d08faa76fb/energyplus_python_apps-23.1b2.tar.gz",
    "platform": null,
    "description": "# EnergyPlus Python Apps\n\nThis is a meta-project which simply depends on all the EnergyPlus \"Official\" Python utilities.\nThis project itself does not create any new utilities, or contain any code.\nThis really just pins the dependencies at specific versions and ensures compatability in the installation dependencies.\n\n## Releases\n\n[![DevelopmentTest](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/test.yml)\n[![PyPIRelease](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml/badge.svg)](https://github.com/Myoldmopar/EnergyPlusPythonApps/actions/workflows/release.yml)\n\nI think long term, this \"project\" itself will be tagged with versions in sync with EnergyPlus itself.\nTo install all EnergyPlus Python utilities, simply execute, for example,  `pip install energyplus_python_apps==22.2.0`.\n\n## Current Repos\n\nThis project is currently linking to the following packages:\n\n| PyPi Project Name            | Project Description                                                                  | Repository                                                   |\n|------------------------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------|\n| energyplus-launch            | A graphical interface and workflow manager for EnergyPlus                            | https://github.com/NREL/EP-Launch                            |\n| energyplus-ruleset-model     | A utility for generating ruleset model reports from EnergyPlus inputs and outputs    | https://github.com/jasonglazer/createrulesetmodeldescription |\n| energyplus-transition-tools  | A lightweight interface for automatically transitioning EnergyPlus input files       | https://github.com/Myoldmopar/EnergyPlusTransitionTools      |\n| energyplus-pet               | A library and graphical tool for generating input coefficients for EnergyPlus models | https://github.com/Myoldmopar/energypluspet                  |\n| energyplus-idd-idf-utilities | A lightweight library for processing and querying idd and idf files                  | https://github.com/Myoldmopar/py-idd-idf                     |\n| energyplus-regressions       | A tool for comparing results from two EnergyPlus builds, for E+ developer usage      | https://github.com/NREL/EnergyPlusRegressionTool             |\n| energyplus-api-helpers       | A set of helper classes and demos for interacting with the EnergyPlus API            | https://github.com/Myoldmopar/EnergyPlusAPIHelper            |\n| energyplus-diff-analysis     | Tools for plotting and comparing csv data from two separate EnergyPlus runs          | https://github.com/mitchute/energyplus-diff-analysis         |\n\n## Usage\n\nCover a few topics here:\n - Installation\n - Running the configuration script after install\n - Accessing all the tools, including the dev tools\n - Updating\n\n",
    "bugtrack_url": null,
    "license": "ModifiedBSD",
    "summary": "Meta-package collecting all official EnergyPlus Python utilities",
    "version": "23.1b2",
    "project_urls": {
        "Homepage": "https://github.com/Myoldmopar/EnergyPlusPythonApps"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c4e4d8d8fdecbcf50f5b33c0d22189d925e0deef1cfb5934e8b7fbade4aaa01",
                "md5": "b68d9eb3743bc60e8d9a2f3e595b4360",
                "sha256": "6fdde132af81a00d4cbef25213266cae540f2cb054c1e4914cda6631165916f6"
            },
            "downloads": -1,
            "filename": "energyplus_python_apps-23.1b2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b68d9eb3743bc60e8d9a2f3e595b4360",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4516,
            "upload_time": "2023-06-02T22:12:25",
            "upload_time_iso_8601": "2023-06-02T22:12:25.690617Z",
            "url": "https://files.pythonhosted.org/packages/0c/4e/4d8d8fdecbcf50f5b33c0d22189d925e0deef1cfb5934e8b7fbade4aaa01/energyplus_python_apps-23.1b2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af6313280330dc0c56c4cfd3f3680e7caf2282d0884514f40c24b4d08faa76fb",
                "md5": "f5d780d2c943e9fc0420ad2ea81d0d7f",
                "sha256": "73b9dc3cbd8996bfa9dbd711e8804b06d73d63e8bd4aa4d26f84e3bcb2b5ba03"
            },
            "downloads": -1,
            "filename": "energyplus_python_apps-23.1b2.tar.gz",
            "has_sig": false,
            "md5_digest": "f5d780d2c943e9fc0420ad2ea81d0d7f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3888,
            "upload_time": "2023-06-02T22:12:27",
            "upload_time_iso_8601": "2023-06-02T22:12:27.173670Z",
            "url": "https://files.pythonhosted.org/packages/af/63/13280330dc0c56c4cfd3f3680e7caf2282d0884514f40c24b4d08faa76fb/energyplus_python_apps-23.1b2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 22:12:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Myoldmopar",
    "github_project": "EnergyPlusPythonApps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "energyplus-python-apps"
}
        
Elapsed time: 0.07241s