About Anaconda Help Download Anaconda

sfe1ed40 / packages / sf-hamilton 1.35.1

The general purpose micro-orchestration framework for creating dataflows from python functions.

Installers

  • linux-s390x v1.35.1
  • osx-arm64 v1.35.1
  • linux-aarch64 v1.35.1
  • osx-64 v1.35.1
  • linux-64 v1.35.1
  • win-64 v1.35.1

conda install

To install this package run one of the following:
conda install sfe1ed40::sf-hamilton

Description

Hamilton is a novel paradigm for specifying a flow of delayed execution in python. It works on python objects of any type and dataflows of any complexity. Core to the design of Hamilton is a clear mapping of function name to artifact, allowing you to quickly grok the relationship between the code you write and the data you produce. This paradigm makes modifications easy to build and track, ensures code is self-documenting, and makes it natural to unit test your data transformations. When connected together, these functions form a Directed Acyclic Graph (DAG), which the Hamilton framework can execute, optimize, and report on.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy