Metadata-Version: 2.4
Name: openstudio-backporter
Version: 0.1.2
Summary: A small library to backport an OpenStudio OSM model to an older version.
License: MIT
License-File: LICENSE
Author: Julien Marrec
Author-email: contact@effibem.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: test
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: openstudio (>=3.11.0)
Requires-Dist: pytest (>=9.0.2,<10.0.0) ; extra == "test"
Requires-Dist: pytest-cov (>=7.0.0,<8.0.0) ; extra == "test"
Project-URL: Homepage, https://github.com/jmarrec/openstudio-backporter
Description-Content-Type: text/markdown

# openstudio-backporter


[![pypi](https://img.shields.io/pypi/v/openstudio-backporter.svg)](https://pypi.org/project/openstudio-backporter/)
[![python](https://img.shields.io/pypi/pyversions/openstudio-backporter.svg)](https://pypi.org/project/openstudio-backporter/)
[![Build Status](https://github.com/jmarrec/openstudio-backporter/actions/workflows/dev.yml/badge.svg)](https://github.com/jmarrec/openstudio-backporter/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/jmarrec/openstudio-backporter/branch/main/graphs/badge.svg)](https://codecov.io/github/jmarrec/openstudio-backporter)


A small library to backport an [OpenStudio](https://github.com/NREL/OpenStudio) OSM model to an older version.
I am only added backports as old as I need to.

A Jupyter Notebook [openstudio-backporter_Demonstration.ipynb](openstudio-backporter_Demonstration.ipynb) can serve as a small demonstration of the features.


* Documentation: <https://jmarrec.github.io/openstudio-backporter>
* GitHub: <https://github.com/jmarrec/openstudio-backporter>
* PyPI: <https://pypi.org/project/openstudio-backporter/>
* TestPyPI: <https://test.pypi.org/project/openstudio-backporter/>


This is free software (MIT License) contributed by [EffiBEM](https://www.effibem.com).

Leveraging software, [EffiBEM](https://www.effibem.com) specializes in providing new ways to streamline your workflows and create new tools that work with limited inputs for your specific applications. We also offer support and training services on BEM simulation engines (OpenStudio and EnergyPlus).

