Skip to content

feat: add Python type hints and SBOMGenerator#62

Open
VedantMadane wants to merge 1 commit intoTrusera:mainfrom
VedantMadane:feat/add-python-type-hints-and-generator
Open

feat: add Python type hints and SBOMGenerator#62
VedantMadane wants to merge 1 commit intoTrusera:mainfrom
VedantMadane:feat/add-python-type-hints-and-generator

Conversation

@VedantMadane
Copy link

Fixes #61. Addresses the request to add Python type hints and implements a new SBOMGenerator class for better organization.

This PR adds Python type hints to existing modules and introduces a new SBOMGenerator class.

Changes:
1. src/ai_bom/models.py: Added type hints.
2. src/ai_bom/cli.py: Added type hints.
3. src/ai_bom/sbom_generator.py: Created new module with SBOMGenerator class.
4. src/ai_bom/__init__.py: Exported SBOMGenerator.
@VedantMadane VedantMadane requested a review from Zie619 as a code owner March 2, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Python Type Hints to the sbom_generator module

1 participant