Metadata-Version: 2.1
Name: swedeb-explorer
Version: 0.1.12
Summary: Swedish parliamentary debate explorer
Author: roger-mahler
Author-email: roger.mahler@hotmail.com
Requires-Python: >=3.11,<3.12.dev0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bokeh (>=3.2.2,<4.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: cwb-ccc (>=0.12.1,<0.13.0)
Requires-Dist: humlab-penelope (>=0.7.37,<0.8.0)
Requires-Dist: jupyter (>=1.0.0,<2.0.0)
Requires-Dist: jupytext (>=1.15.1,<2.0.0)
Requires-Dist: pandas (>=1.5.3,<2.0.0)
Requires-Dist: perspective-python (>=2.5.1,<3.0.0)
Requires-Dist: plotly (>=5.16.1,<6.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Requires-Dist: streamlit (>=1.20.0,<2.0.0)
Description-Content-Type: text/markdown

## Prototype for Swedeb Demo.

Based on Streamlit

To run


`streamlit run swedeb_demo/main_page_shared_filter.py`

To run with .env file (specifying a corpus)


`streamlit run swedeb_demo/main_page_shared_filter.py -- --env_file .env`

To run without displaying the "debug" tab


`streamlit run swedeb_demo/main_page_shared_filter.py -- --debug False`
