summaryrefslogtreecommitdiffstats
path: root/ffi/lang/python/tests/test_store.py
AgeCommit message (Collapse)Author
2019-09-18store: Rename store::Store to Mapping.Justus Winter
- Fixes #88.
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
- Remove the domain parameter from core::Context. - Replace it with a realm to be passed in when opening a store. - For sq, merge store name and realm into the --store parameter. - Fixes #105.
2019-01-11ffi: Add preliminary Python bindings.Justus Winter
- The bingings support basic manipulation of OpenPGP data, but are quite incomplete. Furthermore, the Python API is not very pythonic in some places, so expect it to break in the future.