Skip to content

API Reference

Generated from the source docstrings. For narrative docs with examples, see the Guide and Reference sections; the pages here are the exhaustive symbol listing.

timenet

  • timenet.client — The TimeNet SDK: the single entry point for using TimeNet from code.
  • timenet.config — Runtime configuration, resolved with pydantic-settings.
  • timenet.connectors — The connector contract: BaseConnector.
  • timenet.dataset — The in-memory TimeF model a connector populates during convert().
  • timenet.engine — The curation engine: drive a connector through download -> convert -> derive_schema -> store.
  • timenet.errors — TimeNet's exception hierarchy.
  • timenet.manifest — The dataset manifest: a frozen Manifest and its JSON codec.
  • timenet.reader — Deserialization of a TimeF version directory into a timenet.dataset.TimeFDataset.
  • timenet.registry — Dataset registries: serve manifests and parquet, and search over metadata.
  • timenet.types — TimeF value types and type system: versions, units, enums, specs, annotations, tasks, metadata.
  • timenet.writer — Serialization of a timenet.dataset.TimeFDataset to the TimeF on-disk format.

timenet_connectors