LICENSE
README.md
pyproject.toml
src/newsflash/__init__.py
src/newsflash/app.py
src/newsflash/callback.py
src/newsflash/manage.py
src/newsflash/types.py
src/newsflash.egg-info/PKG-INFO
src/newsflash.egg-info/SOURCES.txt
src/newsflash.egg-info/dependency_links.txt
src/newsflash.egg-info/requires.txt
src/newsflash.egg-info/top_level.txt
src/newsflash/web/__init__.py
src/newsflash/web/asgi.py
src/newsflash/web/settings.py
src/newsflash/web/urls.py
src/newsflash/web/wsgi.py
src/newsflash/web/accounts/__init__.py
src/newsflash/web/accounts/apps.py
src/newsflash/web/accounts/models.py
src/newsflash/web/accounts/tests.py
src/newsflash/web/accounts/urls.py
src/newsflash/web/accounts/views.py
src/newsflash/web/accounts/migrations/__init__.py
src/newsflash/web/app/__init__.py
src/newsflash/web/app/apps.py
src/newsflash/web/app/models.py
src/newsflash/web/app/tests.py
src/newsflash/web/app/urls.py
src/newsflash/web/app/views.py
src/newsflash/web/app/migrations/__init__.py
src/newsflash/widgets/__init__.py
src/newsflash/widgets/base.py
src/newsflash/widgets/chart/__init__.py
src/newsflash/widgets/chart/axes.py
src/newsflash/widgets/chart/bar.py
src/newsflash/widgets/chart/base.py
src/newsflash/widgets/chart/line.py
src/newsflash/widgets/chart/type.py
src/newsflash/widgets/chart/utils.py
src/newsflash/widgets/control/__init__.py
src/newsflash/widgets/control/base.py
src/newsflash/widgets/control/button.py
src/newsflash/widgets/control/select.py
src/newsflash/widgets/layout/__init__.py
src/newsflash/widgets/layout/base.py
src/newsflash/widgets/layout/columns.py
src/newsflash/widgets/layout/flex.py
src/newsflash/widgets/layout/rows.py
src/newsflash/widgets/text/__init__.py
src/newsflash/widgets/text/base.py
src/newsflash/widgets/text/notifications.py
src/newsflash/widgets/text/paragraph.py
src/newsflash/widgets/text/title.py