Equalify Hub
Sign Up for Equalify
EqualifyEverything
/
process-controller
Code
/
Commits
/ ab12731
init
Bentley Hensel
committed on Apr 14, 2023, 05:36 AM
Showing
16
changed files
+1064 additions
-0 deletions
A
.github/blocks/all.json
+5
A
.github/workflows/containerize.yml
+46
A
.gitignore
+6
A
Dockerfile
+17
A
README.md
A
src/__init__.py
A
src/data/__init__.py
A
src/data/access.py
+72
A
src/data/insert.py
+292
A
src/data/select.py
+152
A
src/data/update.py
+165
A
src/scan_axe.py
+103
A
src/utils/__init__.py
A
src/utils/axe_scan_crack.py
+76
A
src/utils/process.py
+102
A
src/utils/watch.py
+28
Browse files at this commit →