CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-airbyte-source-hubspot

Airbyte source connector for HubSpot that enables data synchronization from HubSpot's CRM and marketing platform to various destinations.

80

1.40x
Overview
Eval results
Files

task.mdevals/scenario-1/

Template File Loader

Build a Python module that reads and returns template content from a bundled data file.

Requirements

Your module should include a data file named template.txt containing text content, and provide a function that reads and returns this template content at runtime.

Capabilities

Template Loading

  • Reads and returns the contents of the bundled template.txt file @test
  • Returns the template content as a string @test

Implementation

@generates

Create a data file at src/template.txt with the following content:

Hello, {name}!
Welcome to {app_name}.

API

def get_template():
    """
    Reads and returns the content from the bundled template.txt file.

    Returns:
        str: The template content from template.txt
    """
    pass

Dependencies { .dependencies }

sampleproject { .dependency }

Demonstrates Python package data file inclusion patterns.

Install with Tessl CLI

npx tessl i tessl/pypi-airbyte-source-hubspot

tile.json