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— TheTimeNetSDK: 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 duringconvert().timenet.engine— The curation engine: drive a connector throughdownload -> convert -> derive_schema -> store.timenet.errors— TimeNet's exception hierarchy.timenet.manifest— The dataset manifest: a frozenManifestand its JSON codec.timenet.reader— Deserialization of a TimeF version directory into atimenet.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 atimenet.dataset.TimeFDatasetto the TimeF on-disk format.
timenet_connectors¶
timenet_connectors.api— Producer-side shortcuts for curating and consuming a dataset from local code.timenet_connectors.bases— Reusable connector base classes.timenet_connectors.discovery— Lazy, convention-based connector discovery.