Skip to content

v0.2.0

Latest

Choose a tag to compare

@tbhb tbhb released this 02 Jan 23:16
· 7 commits to main since this release
v0.2.0
1d8bac6

Added

  • Table.from_records() and Table.from_file() factory methods for convenient table initialization
  • Dictionary-like access for Table and Transaction (table[key], table[key] = record, del table[key], pop, popitem, setdefault, update)
  • Value-based equality for Table and Transaction (== compares path, key specifier, and records)