Metadata-Version: 2.4
Name: geomeppy
Version: 0.11.8
Summary: Geometry editing for E+ idf files
Home-page: https://github.com/jamiebull1/geomeppy
Download-URL: https://github.com/jamiebull1/geomeppy/tarball/v0.11.8
Author: Jamie Bull
Author-email: jamie.bull@oco-carbon.com
License: MIT License
Keywords: EnergyPlus,geometry,building performance simulation
Platform: any
Classifier: Programming Language :: Python :: 3 :: Only
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: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eppy
Requires-Dist: matplotlib
Requires-Dist: pyclipper
Requires-Dist: pypoly2tri
Requires-Dist: shapely
Requires-Dist: transforms3d
Provides-Extra: lint
Requires-Dist: mypy; extra == "lint"
Requires-Dist: black; extra == "lint"
Provides-Extra: testing
Requires-Dist: codecov; extra == "testing"
Requires-Dist: flake8; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: typing; extra == "testing"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

GeomEppy
========
[![Build Status](https://travis-ci.org/jamiebull1/geomeppy.svg?branch=master)](https://travis-ci.org/jamiebull1/geomeppy)
 for Python 2.7, 3.7 via Travis

[![CodeCov](https://img.shields.io/codecov/c/github/jamiebull1/geomeppy/master.svg)](https://codecov.io/github/jamiebull1/geomeppy)
 via CodeCov

[![Documentation Status](https://readthedocs.org/projects/geomeppy/badge/?version=latest)](http://geomeppy.readthedocs.io/en/latest/?badge=latest)
 on Read the Docs
 
GeomEppy is a scripting language for use with Eppy, which in turn is a scripting language for EnergyPlus IDF files and output files.

It primarily adds functions to do with IDF geometry, including zones, surfaces, constructions, etc.

## Installation

In most cases, all that is needed is:

`pip install geomeppy`

If you have problems installing, you may need to install `shapely` first. To ensure the required libraries are installed, we recommend installing `shapely` using a `conda` environment, particularly on Windows.

## Documentation

Complete documentation is hosted at [Read the Docs](http://geomeppy.readthedocs.io/en/latest/?). This covers the internals of geomeppy, 
and may be subject to change. 

Features documented in the [Basics](https://geomeppy.readthedocs.io/en/latest/How-to%20guides.html) section can be relied upon to remain stable.

## Referencing

If you rely on this package in academic work, and would like to include a citation (which we greatly appreciate), please refer to this project as:

- Bull J, et al. GeomEppy, 2016-, https://github.com/jamiebull1/geomeppy [Online; accessed 2019-09-21].
