MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
shopyo/__init__.py
shopyo/__main__.py
shopyo/app.py
shopyo/config.json
shopyo/config.py
shopyo/manage.py
shopyo/shopyo.db
shopyo/test_frontend.py
shopyo.egg-info/PKG-INFO
shopyo.egg-info/SOURCES.txt
shopyo.egg-info/dependency_links.txt
shopyo.egg-info/entry_points.txt
shopyo.egg-info/requires.txt
shopyo.egg-info/top_level.txt
shopyo/.pytest_cache/.gitignore
shopyo/.pytest_cache/CACHEDIR.TAG
shopyo/.pytest_cache/README.md
shopyo/.pytest_cache/v/cache/lastfailed
shopyo/.pytest_cache/v/cache/nodeids
shopyo/.pytest_cache/v/cache/stepwise
shopyo/__pycache__/__init__.cpython-38.pyc
shopyo/__pycache__/__main__.cpython-38.pyc
shopyo/__pycache__/app.cpython-38.pyc
shopyo/__pycache__/config.cpython-38.pyc
shopyo/migrations/README
shopyo/migrations/alembic.ini
shopyo/migrations/env.py
shopyo/migrations/script.py.mako
shopyo/migrations/__pycache__/env.cpython-38.pyc
shopyo/migrations/versions/51e638dafa33_.py
shopyo/migrations/versions/__pycache__/51e638dafa33_.cpython-38.pyc
shopyo/modules/__init__.py
shopyo/modules/__pycache__/__init__.cpython-38.pyc
shopyo/modules/admin/__init__.py
shopyo/modules/admin/admin.py
shopyo/modules/admin/info.json
shopyo/modules/admin/models.py
shopyo/modules/admin/view.py
shopyo/modules/admin/__pycache__/__init__.cpython-38.pyc
shopyo/modules/admin/__pycache__/admin.cpython-38.pyc
shopyo/modules/admin/__pycache__/admin_modif.cpython-38.pyc
shopyo/modules/admin/__pycache__/models.cpython-38.pyc
shopyo/modules/admin/__pycache__/view.cpython-38.pyc
shopyo/modules/admin/templates/admin/add.html
shopyo/modules/admin/templates/admin/edit.html
shopyo/modules/admin/templates/admin/index.html
shopyo/modules/admin/templates/admin/nav.html
shopyo/modules/admin/templates/admin/roles.html
shopyo/modules/appointment/__init__.py
shopyo/modules/appointment/info.json
shopyo/modules/appointment/models.py
shopyo/modules/appointment/view.py
shopyo/modules/appointment/__pycache__/__init__.cpython-38.pyc
shopyo/modules/appointment/__pycache__/appointment.cpython-38.pyc
shopyo/modules/appointment/__pycache__/models.cpython-38.pyc
shopyo/modules/appointment/__pycache__/view.cpython-38.pyc
shopyo/modules/appointment/templates/appointment/add.html
shopyo/modules/appointment/templates/appointment/edit.html
shopyo/modules/appointment/templates/appointment/index.html
shopyo/modules/appointment/templates/appointment/lookup.html
shopyo/modules/appointment/templates/appointment/nav.html
shopyo/modules/base/info.json
shopyo/modules/base/view.py
shopyo/modules/base/__pycache__/base.cpython-38.pyc
shopyo/modules/base/__pycache__/view.cpython-38.pyc
shopyo/modules/base/templates/base/main_base.html
shopyo/modules/base/templates/base/nav_base.html
shopyo/modules/category/__init__.py
shopyo/modules/category/info.json
shopyo/modules/category/models.py
shopyo/modules/category/view.py
shopyo/modules/category/__pycache__/__init__.cpython-38.pyc
shopyo/modules/category/__pycache__/manufac.cpython-38.pyc
shopyo/modules/category/__pycache__/models.cpython-38.pyc
shopyo/modules/category/__pycache__/view.cpython-38.pyc
shopyo/modules/category/templates/category/add.html
shopyo/modules/category/templates/category/edit.html
shopyo/modules/category/templates/category/index.html
shopyo/modules/category/templates/category/message.html
shopyo/modules/category/templates/category/nav.html
shopyo/modules/control_panel/view.py
shopyo/modules/control_panel/__pycache__/view.cpython-38.pyc
shopyo/modules/control_panel/templates/control_panel/index.html
shopyo/modules/control_panel/templates/control_panel/nav.html
shopyo/modules/internals/forms.py
shopyo/modules/internals/info.json
shopyo/modules/internals/models.py
shopyo/modules/internals/view.py
shopyo/modules/internals/__pycache__/models.cpython-38.pyc
shopyo/modules/internals/__pycache__/view.cpython-38.pyc
shopyo/modules/internals/templates/internals/index.html
shopyo/modules/login/forms.py
shopyo/modules/login/info.json
shopyo/modules/login/view.py
shopyo/modules/login/__pycache__/forms.cpython-38.pyc
shopyo/modules/login/__pycache__/login.cpython-38.pyc
shopyo/modules/login/__pycache__/view.cpython-38.pyc
shopyo/modules/login/templates/login.html
shopyo/modules/people/__init__.py
shopyo/modules/people/info.json
shopyo/modules/people/models.py
shopyo/modules/people/view.py
shopyo/modules/people/__pycache__/__init__.cpython-38.pyc
shopyo/modules/people/__pycache__/models.cpython-38.pyc
shopyo/modules/people/__pycache__/people.cpython-38.pyc
shopyo/modules/people/__pycache__/view.cpython-38.pyc
shopyo/modules/people/templates/people/add.html
shopyo/modules/people/templates/people/edit.html
shopyo/modules/people/templates/people/index.html
shopyo/modules/people/templates/people/lookup.html
shopyo/modules/people/templates/people/nav.html
shopyo/modules/product/__init__.py
shopyo/modules/product/info.json
shopyo/modules/product/models.py
shopyo/modules/product/view.py
shopyo/modules/product/__pycache__/__init__.cpython-38.pyc
shopyo/modules/product/__pycache__/models.cpython-38.pyc
shopyo/modules/product/__pycache__/products.cpython-38.pyc
shopyo/modules/product/__pycache__/view.cpython-38.pyc
shopyo/modules/product/templates/prods/add.html
shopyo/modules/product/templates/prods/edit.html
shopyo/modules/product/templates/prods/list.html
shopyo/modules/product/templates/prods/lookup.html
shopyo/modules/product/templates/prods/nav.html
shopyo/modules/settings/__init__.py
shopyo/modules/settings/info.json
shopyo/modules/settings/models.py
shopyo/modules/settings/view.py
shopyo/modules/settings/__pycache__/__init__.cpython-38.pyc
shopyo/modules/settings/__pycache__/models.cpython-38.pyc
shopyo/modules/settings/__pycache__/settings_modif.cpython-38.pyc
shopyo/modules/settings/__pycache__/view.cpython-38.pyc
shopyo/modules/settings/templates/settings/edit.html
shopyo/modules/settings/templates/settings/index.html
shopyo/modules/settings/templates/settings/nav.html
shopyo/shopyoapi/cmd.py
shopyo/shopyoapi/database.py
shopyo/shopyoapi/enhance.py
shopyo/shopyoapi/forms.py
shopyo/shopyoapi/html.py
shopyo/shopyoapi/init.py
shopyo/shopyoapi/uploads.py
shopyo/shopyoapi/utils.py
shopyo/shopyoapi/__pycache__/cmd.cpython-38.pyc
shopyo/shopyoapi/__pycache__/database.cpython-38.pyc
shopyo/shopyoapi/__pycache__/enhance.cpython-38.pyc
shopyo/shopyoapi/__pycache__/html.cpython-38.pyc
shopyo/shopyoapi/__pycache__/init.cpython-38.pyc
shopyo/shopyoapi/__pycache__/uploads.cpython-38.pyc
shopyo/shopyoapi/__pycache__/utils.cpython-38.pyc
shopyo/static/bootstrap-grid.min.css
shopyo/static/bootstrap-reboot.min.css
shopyo/static/bootstrap.bundle.min.js
shopyo/static/bootstrap.min.css
shopyo/static/box.svg
shopyo/static/favicon.ico
shopyo/static/jquery_3.2.1.min.js
shopyo/static/shopyo.png
shopyo/static/shopyo.svg
shopyo/static/fontawesome/LICENSE.txt
shopyo/static/fontawesome/css/all.css
shopyo/static/fontawesome/css/all.min.css
shopyo/static/fontawesome/css/brands.css
shopyo/static/fontawesome/css/brands.min.css
shopyo/static/fontawesome/css/fontawesome.css
shopyo/static/fontawesome/css/fontawesome.min.css
shopyo/static/fontawesome/css/regular.css
shopyo/static/fontawesome/css/regular.min.css
shopyo/static/fontawesome/css/solid.css
shopyo/static/fontawesome/css/solid.min.css
shopyo/static/fontawesome/css/svg-with-js.css
shopyo/static/fontawesome/css/svg-with-js.min.css
shopyo/static/fontawesome/css/v4-shims.css
shopyo/static/fontawesome/css/v4-shims.min.css
shopyo/static/fontawesome/webfonts/fa-brands-400.eot
shopyo/static/fontawesome/webfonts/fa-brands-400.svg
shopyo/static/fontawesome/webfonts/fa-brands-400.ttf
shopyo/static/fontawesome/webfonts/fa-brands-400.woff
shopyo/static/fontawesome/webfonts/fa-brands-400.woff2
shopyo/static/fontawesome/webfonts/fa-regular-400.eot
shopyo/static/fontawesome/webfonts/fa-regular-400.svg
shopyo/static/fontawesome/webfonts/fa-regular-400.ttf
shopyo/static/fontawesome/webfonts/fa-regular-400.woff
shopyo/static/fontawesome/webfonts/fa-regular-400.woff2
shopyo/static/fontawesome/webfonts/fa-solid-900.eot
shopyo/static/fontawesome/webfonts/fa-solid-900.svg
shopyo/static/fontawesome/webfonts/fa-solid-900.ttf
shopyo/static/fontawesome/webfonts/fa-solid-900.woff
shopyo/static/fontawesome/webfonts/fa-solid-900.woff2
shopyo/tests/conftest.py
shopyo/tests/test_user.py
shopyo/tests/__pycache__/conftest.cpython-38-pytest-5.4.2.pyc
shopyo/tests/__pycache__/test_user.cpython-38-pytest-5.4.2.pyc