Build Status

Python 3.7

ladybug-charts

Ladybug extension to generate 2D charts.

Installation

pip install ladybug-charts

QuickStart

import ladybug_charts

Local Development

  1. Clone this repo locally

git clone [email protected]:ladybug-tools/ladybug-charts

# or

git clone https://github.com/ladybug-tools/ladybug-charts
  1. Install dependencies:

cd ladybug-charts
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 ./ladybug_charts
sphinx-build -b html ./docs ./docs/_build/docs

GitHub

View Github