[![Build Status](https://github.com/ladybug-tools/dragonfly-ies/workflows/CI/badge.svg)](https://github.com/ladybug-tools/dragonfly-ies/actions)
[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)
# dragonfly-ies
Dragonfly extension for export to IES-VE GEM file format
## Installation
```console
pip install dragonfly-ies
```
## QuickStart
```python
import dragonfly_ies
```
## [API Documentation](http://ladybug-tools.github.io/dragonfly-ies/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/dragonfly-ies
# or
git clone https://github.com/ladybug-tools/dragonfly-ies
```
2. Install dependencies:
```console
cd dragonfly-ies
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```
4. Generate Documentation:
```console
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_ies
sphinx-build -b html ./docs ./docs/_build/docs
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ladybug-tools/dragonfly-ies",
"name": "dragonfly-ies",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Ladybug Tools",
"author_email": "info@ladybug.tools",
"download_url": "https://files.pythonhosted.org/packages/60/09/88f627fc8bc2201aaed3c93f24663f071e7ab509799ce41b9b7217534c34/dragonfly-ies-0.1.6.tar.gz",
"platform": null,
"description": "[![Build Status](https://github.com/ladybug-tools/dragonfly-ies/workflows/CI/badge.svg)](https://github.com/ladybug-tools/dragonfly-ies/actions)\n\n[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/)\n\n# dragonfly-ies\n\nDragonfly extension for export to IES-VE GEM file format\n\n## Installation\n```console\npip install dragonfly-ies\n```\n\n## QuickStart\n```python\nimport dragonfly_ies\n\n```\n\n## [API Documentation](http://ladybug-tools.github.io/dragonfly-ies/docs)\n\n## Local Development\n1. Clone this repo locally\n```console\ngit clone git@github.com:ladybug-tools/dragonfly-ies\n\n# or\n\ngit clone https://github.com/ladybug-tools/dragonfly-ies\n```\n2. Install dependencies:\n```console\ncd dragonfly-ies\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```console\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n```console\nsphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_ies\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n\n\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "Dragonfly extension for export to IES-VE GEM file format",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/ladybug-tools/dragonfly-ies"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a79bb7d8820c332e078d4252d48ab8c8ceed5332136b0ae5351022b4ee02f894",
"md5": "745d20cd14c59fc837bdc6544848183e",
"sha256": "e138b6dd93a992a3dfbda004b4976568cbe97ef5e7170724a33981995ea3f10f"
},
"downloads": -1,
"filename": "dragonfly_ies-0.1.6-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "745d20cd14c59fc837bdc6544848183e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 16685,
"upload_time": "2023-05-12T23:03:12",
"upload_time_iso_8601": "2023-05-12T23:03:12.437918Z",
"url": "https://files.pythonhosted.org/packages/a7/9b/b7d8820c332e078d4252d48ab8c8ceed5332136b0ae5351022b4ee02f894/dragonfly_ies-0.1.6-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "600988f627fc8bc2201aaed3c93f24663f071e7ab509799ce41b9b7217534c34",
"md5": "485363b3af430b20f2076053a44b38de",
"sha256": "13dc45274ad12383e7cf6cdd38c825f3cc5c298d01f7e298d3dce94c386f2b28"
},
"downloads": -1,
"filename": "dragonfly-ies-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "485363b3af430b20f2076053a44b38de",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 159689,
"upload_time": "2023-05-12T23:03:14",
"upload_time_iso_8601": "2023-05-12T23:03:14.608756Z",
"url": "https://files.pythonhosted.org/packages/60/09/88f627fc8bc2201aaed3c93f24663f071e7ab509799ce41b9b7217534c34/dragonfly-ies-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-12 23:03:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ladybug-tools",
"github_project": "dragonfly-ies",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "dragonfly-ies"
}