From 1b2f09a684b190987e6a21a9ea2b4779a576db3d Mon Sep 17 00:00:00 2001 From: Jasen Qin Date: Sat, 13 Jul 2024 10:10:12 +1000 Subject: [PATCH] autocommit 13-07-2024-10-10 --- py-kivy/{design.md => DESIGN-DOC.md} | 0 py-kivy/pos_system/__init__.py | 0 py-kivy/{ => pos_system}/fastapi_server.py | 0 py-kivy/{ => pos_system}/pos.py | 0 py-kivy/pyproject.toml | 4 ++-- py-kivy/{ => tests}/setup_test_db.py | 0 py-kivy/{ => tests}/test_fastapi.py | 0 py-kivy/{ => tests}/trials_py.ipynb | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename py-kivy/{design.md => DESIGN-DOC.md} (100%) create mode 100644 py-kivy/pos_system/__init__.py rename py-kivy/{ => pos_system}/fastapi_server.py (100%) rename py-kivy/{ => pos_system}/pos.py (100%) rename py-kivy/{ => tests}/setup_test_db.py (100%) rename py-kivy/{ => tests}/test_fastapi.py (100%) rename py-kivy/{ => tests}/trials_py.ipynb (100%) diff --git a/py-kivy/design.md b/py-kivy/DESIGN-DOC.md similarity index 100% rename from py-kivy/design.md rename to py-kivy/DESIGN-DOC.md diff --git a/py-kivy/pos_system/__init__.py b/py-kivy/pos_system/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/py-kivy/fastapi_server.py b/py-kivy/pos_system/fastapi_server.py similarity index 100% rename from py-kivy/fastapi_server.py rename to py-kivy/pos_system/fastapi_server.py diff --git a/py-kivy/pos.py b/py-kivy/pos_system/pos.py similarity index 100% rename from py-kivy/pos.py rename to py-kivy/pos_system/pos.py diff --git a/py-kivy/pyproject.toml b/py-kivy/pyproject.toml index 20b4610..1c2f433 100644 --- a/py-kivy/pyproject.toml +++ b/py-kivy/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] -name = "py-kivy" +name = "pos_system" version = "0.1.0" description = "" authors = ["Jasen Qin "] readme = "README.md" -package-mode = false +# package-mode = false [tool.poetry.dependencies] python = "^3.12" diff --git a/py-kivy/setup_test_db.py b/py-kivy/tests/setup_test_db.py similarity index 100% rename from py-kivy/setup_test_db.py rename to py-kivy/tests/setup_test_db.py diff --git a/py-kivy/test_fastapi.py b/py-kivy/tests/test_fastapi.py similarity index 100% rename from py-kivy/test_fastapi.py rename to py-kivy/tests/test_fastapi.py diff --git a/py-kivy/trials_py.ipynb b/py-kivy/tests/trials_py.ipynb similarity index 100% rename from py-kivy/trials_py.ipynb rename to py-kivy/tests/trials_py.ipynb