Last updated:
0 purchases
pollinationstreamlit 0.8.3
Pollination Streamlit
A Pollination extension to facilitate working with
Pollination in Streamlit apps.
Many thanks to the Streamlit team for developing Streamlit app framework! :balloon: :balloon: :balloon:
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
Clone this repo locally
git clone [email protected]:ladybug-tools/pollination-streamlit
# or
git clone https://github.com/ladybug-tools/pollination-streamlit
Install dependencies:
cd pollination-streamlit
pip install -r dev-requirements.txt
pip install -r requirements.txt
Run Tests:
python -m pytest tests/
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.