diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21d0b89 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.venv/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..20d01ec --- /dev/null +++ b/requirements.txt @@ -0,0 +1,17 @@ +contourpy==1.3.3 +cycler==0.12.1 +fonttools==4.61.1 +kiwisolver==1.4.9 +matplotlib==3.10.8 +numpy==2.4.2 +packaging==26.0 +pandas==3.0.0 +pandas-stubs==3.0.0.260204 +pillow==12.1.1 +pyparsing==3.3.2 +python-dateutil==2.9.0.post0 +six==1.17.0 +telnetlib3==2.4.0 +tzdata==2025.3 +wcwidth==0.6.0 + diff --git a/start b/start new file mode 100755 index 0000000..9f5833a --- /dev/null +++ b/start @@ -0,0 +1 @@ +systemctl --user start python-scanner diff --git a/status b/status new file mode 100755 index 0000000..9d68bba --- /dev/null +++ b/status @@ -0,0 +1 @@ +systemctl --user status python-scanner diff --git a/stop b/stop new file mode 100755 index 0000000..ff5550b --- /dev/null +++ b/stop @@ -0,0 +1 @@ +systemctl --user stop python-scanner