uv init, add repl code from worblehat

This commit is contained in:
2025-03-17 22:37:21 +01:00
parent 6ee95a2f3b
commit 240424b3f3
8 changed files with 326 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# libdib
libdib is a python libarary that unifies the text-based REPL of the programs running in the [dibbler](https://wiki.pvv.ntnu.no/wiki/Drift/Dibbler) terminal.
libdib is a python libarary that contains shared logic for the programs running in the [dibbler](https://wiki.pvv.ntnu.no/wiki/Drift/Dibbler) terminal.
Among other things, it contains:
- A REPL thingamajig
- A barcode/isbn recognizing thingamabob
- A label printer logic doohickey
- Some screen integration, maybe
It is for the most part a wrapper around python's standard library [cmd](https://docs.python.org/3/library/cmd.html), with some extra features.