.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
demo/class_screens.py
demo/declarative.py
demo/form.py
demo/function_screens.py
demo/nested_router.py
src/dearpygui_router/__init__.py
src/dearpygui_router/context.py
src/dearpygui_router/router.py
src/dearpygui_router/screen.py
src/dearpygui_router/stack.py
src/dearpygui_router/types.py
src/dearpygui_router/ui.py
src/dearpygui_router.egg-info/PKG-INFO
src/dearpygui_router.egg-info/SOURCES.txt
src/dearpygui_router.egg-info/dependency_links.txt
src/dearpygui_router.egg-info/requires.txt
src/dearpygui_router.egg-info/top_level.txt
tests/dpg/conftest.py
tests/dpg/test_router.py