dir: some restructering and refactoring
authorRobin Krens <robin@robinkrens.nl>
Sat, 10 Feb 2024 17:37:45 +0000 (18:37 +0100)
committerRobin Krens <robin@robinkrens.nl>
Sat, 10 Feb 2024 17:37:56 +0000 (18:37 +0100)
commitf969a6fb10665bcaf1432b56234e60197c26a54a
tree3d8015736c9397e9b0e291d02277838921d0214a
parent36b8640dd7bbeee7ea0d782643717ca3d94c0572
dir: some restructering and refactoring

- naming:
connect.py > RAConnect.py
flasher.py > Packer.py
- .gitignore to mostly ignore cache
- setup.py project info
.gitignore [new file with mode: 0644]
flasher/connect.py [deleted file]
flasher/flasher.py [deleted file]
setup.py
src/Packer.py [new file with mode: 0644]
src/RAConnect.py [new file with mode: 0644]
tests/test_parse.py