datakit#

mesofield datakit — build, explore, profile, and inspect datasets.

A thin Click surface over mesofield.datakit. Each command maps to a public datakit API:



build -> Dataset.from_directory(…).save(…) explore -> datakit.explore(target) profile -> datakit.profile_materialized(pkl) inspect -> datakit.inspect_sources(Dataset) shell -> datakit.open_shell(target)