Skip to content

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

License

Notifications You must be signed in to change notification settings

chriswmackey/ladybug-dotnet

Repository files navigation

This repository is no longer being developed

Any code that might have gone to this repository should now go to ladybug-rhino.

ladybug-dotnet

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

Installation

pip install ladybug-dotnet

QuickStart

import ladybug_dotnet

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published