Metadata-Version: 2.1
Name: icepy
Version: 0.0.6
Summary: Automated simulation tool for IDA ICE
Home-page: https://github.com/chenglongfu11/icepy
Author: Clong
Author-email: fuc369702700@gmail.com
License: MIT Licence
Description: # Welcome to icepy
        
        Icepy is a Python package as an automated tool for IDA ICE. It is  programmed in Python and some functions utilized external Pypi packages. Icepy is available publicly as a Pypi
        package in https://pypi.org/project/icepy/. The latest version as of July 21, 2020 is 0.0.6. Starting from baseline models, users can use icepy to search and modify IDA ICE building energy models.
        More specially, here is a list of available functions:
        
        * Make changes of IDM models in zones, windows and doors.
        * Make changes of windows according to WWR.
        * Automated simulation for a number of models.
        * Generate simulation reports and read data
        
        
        ## Now, let's discover icepy
        
        ### Github repository classification
        We have combined everything related into the github page- icepy. You can find:
        
        * Source files: .py files and zonestructure folder.
        * Tuturoials folder.
        * Example IDM models: Buildings folder.
        * API update files: API update folder.
        * To submit to Pypi: Pypipackage folder.
        
        ### For a fresh user
        * Install Pypi package via your terminal: pip install icepy
        * Download files from Buildings folder and Tutorials foler.
        * The list of useful functions are Icepy function.ipynb.
        * User jupyter notebook to work with Tutorial 1, 2, 3 and 3+. 
        * It is optional for a developer to read through the source files.
        
        ## Contact
        Any problems, please feel free to contact the maintainer: Clong, fuc369702700@gmail.com
        
        
        --------------------------
        
        
        Kindly regards,
        
        Clong
        
Platform: any
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
