Change the version of an EnergyPlus epJSON file
Project description
energyplus_version
Table of Contents
Installation
pip install energyplus-version
License
energyplus-version
is distributed under the terms of the BSD-3-Clause license.
Setting up a Visual Studio Code Development Environment
To set up a Visual Studio Code development environment, first install Python. Next, install Visual Studio code and the Python extension(s) from Microsoft. Next, install hatch with
pip install hatch
Clone the repository to the location of your choice and get a command window running in that location. In the root folder of the repo, execute the following to generate an environment that has everything that is needed:
hatch env create
When that is done, there should now be an environment ready that will have the package installed. To point Visual Studio Code at the created environment, execute
hatch run python -c "import sys;print(sys.executable)"
and copy the result. In Visual Studio Code, hit ctrl-shift-P
to bring up the command palette, select "Python: Select Interpreter", and paste in the result from above. Any warnings (yellow squiqqly underlines) in the source files should go away. To make sure that everything has worked, run
hatch shell
to enter the environment that was created, and then execute
energyplus_version --help
You should see the help output from the tool. Typing exit
will exit the shell.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file energyplus_version-1.0.0.tar.gz
.
File metadata
- Download URL: energyplus_version-1.0.0.tar.gz
- Upload date:
- Size: 47.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8a1c477faf395de0f8018401bdedd573cd56a3fc86cdcc512bcdbd822b4f751 |
|
MD5 | 0122163285bbfd3210d27fb4747b5554 |
|
BLAKE2b-256 | 37d68b53c348136d6fb6d2206384cc78a7625a15f25fc58aebf721e4e85fff7a |
File details
Details for the file energyplus_version-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: energyplus_version-1.0.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 777b9d59a84c1b7cda758ad5a2c3c270bde6406f4b21a99adce5375a262f5bc3 |
|
MD5 | 81a20a42b611c9e36f9cf93e4cc630b9 |
|
BLAKE2b-256 | 529bd5285e7930e8be8196ba1199295004990fc8c87c3c8380d46ca5226f2164 |