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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heimdall API SDK for Python

This folder contains the Python SDK for accessing the [Heimdall Power External API](https://developer.heimdallcloud.com/docs/welcome).
The official Python SDK for accessing the [Heimdall Power External API](https://developer.heimdallcloud.com/docs/welcome).

## Getting Started

Expand Down
7 changes: 7 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "heimdallpower-api-client"
version = "0.1.0"
description = "Python SDK for interacting with the Heimdall Power External API"
readme = "README.md"
authors = [
{ name = "Heimdall Power", email = "software-developers@heimdallpower.com" }
]
Expand All @@ -15,6 +16,12 @@ dependencies = [
"python-dateutil (>=2.9.0.post0,<3.0.0)"
]

[project.urls]
Homepage = "https://developer.heimdallcloud.com"
Documentation = "https://developer.heimdallcloud.com/docs/welcome"
Repository = "https://github.com/heimdallpower/api-sdk"
Changelog = "https://github.com/heimdallpower/api-sdk/releases"

[tool.poetry.group.dev.dependencies]
ruff = "^0.15.20"
pytest = "^9.1.1"
Expand Down
Loading