blob: 1d99ae2f392641c4b2dadb4bf5532d81438457d7 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "transaction support for TinyDB"
2DESCRIPTION = "\
3Tinyrecord is a library which implements atomic transaction \
4support for the TinyDB NoSQL database. It uses a record-first \
5then execute architecture which allows us to minimize the time \
6that we are within a thread lock."
7HOMEPAGE = "https://github.com/eugene-eeo/tinyrecord"
8LICENSE = "MIT"
Andrew Geisslerd221e032020-07-10 16:13:21 -05009LIC_FILES_CHKSUM = "file://LICENSE;md5=ee157eec4b228c8d5b7a6e0feab2864a"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
Andrew Geisslerd221e032020-07-10 16:13:21 -050011SRC_URI[md5sum] = "cbaae3f4599b12e3bea67ca4a75eca99"
12SRC_URI[sha256sum] = "eb6dc23601be359ee00f5a3d31a46adf3bad0a16f8d60af216cd67982ca75cf4"
Andrew Geissler82c905d2020-04-13 13:39:40 -050013
14PYPI_PACKAGE = "tinyrecord"
15inherit pypi setuptools3