I built jiken, a Python library for accessing real estate transaction data from Japan's Ministry of Land (MLIT).Japan's government publishes detailed real estate transaction records through a public API, but working with it directly can be cumbersome. Jiken wraps it in a clean, type-safe interface with zero external dependencies – just the Python standard library.Would love feedback on the API design and any feature requests.