https://github.com/pollination/pollination-streamlit
A pollination extention to facilitate working with Pollination in Streamlit apps
https://github.com/pollination/pollination-streamlit
Last synced: 11 months ago
JSON representation
A pollination extention to facilitate working with Pollination in Streamlit apps
- Host: GitHub
- URL: https://github.com/pollination/pollination-streamlit
- Owner: pollination
- License: apache-2.0
- Created: 2021-11-16T22:20:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-27T10:12:08.000Z (about 2 years ago)
- Last Synced: 2024-03-27T11:29:59.167Z (about 2 years ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pollination Streamlit
A [Pollination](https://pollination.cloud) extension to facilitate working with
Pollination in [Streamlit](https://streamlit.io) apps.
Many thanks to the Streamlit team for developing [Streamlit app framework](https://github.com/streamlit/)! :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](https://github.com/pollination/sample-apps) for several sample
pollination sample apps.
If you are new Streamlit see Streamlit [get started documentation](https://docs.streamlit.io/library/get-started).
## Installation
`python -m pip install -U pollination-streamlit`
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/pollination-streamlit
# or
git clone https://github.com/ladybug-tools/pollination-streamlit
```
2. Install dependencies:
```console
cd pollination-streamlit
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```