dragonfly-radiance


Namedragonfly-radiance JSON
Version 0.3.187 PyPI version JSON
download
home_pagehttps://github.com/ladybug-tools/dragonfly-radiance
SummaryDragonfly extension for radiance simulation.
upload_time2024-11-04 17:47:54
maintainerNone
docs_urlNone
authorLadybug Tools
requires_pythonNone
licenseAGPL-3.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png)

[![Build Status](https://github.com/ladybug-tools/dragonfly-radiance/actions/workflows/ci.yaml/badge.svg)](https://github.com/ladybug-tools/dragonfly-radiance/actions)

[![Python 3.10](https://img.shields.io/badge/python-3.10-orange.svg)](https://www.python.org/downloads/release/python-3100/) [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)

# dragonfly-radiance

Dragonfly extension for Radiance simulation.

## Installation

`pip install dragonfly-radiance`

To check if the command line interface is installed correctly
use `dragonfly-radiance --help`.

## QuickStart

```python
import dragonfly_radiance
```

## [API Documentation](http://ladybug-tools.github.io/dragonfly-radiance/docs)

## Local Development

1. Clone this repo locally
```
git clone git@github.com:ladybug-tools/dragonfly-radiance

# or

git clone https://github.com/ladybug-tools/dragonfly-radiance
```
2. Install dependencies:
```
cd dragonfly-radiance
pip install -r dev-requirements.txt
pip install -r requirements.txt
```

3. Run Tests:
```
python -m pytest tests/
```

4. Generate Documentation:
```
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_radiance
sphinx-build -b html ./docs ./docs/_build/docs
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ladybug-tools/dragonfly-radiance",
    "name": "dragonfly-radiance",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Ladybug Tools",
    "author_email": "info@ladybug.tools",
    "download_url": "https://files.pythonhosted.org/packages/1f/f7/cc59141ba41c1bfe8b16e53e1701b6120b54451be3e24a30285487495034/dragonfly_radiance-0.3.187.tar.gz",
    "platform": null,
    "description": "![Dragonfly](https://www.ladybug.tools/assets/img/dragonfly.png)\n\n[![Build Status](https://github.com/ladybug-tools/dragonfly-radiance/actions/workflows/ci.yaml/badge.svg)](https://github.com/ladybug-tools/dragonfly-radiance/actions)\n\n[![Python 3.10](https://img.shields.io/badge/python-3.10-orange.svg)](https://www.python.org/downloads/release/python-3100/) [![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](https://www.python.org/downloads/release/python-370/) [![Python 2.7](https://img.shields.io/badge/python-2.7-green.svg)](https://www.python.org/downloads/release/python-270/) [![IronPython](https://img.shields.io/badge/ironpython-2.7-red.svg)](https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.8/)\n\n# dragonfly-radiance\n\nDragonfly extension for Radiance simulation.\n\n## Installation\n\n`pip install dragonfly-radiance`\n\nTo check if the command line interface is installed correctly\nuse `dragonfly-radiance --help`.\n\n## QuickStart\n\n```python\nimport dragonfly_radiance\n```\n\n## [API Documentation](http://ladybug-tools.github.io/dragonfly-radiance/docs)\n\n## Local Development\n\n1. Clone this repo locally\n```\ngit clone git@github.com:ladybug-tools/dragonfly-radiance\n\n# or\n\ngit clone https://github.com/ladybug-tools/dragonfly-radiance\n```\n2. Install dependencies:\n```\ncd dragonfly-radiance\npip install -r dev-requirements.txt\npip install -r requirements.txt\n```\n\n3. Run Tests:\n```\npython -m pytest tests/\n```\n\n4. Generate Documentation:\n```\nsphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_radiance\nsphinx-build -b html ./docs ./docs/_build/docs\n```\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Dragonfly extension for radiance simulation.",
    "version": "0.3.187",
    "project_urls": {
        "Homepage": "https://github.com/ladybug-tools/dragonfly-radiance"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd7b57cb2f80699e0888977e52c03903af5a629f7612e721c91e8c793e1df1f5",
                "md5": "86efb9f82ae6e6873181414c50c230f7",
                "sha256": "4b11176f633bd8175f082c5d8eff2e31fc676b7501cd48dea02192b01e4aec57"
            },
            "downloads": -1,
            "filename": "dragonfly_radiance-0.3.187-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86efb9f82ae6e6873181414c50c230f7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 32388,
            "upload_time": "2024-11-04T17:47:52",
            "upload_time_iso_8601": "2024-11-04T17:47:52.774859Z",
            "url": "https://files.pythonhosted.org/packages/bd/7b/57cb2f80699e0888977e52c03903af5a629f7612e721c91e8c793e1df1f5/dragonfly_radiance-0.3.187-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ff7cc59141ba41c1bfe8b16e53e1701b6120b54451be3e24a30285487495034",
                "md5": "ea52f938a883db2faf14b730bcf88666",
                "sha256": "8523821c0a2f6254544084a7efbf06f150838201eb15e0191ca69623ff7108f2"
            },
            "downloads": -1,
            "filename": "dragonfly_radiance-0.3.187.tar.gz",
            "has_sig": false,
            "md5_digest": "ea52f938a883db2faf14b730bcf88666",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 27391,
            "upload_time": "2024-11-04T17:47:54",
            "upload_time_iso_8601": "2024-11-04T17:47:54.201883Z",
            "url": "https://files.pythonhosted.org/packages/1f/f7/cc59141ba41c1bfe8b16e53e1701b6120b54451be3e24a30285487495034/dragonfly_radiance-0.3.187.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 17:47:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ladybug-tools",
    "github_project": "dragonfly-radiance",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "dragonfly-radiance"
}
        
Elapsed time: 0.38527s