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
Release files for dragonfly-core 1.77.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dragonfly_core-1.77.8.tar.gz | 274.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dragonfly_core-1.77.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 561.6 kB
Release files / dragonfly_core-1.77.8.tar.gz
| Download URL | dragonfly_core-1.77.8.tar.gz |
|---|---|
| Size | 274.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d00b00149fbf5bd675e654e9b1c9e4de7d8ba61e442e6b3bc4729f14da0143b0
|
|
BLAKE2b-256 checksum How to use checksums |
c78e4a7461339df6dd168a80b87972c6e7ec67055c2294e8581ee15d30d336ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|
Release files / dragonfly_core-1.77.8-py3-none-any.whl
| Download URL | dragonfly_core-1.77.8-py3-none-any.whl |
|---|---|
| Size | 286.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca56e37f0b5fdd3d90f65258d167664950237b91155795e9cad60b037bae97da
|
|
BLAKE2b-256 checksum How to use checksums |
71a65630e4b0eaab1ccdd059f1c15d4fadd00e66841566631ac2e743abbdc151
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.14
|