Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Feature: Type Stubs

Open
#214 0 comments 42 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python

Research direction

Start with the documented from hubspot import HubSpot import and reproduce the reported mypy error for the installed hubspot module. Review the linked mypy stub-file documentation; done means the package exposes usable type stubs or a py.typed marker so this import no longer produces the missing-stubs error and API return types are available to mypy.

Written by the indexing model from the issue text.

Description

There are no type-stubs available for Hubspot.
Where they are available they do return everything that you can imagine.

example:

py file:

from hubspot import HubSpot

mypy run:

error: Skipping analyzing "hubspot": module is installed, but missing library stubs or py.typed marker  [import]

return types:

image

mypy stub file documentation

Dominant language
Python
Stars
434
Forks
126
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from HubSpot/hubspot-api-python

All issues in HubSpot/hubspot-api-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.