Added
- Added GitHub Actions workflow for publishing to PyPI
- Added MkDocs configuration and GitHub Actions for documentation deployment
- Added strict type inference for dictionaries, lists, and sets in Pyright configuration
- Extended Pyright type checking to include tests directory
Changed
- Refactored is_package function to improve package detection and update tests for new namespace structure
- Configured Pyright type checking for source directory
- Removed unused type variable T from utils.py