ladybug-display 0.11.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

ladybugdisplay 0.11.2

ladybug-display
A library that assigns basic display attributes to ladybug-geometry objects
(color, line weight, line type, etc). It also extends several core Ladybug objects
with methods to translate them to a VisualzationSet (Sunpath, WindRose, etc.).
Installation
pip install ladybug-display

QuickStart
import ladybug_display

API Documentation
Local Development

Clone this repo locally

git clone git@github.com:ladybug-tools/ladybug-display

# or

git clone https://github.com/ladybug-tools/ladybug-display


Install dependencies:

cd ladybug-display
pip install -r dev-requirements.txt
pip install -r requirements.txt


Run Tests:

python -m pytest tests/


Generate Documentation:

sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_display
sphinx-build -b html ./docs ./docs/_build/docs

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.