Skip to content
Merged
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
9 changes: 5 additions & 4 deletions docs/docs/python-sdk/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Python SDK
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Python SDK

The Infrahub Python SDK greatly simplifies how you can interact with Infrahub programmatically.

## Blog Posts

- [Querying Data in Infrahub via the Python SDK](https://www.opsmill.com/querying-data-in-infrahub-via-the-python-sdk/)

## Guides

- [Installing infrahub-sdk](./guides/installation.mdx)
Expand All @@ -25,3 +25,4 @@ The Infrahub Python SDK greatly simplifies how you can interact with Infrahub pr
## Reference

- [Client configuration](./reference/config.mdx)
- [Python SDK Release Notes](https://github.com/opsmill/infrahub-sdk-python/releases)