Skip to content

Add PEP 561 py.typed marker file so type checkers recognize vidgear as a typed package.#445

Merged
abhiTronix merged 1 commit intoabhiTronix:testingfrom
markovejnovic:master
Dec 25, 2025
Merged

Add PEP 561 py.typed marker file so type checkers recognize vidgear as a typed package.#445
abhiTronix merged 1 commit intoabhiTronix:testingfrom
markovejnovic:master

Conversation

@markovejnovic
Copy link

Brief Description

Add PEP 561 py.typed marker file so type checkers recognize vidgear as a typed package.

Requirements / Checklist

Related Issue

#444 444

Context

https://peps.python.org/pep-0561/

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (5720022) to head (5261418).
⚠️ Report is 66 commits behind head on testing.

Additional details and impacted files
@@             Coverage Diff             @@
##           testing     #445      +/-   ##
===========================================
- Coverage    93.97%   92.42%   -1.55%     
===========================================
  Files           15       15              
  Lines         3102     3102              
===========================================
- Hits          2915     2867      -48     
- Misses         187      235      +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abhiTronix abhiTronix self-assigned this Dec 24, 2025
@abhiTronix abhiTronix self-requested a review December 24, 2025 19:02
@abhiTronix abhiTronix added ENHANCEMENT ⚡ New Feature/Addition/Improvement WAITING TO TEST ⏲️ Asked user to test the suggested example/binary/solution MAINTENANCE 🏗️ Just sorting things out! PRIORITY : NORMAL 🍰 Normal Priority Issue. labels Dec 24, 2025
@abhiTronix abhiTronix added this to the v0.3.5 milestone Dec 24, 2025
@abhiTronix abhiTronix linked an issue Dec 24, 2025 that may be closed by this pull request
3 tasks
@abhiTronix abhiTronix added the WORK IN PROGRESS 🚧 currently been worked on. label Dec 24, 2025
@abhiTronix abhiTronix merged commit c019b96 into abhiTronix:testing Dec 25, 2025
7 of 12 checks passed
@welcome
Copy link

welcome bot commented Dec 25, 2025

Congrats on merging your first pull request here! 🎉 You're awesome!
Alt Text

@abhiTronix abhiTronix added CI IGNORED ✖️ CI test reports are ignored for this PR. and removed WAITING TO TEST ⏲️ Asked user to test the suggested example/binary/solution WORK IN PROGRESS 🚧 currently been worked on. labels Dec 25, 2025
Copy link
Owner

@abhiTronix abhiTronix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@abhiTronix abhiTronix added the SOLVED 🏁 This issue/PR is resolved now. Goal Achieved! label Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI IGNORED ✖️ CI test reports are ignored for this PR. ENHANCEMENT ⚡ New Feature/Addition/Improvement MAINTENANCE 🏗️ Just sorting things out! PRIORITY : NORMAL 🍰 Normal Priority Issue. SOLVED 🏁 This issue/PR is resolved now. Goal Achieved!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing py.typed file

2 participants