Skip to content

LekoLabs/awesome-streamlit-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Streamlit Package.

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.

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 Awesome Streamlit Gallery.

For more information please visit the Awesome Streamlit Project on GitHub.

About

Python PIP module forked from the Awesome-Streamlit PyPi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages