Skip to content

ladybug-tools/dragonfly-comparison

Dragonfly

Build Status

Python 3.10 Python 3.7 Python 2.7 IronPython

dragonfly-comparison

Dragonfly extension for comparing dragonfly models with one another.

Installation

pip install dragonfly-comparison

QuickStart

import dragonfly_comparison

Local Development

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

# or

git clone https://github.com/ladybug-tools/dragonfly-comparison
  1. Install dependencies:
cd dragonfly-comparison
pip install -r dev-requirements.txt
pip install -r requirements.txt
  1. Run Tests:
python -m pytest tests/
  1. Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_comparison
sphinx-build -b html ./docs ./docs/_build/docs

About

🐉 ↔️ A dragonfly extension for comparing dragonfly models with one another

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published