Airbyte source connector for HubSpot that enables data synchronization from HubSpot's CRM and marketing platform to various destinations.
80
{
"context": "This criteria evaluates how well the engineer implements package data file inclusion and access in Python. It assesses proper use of Python's mechanisms for bundling non-code files with packages and accessing them at runtime.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Data file created",
"description": "Created the template.txt file in the src/ directory with the specified content",
"max_score": 15
},
{
"name": "Package data configuration",
"description": "Properly configured package data inclusion using setup.py (package_data or data_files), setup.cfg, pyproject.toml, or MANIFEST.in to ensure template.txt is bundled with the package",
"max_score": 30
},
{
"name": "Resource access mechanism",
"description": "Used appropriate Python mechanism to access package data at runtime (e.g., pkg_resources.resource_string, pkgutil.get_data, importlib.resources.read_text, or __file__-based path resolution)",
"max_score": 35
},
{
"name": "Correct content retrieval",
"description": "The get_template() function successfully reads and returns the template.txt content as a string",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-airbyte-source-hubspot