metaflow-netflixext
Metaflow extensions from Netflix
What it is and what it does
Metaflow-netflixext is a collection of experimental extensions developed at Netflix that extend Metaflow's core capabilities beyond what is in the open-source package. The primary feature is Conda V2, a refactored environment decorator that improves upon Metaflow's standard Conda support by allowing mixed Conda and PyPI package specifications, supporting multiple PyPI sources, and providing a command-line tool to inspect, resolve, and re-hydrate environments. It also includes improved debugging capabilities and Hugging Face authentication management.
The package is positioned as a proving ground for functionality that may eventually be integrated into the main Metaflow release but is not yet ready for community inclusion—either because its utility is unclear, community resources are limited, or it requires further testing. While Netflix maintains it actively, it does not carry the same backward-compatibility guarantees as the core Metaflow package. It is intended for users who need Netflix's infrastructure integrations or want to experiment with cutting-edge Metaflow features.
Use it for:
- Build Metaflow workflows that require both Conda packages and PyPI packages in the same environment without manual workarounds.
- Inspect and re-hydrate previously executed step environments to debug artifacts or reproduce computations.
- Authenticate to Hugging Face within Metaflow workflows without managing credentials manually.
- Resolve complex mixed-dependency environments using conda-lock for reproducibility across machines.
- Cache and reuse named environments across multiple workflow runs to reduce setup overhead.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Netflix-developed extensions to Metaflow, including an improved Conda environment decorator that mixes Conda and PyPI packages, debugging tools, and Hugging Face authentication support.
Yes, if you are already using Metaflow and need the specific features it provides—particularly mixed Conda/PyPI environment management or Hugging Face integration. The low install friction, active maintenance, and lack of known vulnerabilities make it safe to adopt. However, be aware that this is experimental functionality without the stability guarantees of core Metaflow; features may change or be removed if merged upstream. Not necessary if you only use standard Metaflow capabilities.
Install
metaflow-netflixext on PyPI
pip
pip install metaflow-netflixextuv
uv add metaflow-netflixextpoetry
poetry add metaflow-netflixextInstalling metaflow-netflixext
Before you install
Low install friction with a single runtime dependency on metaflow. Active maintenance with recent releases; requires Metaflow v2.8.3 or later and Python 3.10+. Repository shows steady activity and no known vulnerabilities.
License in practice
Licensed under Apache Software License (permissive). No restrictions on commercial or private use; modifications and redistribution are permitted under standard Apache terms.
Quickstart
pip install metaflow-netflixext
from metaflow_netflixext.netflix_ext.conda_v2 import CondaV2
@CondaV2(packages={'package': 'version'})
def my_step(self):
pass
Requires Metaflow v2.8.3 or later and Python 3.10 or higher. Local Conda, Mamba, or Micromamba installation needed for environment resolution.
Verify before relying
- Whether the Conda V2 decorator's performance improvements are quantifiable or measurable in typical workflows.
- Current stability and backward-compatibility guarantees for the Hugging Face auth management feature.
- Whether functionality from this extension has been merged into the main Metaflow package since version 1.3.16.
Package facts
| License | Apache Software License (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — metaflow |
| Maintenance | actively maintained — 32 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 107,894/month — #12,589 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: metaflow_netflixext-1.3.16-py2.py3-none-any.whl
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
netflix-spectator-pyA thin-client metrics library that sends…
permissive · top 5,000 on PyPI
ob-metaflow-extensionsProvides client-side extensions and…
unclear · top 15,000 on PyPI
conda-package-streamingReads conda package metadata and contents from…
permissive · top 15,000 on PyPI
metaflow-prebuiltMetaflow extension that pre-bakes conda and…
permissive · top 15,000 on PyPI
metaflowMetaflow is a framework for building,…
permissive · top 5,000 on PyPI
metaflow-stubsProvides type stubs for the Metaflow package,…
permissive · top 15,000 on PyPI
ob-metaflow-stubsProvides type hints and stub files for the…
permissive · top 15,000 on PyPI
ob-project-utilsProvides utilities for building and deploying…
unclear · top 15,000 on PyPI
ob-metaflowA framework for building, prototyping, and…
permissive · top 15,000 on PyPI
ensurecondaA CLI tool that finds or installs a conda/mamba…
permissive · top 15,000 on PyPI