ladybug-dotnet

A library for communicating between Ladybug Tools core Python libraries and .NET libraries


License
GPL-3.0
Install
pip install ladybug-dotnet==1.1.1

Documentation

Build Status

IronPython

ladybug-dotnet

A library for communicating between Ladybug Tools core Python libraries and .NET libraries

Installation

pip install ladybug-dotnet

QuickStart

import ladybug_dotnet

API Documentation

Local Development

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

# or

git clone https://github.com/ladybug-tools/ladybug-dotnet
  1. Install dependencies:
cd ladybug-dotnet
pip install -r dev-requirements.txt
pip install -r requirements.txt
pip install pythonnet
  1. Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_dotnet
sphinx-build -b html ./docs ./docs/_build/docs