Nichlas Severinsen 8661a20622 Add section on packagin and dependencies to specification | hace 1 año | |
---|---|---|
.. | ||
.gitignore | hace 1 año | |
README.md | hace 1 año | |
flow.d2 | hace 1 año | |
flow.png | hace 1 año | |
tables.d2 | hace 1 año | |
tables.png | hace 1 año |
Note This specification has not been implemented yet.
Note Work in progress.
Here is a flow diagram to explain the different ways a user can interact with LibRay:
As you can see there are three main routes:
It is assumed that no. 3 is the most common way to use LibRay, simply give it your .iso file and let LibRay decrypt it.
LiBray bundles a database containing two tables:
pycryptodomex
tqdm
requests
beautifulsoup4
In previous versions there were problems where dependencies interfered with eachother (notably, crypto
vs pycrypto
vs pycryptodome
), so 1.0.0 and above uses pycryptodomex
which is standalone from the previously mentioned packages.