Metadata-Version: 2.4
Name: sf-hamilton
Version: 1.90.0
Summary: This package has moved to apache-hamilton. Install apache-hamilton instead.
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/apache/hamilton
Project-URL: Documentation, https://hamilton.apache.org/
Requires-Python: <4,>=3.10.1
Description-Content-Type: text/markdown
Requires-Dist: apache-hamilton==1.90.0
Provides-Extra: cli
Requires-Dist: apache-hamilton[cli]==1.90.0; extra == "cli"
Provides-Extra: dask
Requires-Dist: apache-hamilton[dask]==1.90.0; extra == "dask"
Provides-Extra: dask-array
Requires-Dist: apache-hamilton[dask-array]==1.90.0; extra == "dask-array"
Provides-Extra: dask-dataframe
Requires-Dist: apache-hamilton[dask-dataframe]==1.90.0; extra == "dask-dataframe"
Provides-Extra: dask-diagnostics
Requires-Dist: apache-hamilton[dask-diagnostics]==1.90.0; extra == "dask-diagnostics"
Provides-Extra: dask-distributed
Requires-Dist: apache-hamilton[dask-distributed]==1.90.0; extra == "dask-distributed"
Provides-Extra: datadog
Requires-Dist: apache-hamilton[datadog]==1.90.0; extra == "datadog"
Provides-Extra: diskcache
Requires-Dist: apache-hamilton[diskcache]==1.90.0; extra == "diskcache"
Provides-Extra: experiments
Requires-Dist: apache-hamilton[experiments]==1.90.0; extra == "experiments"
Provides-Extra: lsp
Requires-Dist: apache-hamilton[lsp]==1.90.0; extra == "lsp"
Provides-Extra: mcp
Requires-Dist: apache-hamilton[mcp]==1.90.0; extra == "mcp"
Provides-Extra: openlineage
Requires-Dist: apache-hamilton[openlineage]==1.90.0; extra == "openlineage"
Provides-Extra: pandera
Requires-Dist: apache-hamilton[pandera]==1.90.0; extra == "pandera"
Provides-Extra: pydantic
Requires-Dist: apache-hamilton[pydantic]==1.90.0; extra == "pydantic"
Provides-Extra: pyspark
Requires-Dist: apache-hamilton[pyspark]==1.90.0; extra == "pyspark"
Provides-Extra: ray
Requires-Dist: apache-hamilton[ray]==1.90.0; extra == "ray"
Provides-Extra: rich
Requires-Dist: apache-hamilton[rich]==1.90.0; extra == "rich"
Provides-Extra: sdk
Requires-Dist: apache-hamilton[sdk]==1.90.0; extra == "sdk"
Provides-Extra: slack
Requires-Dist: apache-hamilton[slack]==1.90.0; extra == "slack"
Provides-Extra: tqdm
Requires-Dist: apache-hamilton[tqdm]==1.90.0; extra == "tqdm"
Provides-Extra: ui
Requires-Dist: apache-hamilton[ui]==1.90.0; extra == "ui"
Provides-Extra: vaex
Requires-Dist: apache-hamilton[vaex]==1.90.0; extra == "vaex"
Provides-Extra: visualization
Requires-Dist: apache-hamilton[visualization]==1.90.0; extra == "visualization"

<!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
     distributed with this work for additional information
     regarding copyright ownership.  The ASF licenses this file
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
     KIND, either express or implied.  See the License for the
     specific language governing permissions and limitations
     under the License.
-->

# sf-hamilton has moved to apache-hamilton

This package is a redirect. The Hamilton project is now developed under the
Apache Software Foundation as **Apache Hamilton (incubating)**.

## Migration

Replace `sf-hamilton` with `apache-hamilton` in your dependencies:

```bash
pip install apache-hamilton
```

All functionality is identical. The package name changed as part of the
move to the Apache Software Foundation.

For documentation and getting started, see:
- https://hamilton.apache.org/
- https://github.com/apache/hamilton
