---
title: "[Python] - About Python Utils Library"
description: Contentstack provides the Python Utils library that contains all the utilities for the Python SDK.
url: https://www.contentstack.com/docs/developers/sdks/utils-sdk/python/about-python-utils-library
product: Contentstack
doc_type: sdk-guide
audience:
  - developers
  - python-developers
version: v1
last_updated: 2026-03-26
---

# [Python] - About Python Utils Library

This page explains what the Contentstack Python Utils library is, what it includes, and where to go to get started. It is intended for developers using the Contentstack Python SDK who need utility features such as embedded entry/asset rendering in Rich Text fields.

## About Python Utils Library

Contentstack provides the Python Utils library that contains all the utilities for the Python SDK.

Features included:
- **Embedded Object**: Allows you to fetch embedded [entries](/docs/content-managers/working-with-entries/about-entries)/[assets](/docs/content-managers/working-with-assets/about-assets) (placed inside the “[Rich Text Editor](/docs/developers/create-content-types/rich-text-editor)” (RTE) field) and display them on your frontend application. To learn how to embed entries/assets in the RTE field, refer to the [Embed Entry](/docs/developers/create-content-types/rich-text-editor#embed-entries-in-the-rte) and [Embed Asset](/docs/developers/create-content-types/rich-text-editor#embed-assets-in-the-rte) documentation.

**Note**: The Contentstack Python Utils library supports Node.js version 10 or above.

To use this Utils library in your application, follow the steps specified in the [Get Started with Python Utils library](/docs/developers/python/get-started-with-python-utils-library) guide.

## Common questions

### What is the Contentstack Python Utils library used for?
It contains utilities for the Python SDK, including support for working with embedded entries/assets in Rich Text Editor (RTE) fields.

### What does “Embedded Object” help with?
It allows you to fetch embedded entries/assets placed inside the Rich Text Editor (RTE) field and display them on your frontend application.

### Where do I find setup instructions for the Python Utils library?
Follow the steps in the [Get Started with Python Utils library](/docs/developers/python/get-started-with-python-utils-library) guide.

### What runtime requirement is mentioned for this library?
**Note**: The Contentstack Python Utils library supports Node.js version 10 or above.