Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-29 | implement other renderers in python module | Daniel Schadt | |
2025-07-29 | more docs | Daniel Schadt | |
They are actually visible as Python docstrings, so they are useful! | |||
2025-07-28 | add some docstrings | Daniel Schadt | |
They are not really visible but useful documentation anyway. | |||
2025-07-28 | expose function to set thread count | Daniel Schadt | |
2025-07-28 | implement sqlite output in hittekaart-py | Daniel Schadt | |
We cannot use a Box<dyn Storage> anymore, because the Sqlite connection is not thread-safe. Therefore, we use a normal enum and open the connection late. | |||
2025-07-09 | first working Python interface | Daniel Schadt | |