LICENSE
MANIFEST.in
README.md
setup.py
sgen/__init__.py
sgen/__main__.py
sgen/base_config.py
sgen/base_middleware.py
sgen/base_renderer.py
sgen/build.py
sgen/cli.py
sgen/cmds.py
sgen/detect_change.py
sgen/errors.py
sgen/get_config.py
sgen/py.typed
sgen/server.py
sgen/components/__init__.py
sgen/components/base_num.py
sgen/components/deprecated_decorator.py
sgen/components/download.py
sgen/components/minify.py
sgen/components/override_decorator.py
sgen/components/platform_cache.py
sgen/components/process.py
sgen/components/random_str.py
sgen/components/repl.py
sgen/components/timeout.py
sgen/components/obfuscation/__init__.py
sgen/components/obfuscation/obf.py
sgen/components/obfuscation/text_obf.py
sgen/dependencies/closure-compiler.jar
sgen/example/basic_localization/.gitignore
sgen/example/basic_localization/README.md
sgen/example/basic_localization/config.py
sgen/example/basic_localization/locale/en.json
sgen/example/basic_localization/locale/ja.json
sgen/example/basic_localization/src/base.html
sgen/example/basic_localization/src/index.html
sgen/example/basic_localization/src/en/p1.html
sgen/example/basic_localization/src/ja/p1.html
sgen/example/basic_localization/src/page1/index.html
sgen/stdlib/__init__.py
sgen/stdlib/asset_download_protection/__init__.py
sgen/stdlib/asset_download_protection/image_division.py
sgen/stdlib/asset_download_protection/middleware.py
sgen/stdlib/baseurl/__init__.py
sgen/stdlib/baseurl/middleware.py
sgen/stdlib/checks/__init__.py
sgen/stdlib/checks/middleware.py
sgen/stdlib/closurecompiler/__init__.py
sgen/stdlib/closurecompiler/compile.py
sgen/stdlib/closurecompiler/middleware.py
sgen/stdlib/debug_auto_reload/__init__.py
sgen/stdlib/debug_auto_reload/middleware.py
sgen/stdlib/hashed_filename/__init__.py
sgen/stdlib/hashed_filename/middleware.py
sgen/stdlib/livesass/__init__.py
sgen/stdlib/livesass/middleware.py
sgen/stdlib/path/__init__.py
sgen/stdlib/path/middleware.py
sgen/stdlib/path/templatetag.py
sgen/stdlib/pyodide/__init__.py
sgen/stdlib/pyodide/middleware.py
sgen/stdlib/pyrender/__init__.py
sgen/stdlib/pyrender/avoid_escape.py
sgen/stdlib/pyrender/renderer.py
sgen/stdlib/pyrender/tokenizer.py
sgen/stdlib/selfxsswarn/__init__.py
sgen/stdlib/selfxsswarn/middleware.py
sgen/stdlib/smini/__init__.py
sgen/stdlib/smini/middleware.py
sgen/stdlib/smini/svg_minify.py
sgen/stdlib/sobf/__init__.py
sgen/stdlib/sobf/middleware.py
sgen/stdlib/spa/__init__.py
sgen/stdlib/spa/middleware.py
sgen/stdlib/stra/__init__.py
sgen/stdlib/stra/file_parser.py
sgen/stdlib/stra/middleware.py
sgen/stdlib/stra/templatetag.py
sgen/stdlib/tailwindcss/__init__.py
sgen/stdlib/tailwindcss/middleware.py
sgen/stdlib/tailwindcss/select_binary.py
sgen/stdlib/xmlsitemap/__init__.py
sgen/stdlib/xmlsitemap/middleware.py
sgen/templates/project/.gitignore
sgen/templates/project/README.md
sgen/templates/project/config.py
sgen/templates/project/package.json
sgen/templates/project/tailwind.config.js
sgen/templates/project/.vscode/settings.json
sgen/templates/project/.vscode/tasks.json
sgen/templates/project/src/index.html
sgen_tool.egg-info/PKG-INFO
sgen_tool.egg-info/SOURCES.txt
sgen_tool.egg-info/dependency_links.txt
sgen_tool.egg-info/entry_points.txt
sgen_tool.egg-info/top_level.txt
test/test_pyrender.py
test/test_smini.py
test/test_sobf.py