Metadata-Version: 1.2
Name: streamlit-theme
Version: 0.58.0
Summary: Easy customisation of Streamlit look and feel.
Home-page: https://github.com/samdobson/streamlit_theme
Author: Sam Dobson
Author-email: sjd333@gmail.com
License: MIT license
Description: ===============
        Streamlit Theme
        ===============
        
        
        .. image:: https://img.shields.io/pypi/v/streamlit_theme.svg
                :target: https://pypi.python.org/pypi/streamlit_theme
        
        .. image:: https://img.shields.io/travis/samdobson/streamlit-theme.svg
                :target: https://travis-ci.com/samdobson/streamlit-theme
        
        .. image:: https://readthedocs.org/projects/streamlit-theme/badge/?version=latest
                :target: https://streamlit-theme.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/samdobson/streamlit-theme/shield.svg
             :target: https://pyup.io/repos/github/samdobson/streamlit-theme/
             :alt: Updates
        
        Easy customisation of Streamlit look and feel.
        
        .. code-block:: console
        
           $ pip install streamlit-theme
        
        .. code-block:: python
        
            import streamlit as st
            import streamlit_theme as stt
        
            stt.set_theme({'primary': '#1b3388'})
            st.title('My themed app')
        
        Dcoumentation: https://streamlit-theme.readthedocs.io
        
        
        
        =======
        History
        =======
        
        0.58.0 (2020-04-28)
        -------------------
        
        * First release on PyPI.
        
Keywords: streamlit_theme
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
