-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Add PyPI distribution infrastructure #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
c1bed01
docs: Move internal documentation to docs/ directory
christensen143 c7b3387
fix: Update GitHub Actions to use latest versions
christensen143 523c3d6
fix: Apply comprehensive code formatting and linting fixes
christensen143 e5a7ce8
fix: Apply black formatting with correct line length
christensen143 d3f320d
fix: Add type annotations and Python 3.7 compatibility
christensen143 6635c6f
fix: Correct CLI command name in status message
christensen143 244896e
chore: Drop Python 3.7 support
christensen143 6d68a1e
fix: Separate version info to avoid import issues during setup
christensen143 f014c06
fix: Apply black formatting to new files
christensen143 65506e9
fix: Disable Rich color output in tests
christensen143 8e73287
fix: Apply black formatting to cli.py
christensen143 ec01fd0
fix: Fix Rich color output in tests
christensen143 c9d6276
fix: Properly disable Rich colors in tests
christensen143 a1f7e23
fix: Use NO_COLOR env var to disable Rich colors in tests
christensen143 023a5cc
fix: Force non-terminal mode for Rich when NO_COLOR is set
christensen143 1b7d078
fix: Set NO_COLOR=1 in CI environment to prevent ANSI codes in tests
christensen143 d86d5c0
fix: Restore original directory after integration tests to fix Window…
christensen143 6d12221
test: Skip problematic integration tests on Windows platform
christensen143 96571c4
Potential fix for code scanning alert no. 24: File is not always closed
christensen143 75a8b9b
Potential fix for code scanning alert no. 26: Overly permissive file …
christensen143 1e3ba06
Potential fix for code scanning alert no. 23: Explicit export is not …
christensen143 defcfa4
Potential fix for code scanning alert no. 28: Overly permissive file …
christensen143 bb953c5
fix: Remove duplicate imports in __init__.py to fix flake8 E402 errors
christensen143 b4d65e8
fix: Properly define module exports in __init__.py
christensen143 ce6931f
debug: Add CI debugging and fix coverage path
christensen143 ada2d1e
fix: Fix test patching issues for CI compatibility
christensen143 05ad3d3
style: Apply black formatting to test_cli.py
christensen143 160a435
fix: Revert to direct patching in tests
christensen143 45e47b4
fix: Use importlib to ensure proper module import in tests
christensen143 3de972f
fix: Use direct imports instead of importlib for Python 3.10 compatib…
christensen143 f489206
fix: Apply black formatting to test_cli.py
christensen143 3c1a60a
fix: Use sys.modules for patching to ensure Python 3.8-3.10 compatibi…
christensen143 b8237e5
fix: Apply black formatting
christensen143 ee28ceb
fix: Update integration tests to use sys.modules patching for Python …
christensen143 8988d75
fix: Fix integration test for Bedrock API error workflow
christensen143 3dfed6f
style: Fix black formatting in test_integration.py
christensen143 0b29231
refactor: Drop support for Python 3.8 and 3.9
christensen143 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.