/pollination-streamlit

A pollination extention to facilitate working with Pollination in Streamlit apps

Primary LanguagePythonApache License 2.0Apache-2.0

Pollination Streamlit

A Pollination extension to facilitate working with Pollination in Streamlit apps.

Many thanks to the Streamlit team for developing Streamlit app framework! 🎈 🎈 🎈

You can build custom apps for environmental building simulation by bringing the power of Pollination and Ladybug Tools to Streamlit apps!

Getting Started

See this repository for several sample pollination sample apps.

If you are new Streamlit see Streamlit get started documentation.

Installation

python -m pip install -U pollination-streamlit

Local Development

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

# or

git clone https://github.com/ladybug-tools/pollination-streamlit
  1. Install dependencies:
cd pollination-streamlit
pip install -r dev-requirements.txt
pip install -r requirements.txt
  1. Run Tests:
python -m pytest tests/