Metadata-Version: 2.1
Name: design-nest
Version: 0.1.0
Summary: Python library which allows to read, modify, create and run EnergyPlus files and simulations.
Home-page: https://github.com/designnestio/design_nest_io
Author: https://designnest.io
Author-email: designnestio@gmail.com
License: Apache License 2.0
Description: ## design nest
        
        This Python library allows to read, modify and create and run EnergyPlus file and simulations. Component file generation concept from [pyidf](https://github.com/rbuffat/pyidf) but instead of idd schema, we are using the new json schema.
        
        ## Installation
         
        ### pip:
        ```
        pip install design_nest
        ```
        
        ## Documentation
        Comming Soon
        
        ## Sample Usage
        Comming Soon
Keywords: EnergyPlus,epJSON
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
