LICENSE
MANIFEST.in
README.md
pyproject.toml
src/sgelt/__init__.py
src/sgelt/__main__.py
src/sgelt/__version__.py
src/sgelt/calendar.py
src/sgelt/config.py
src/sgelt/data.py
src/sgelt/filters.py
src/sgelt/main.py
src/sgelt/mdextend.py
src/sgelt/mdparse.py
src/sgelt/pages.py
src/sgelt/py.typed
src/sgelt/serve.py
src/sgelt/sgelt.py
src/sgelt/utils.py
src/sgelt/watch.py
src/sgelt.egg-info/PKG-INFO
src/sgelt.egg-info/SOURCES.txt
src/sgelt.egg-info/dependency_links.txt
src/sgelt.egg-info/entry_points.txt
src/sgelt.egg-info/requires.txt
src/sgelt.egg-info/top_level.txt
src/sgelt/theme/LICENSE
src/sgelt/theme/css/materialize.css
src/sgelt/theme/css/materialize.min.css
src/sgelt/theme/css/style.css
src/sgelt/theme/img/favicon.ico
src/sgelt/theme/img/iss.jpg
src/sgelt/theme/img/logo_jinja.png
src/sgelt/theme/img/logo_materialize.png
src/sgelt/theme/img/logo_pi.png
src/sgelt/theme/img/logo_python.png
src/sgelt/theme/js/delaunay.js
src/sgelt/theme/js/init.js
src/sgelt/theme/js/lunr-search-result.js
src/sgelt/theme/js/lunr.js
src/sgelt/theme/js/materialize.js
src/sgelt/theme/js/materialize.min.js
src/sgelt/theme/js/parallax.js
src/sgelt/theme/js/parallax.min.js
src/sgelt/theme/templates/actualites-bib.html
src/sgelt/theme/templates/actualites.html
src/sgelt/theme/templates/agenda.html
src/sgelt/theme/templates/article.html
src/sgelt/theme/templates/base.html
src/sgelt/theme/templates/conference.html
src/sgelt/theme/templates/equipe.html
src/sgelt/theme/templates/index.html
src/sgelt/theme/templates/macros.jinja.html
src/sgelt/theme/templates/page.html
src/sgelt/theme/templates/search.html
src/sgelt/theme/templates/seminaire.html
src/sgelt/theme/templates/seminaires.html
src/sgelt/theme/templates/soutenance.html
src/sgelt/theme/templates/partial/date_place.html
src/sgelt/theme/templates/partial/footer.html
src/sgelt/theme/templates/partial/nav.html
src/sgelt/theme/templates/partial/news_button.html
tests/test_calendar.py
tests/test_config.py
tests/test_data.py
tests/test_filters.py
tests/test_main.py
tests/test_mdparse.py
tests/test_pages.py
tests/test_serve.py
tests/test_serverwatch.py
tests/test_site.py
tests/test_utils.py
tests/test_watch.py