:dragon: dragonfly core library
Project description
dragonfly-core
Dragonfly is a collection of Python libraries to create representations of buildings following dragonfly-schema. It abstracts the capabilities of honeybee-core to make it easier to construct and edit large models.
This repository is the core repository that provides dragonfly's common functionalities. To extend these functionalities you should install available Dragonfly extensions or write your own.
Here are a number of frequently used extensions for Dragonfly:
- dragonfly-energy: Adds Energy simulation to Dragonfly.
Installation
pip install -U dragonfly-core
To check if Dragonfly command line interface is installed correctly use dragonfly viz
and you
should get a viiiiiiiiiiiiizzzzzzzzz!
back in response!
API Documentation
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/dragonfly-core.git
# or
git clone https://github.com/ladybug-tools/dragonfly-core.git
- Install dependencies:
cd dragonfly-core
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytests tests/
- Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly
sphinx-build -b html ./docs ./docs/_build/docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dragonfly_core-1.56.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f21d24a04b38ef8b3cba77bdcd9c5aa7f1b5f04de357e47a28dde8f59356ab3 |
|
MD5 | b97a310b7813431caa4a6d265066089d |
|
BLAKE2b-256 | bc98a3ee1f79a95a96e2d2bf86bad339b58d694ca340e40aa184691927d43ec0 |