skillfed

tecton

Tecton Python SDK

tecton v1.2.13 2.2M downloads/30d#3,213 on PyPI
License unclear Tecton Proprietary AGING released

What it is and what it does

Tecton is the Python SDK for a managed feature platform designed to automate the lifecycle of machine learning features—from definition and transformation through storage and online serving. It lets you define features as code in a git repository, then automatically orchestrates batch, streaming, and real-time computations, stores the results, and serves them for both training and inference. The SDK includes tools for testing pipelines locally and generating datasets.

The package depends on a large ecosystem of data and ML libraries (pandas, numpy, pyarrow, pydantic, boto3) and deployment tools (click, pex, rich), reflecting its role as a bridge between local development and cloud orchestration. However, the SDK is not standalone: it requires an active Tecton Platform Services account and operates under a proprietary license that restricts use to that service.

Use it for:

  • Define and test feature transformations locally before deploying to Tecton's managed platform for production fraud detection or recommendation systems.
  • Orchestrate batch feature computation on a schedule and serve the results to training pipelines and real-time inference endpoints.
  • Manage feature discovery and access control across teams by storing and sharing feature definitions in a git repository.
  • Build real-time decision-making applications that require low-latency feature retrieval during inference.
  • Generate training datasets by querying historical feature values for model development and validation.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Tecton is a Python SDK for defining, testing, and deploying machine learning feature pipelines that compute and serve features for training and real-time inference.

Yes, if you have a Tecton Platform account and need to define and test feature pipelines in Python before deploying to their managed service. No, if you are looking for a standalone, open-source feature store or an SDK that works without a commercial platform dependency. The proprietary license and service lock-in are non-negotiable constraints; the aging maintenance status suggests slower iteration, though the package is stable and widely used.

Install

tecton on PyPI

pip

pip install tecton

uv

uv add tecton

poetry

poetry add tecton

Installing tecton

Before you install

Low install friction with a pure-wheel distribution. Maintenance status is aging—the package last released 252 days ago—so expect slower response to issues, though it remains actively used at scale.

License in practice

Tecton Proprietary license with unclear treatment: use is restricted to connection with Tecton Platform Services under a separate agreement. You cannot use this SDK independently; it requires a Tecton account and compliance with their service terms.

Quickstart

pip install tecton
import tecton
# Define features in code and deploy via Tecton platform
feature_view = tecton.FeatureView(...)

Requires a Tecton Platform account and active service agreement; the SDK alone cannot function without connection to Tecton's managed services.

Verify before relying

  • Whether the aging maintenance status (252 days since last release) reflects planned stability or reduced active development.
  • What specific Tecton Platform Services tier or pricing model is required to use this SDK.
  • Whether the SDK supports offline feature computation or requires cloud orchestration.

Package facts

License Tecton Proprietary (unclear)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 33 — attrs, boto3, cryptography, jinja2, numpy, pathspec, protobuf, pypika, pytimeparse, pandas, texttable, requests, colorama, tqdm, yaspin, typing-extensions, pygments, pytest, click, typeguard, sqlparse, semantic-version, pyarrow, pydantic, pyyaml, setuptools, pip, pex, rich, rich-click
Maintenance aging — 252 days since the last release
First released
Downloads 2,200,014/month — #3,213 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tecton-1.2.13-py3-none-any.whl

License :: Other/Proprietary LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

feature engineering platformml feature pipelinereal-time feature servingbatch feature computationfeature store sdkml operations automationfeature transformation orchestration
feature-storeml-opsplatform-sdk

More Artificial Intelligence packages