You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename package to PowerPlatform-Dataverse-Client, update module namespace, and update package version schema
- Package name: dataverse-client-python → PowerPlatform-Dataverse-Client
- Module name: dataverse_sdk → PowerPlatform.Dataverse
- Version: 0.1.0 → 0.1.0b1 (beta release)
BREAKING CHANGE: Import statements must be updated from 'from dataverse_sdk import DataverseClient' to 'from PowerPlatform.Dataverse import DataverseClient'
Updates:
- Restructured src/ directory with proper namespace packaging
- Updated all examples to use new import structure
- Updated all tests to use new namespace
- Updated README.md with new installation and usage examples
- Updated pyproject.toml for namespace package discovery
- Package builds successfully and imports work correctly
0 commit comments