Skip to content

AntoineDao/pollination-streamlit

 
 

Repository files navigation

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 [email protected]: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/

About

A pollination extention to facilitate working with Pollination in Streamlit apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.8%
  • Dockerfile 4.4%
  • Shell 0.8%