tecton
Tecton Python SDK
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 tectonuv
uv add tectonpoetry
poetry add tectonInstalling 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
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
chalkpyChalk is a Python SDK for building and…
unclear · top 15,000 on PyPI
databricks-feature-engineeringDatabricks Feature Engineering client for…
unclear · top 5,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
nominalNominal is a Python SDK for automating…
permissive · top 15,000 on PyPI
trussTruss is a CLI tool for packaging ML models…
permissive · top 5,000 on PyPI
zenmlZenML is an MLOps orchestration platform that…
permissive · top 15,000 on PyPI
kfpKubeflow Pipelines is a Python SDK for…
permissive · top 5,000 on PyPI
tensorflow-serving-apiProvides Python client APIs to communicate with…
permissive · top 5,000 on PyPI
hopsworksPython SDK for connecting to Hopsworks clusters…
permissive · top 15,000 on PyPI
sagemaker-serveProvides model serving and deployment…
permissive · top 5,000 on PyPI