Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-26 | Make cards be part of the Python package data | Olivier Gayot | |
We now load the cards using pkg_resources. This is way better in many aspects: * we can install the package using pip without having issues loading cards * we don't need to chdir to / before running swiftstoryd * we don't need to rely on data_files which is deprecated. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2020-05-15 | Store cards as a JSON list instead of plain text | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> |