Streamlit component that allows you to deal with capability search for geoflow app
Project description
Running in dev-mode
- Create a new Python virtual environment for the template:
$ cd template
$ python3 -m venv venv # create venv
$ . venv/bin/activate # activate venv
$ pip install streamlit # install streamlit
- Initialize and run the component template frontend:
$ cd template/my_component/frontend
$ npm install # Install npm dependencies
$ npm run start # Start the Webpack dev server
- From a separate terminal, run the template's Streamlit app:
$ cd template
$ . venv/bin/activate # activate the venv you created earlier
$ streamlit run my_component/__init__.py # run the example
streamlit-custom-component
Streamlit component that allows you to do X
Installation instructions
pip install streamlit-custom-component
Usage instructions
import streamlit as st
from my_component import my_component
value = my_component()
st.write(value)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geoflow-capability-search-0.0.5.tar.gz.
File metadata
- Download URL: geoflow-capability-search-0.0.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c5289c8cd1030ef0573e588ae97ea856eb935e18aca6724b4eb7e75c1e22c95
|
|
| MD5 |
736daf535b2b12a7cb5540897dc272f5
|
|
| BLAKE2b-256 |
8914bc093002fe4a2510fb447283f0cf9bada173482f762fb7bedb90551082be
|
File details
Details for the file geoflow_capability_search-0.0.5-py3-none-any.whl.
File metadata
- Download URL: geoflow_capability_search-0.0.5-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7144deb367788a289aaa6132fb2edf9f173f74db52a37c132a669983c2be2912
|
|
| MD5 |
77b2fd4330eb08c04bb2ca7e3cff8913
|
|
| BLAKE2b-256 |
21f05ac0c93aa9c80639484f078435f31c30d07abc2efa45ccb1df97946d6038
|