Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
#
* @equinix/governor-devrel-engineering
*fabricv* @equinix/governor-digin-fabric
*metalv* @equinix/governor-metal-client-interfaces
76 changes: 0 additions & 76 deletions .github/workflows/ansible-tests-pr.yml

This file was deleted.

80 changes: 0 additions & 80 deletions .github/workflows/sync-metalv1.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/test-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
with:
python-version-file: .python-version

- name: Install pyaml for Metal patching script
run: |
python -m pip install pyaml

- name: Verify Patches
run: make patch-all

Expand Down
77 changes: 0 additions & 77 deletions Makefile.metalv1

This file was deleted.

5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Equinix Python SDK

> [!WARNING]
> With the upcoming EoL of Equinix Metal on June 30, 2026, support for the Metal (`metalv1`) service will be removed from this SDK

[![Release](https://img.shields.io/github/v/release/equinix/equinix-sdk-python)](https://github.com/equinix/equinix-sdk-python/releases/latest)
[![PyPi](https://img.shields.io/pypi/v/equinix)](https://pypi.org/project/equinix)

Expand All @@ -27,7 +24,7 @@ import equinix
Or you can import individual services:

```python
from equinix.services import metalv1
from equinix.services import fabricv4
```

## Usage
Expand Down
Loading
Loading