--- id: tecton version: "1.2.13" license: Tecton Proprietary license_treatment: unclear maintenance: aging --- # tecton — Tecton Python SDK License: unclear · Maintenance: aging · Downloads: 2.2M/mo ## 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 above — 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 pip install tecton uv add tecton 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_current - Install friction: low - Maintenance: aging - Downloads: 2.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags feature engineering platform, ml feature pipeline, real-time feature serving, batch feature computation, feature store sdk, ml operations automation, feature transformation orchestration, feature-store, ml-ops, platform-sdk [View on SkillFed](https://skillfed.io/packages/tecton) · [View on PyPI](https://pypi.org/project/tecton/)