LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
store/__init__.py
store/agent_cli.py
store/api.py
store/app.py
store/config.py
store/store.py
store/agent/__init__.py
store/agent/__main__.py
store/agent/builder.py
store/agent/commands.py
store/agent/core.py
store/agent/metadata.py
store/agent/supervisor.py
store/screens/__init__.py
store/screens/browse.py
store/screens/detail.py
store/screens/docs.py
store/screens/home.py
store/screens/login.py
store/screens/profile.py
store/screens/publish.py
store/styles/app.tcss
store/widgets/__init__.py
store/widgets/comment_dialog.py
store/widgets/pixel_art.py
store/widgets/pixel_avatars.py
store/widgets/rating_dialog.py
storeapp.egg-info/PKG-INFO
storeapp.egg-info/SOURCES.txt
storeapp.egg-info/dependency_links.txt
storeapp.egg-info/entry_points.txt
storeapp.egg-info/requires.txt
storeapp.egg-info/top_level.txt
tests/test_agent.py
tests/test_api.py
tests/test_config.py
tests/test_screens.py
tests/test_search.py