Airbyte source connector for HubSpot that enables data synchronization from HubSpot's CRM and marketing platform to various destinations.
80
Build a Python module that reads and returns template content from a bundled data file.
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.
@generates
Create a data file at src/template.txt with the following content:
Hello, {name}!
Welcome to {app_name}.def get_template():
"""
Reads and returns the content from the bundled template.txt file.
Returns:
str: The template content from template.txt
"""
passDemonstrates Python package data file inclusion patterns.
Install with Tessl CLI
npx tessl i tessl/pypi-airbyte-source-hubspot