This package supports the Awesome Streamlit Project and provides features that are not yet and maybe never will be provided by the Streamlit package.
This package is currently highly experimental and
- The api might change dramatically and often!
- If the Streamlit package starts providing the functionality, then it should be removed from this package.
- If you find a version that works for you, then please pin the version number!
- An example of pinning the version number is
awesome-streamlit==20191014.2
.
- An example of pinning the version number is
You can install it using
pip install awesome-streamlit
You can use it using
import awesome_streamlit as ast
ast.experiments.write_hello_world()
or alternatively if you just need the experimental features
from awesome_streamlit import experiments as ste
ste.write_hello_world()
and the result should look like Awesome Streamlit Gallery .
For more information please visit the Awesome Streamlit Project on GitHub.