README.md
pyproject.toml
src/stkweight/__init__.py
src/stkweight/b_analyse.py
src/stkweight/core.py
src/stkweight/log.py
src/stkweight.egg-info/PKG-INFO
src/stkweight.egg-info/SOURCES.txt
src/stkweight.egg-info/dependency_links.txt
src/stkweight.egg-info/requires.txt
src/stkweight.egg-info/top_level.txt
src/stkweight/server/__init__.py
src/stkweight/server/__main__.py
src/stkweight/server/server.py
src/stkweight/server/models/__init__.py
src/stkweight/server/models/models.py
src/stkweight/server/routers/__init__.py
src/stkweight/server/routers/admin.py
src/stkweight/server/routers/user.py
src/stkweight/server/routers/work.py
src/stkweight/server/utils/__init__.py
src/stkweight/server/utils/auth_backends.py
src/stkweight/server/utils/database.py
src/stkweight/server/utils/user_manager.py
src/stkweight/view/__init__.py
src/stkweight/view/view_server.py
tests/test_main.py