Metadata-Version: 2.4
Name: sf-hamilton-sdk
Version: 0.9.0
Summary: This package has moved to apache-hamilton-sdk. Install apache-hamilton-sdk 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
Description-Content-Type: text/markdown
Requires-Dist: apache-hamilton-sdk==0.9.0

<!--
     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-sdk has moved to apache-hamilton-sdk

This package is a redirect. The Hamilton SDK is now developed under the
Apache Software Foundation as **apache-hamilton-sdk**.

## Migration

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

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

Or install via the main package extra:

```bash
pip install "apache-hamilton[sdk]"
```

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
