pyvider 2024-12-28
Renamed registry to hub package with codebase-wide import updates
93 files · 1,695+ · 2,230-

Renamed registry package to hub with codebase-wide import updates

6 files changed
  • __init__.py Hub package initialization (was registry/)
  • decorators.py Component registration decorators
  • discovery.py Component discovery
  • keystone.py Central registry
  • registry_metadata.py Registration metadata
  • components.py Component management
  • Moved src/pyvider/registry/ modules to src/pyvider/hub/ and updated imports across all components and modules decouple internal
    5 files
    • __init__.py
    • decorators.py
    • discovery.py
    • keystone.py
    • components.py

Removed old tftypes operations and operations test files

10 files changed
  • diff.py Removed (244 lines)
  • transform.py Removed (110 lines)
  • walk.py Removed (158 lines)
  • diff.py Removed (231 lines)
  • transform.py Removed (102 lines)
  • walk.py Removed (156 lines)
  • test_tftypes_operations_walk.py Removed walk tests (165 lines)
  • test_tftypes_operations_diff_functions.py Removed diff function tests (127 lines)
  • test_tftypes_operations_diff.py Removed diff tests (111 lines)
  • test_tftypes_operations_transform.py Removed transform tests (141 lines)
  • Removed old tftypes operations modules (diff, transform, walk) and their duplicates under operations/ deprecate internal
    2 files
    • operations
    • operations
  • Removed operation test files for walk, diff, diff_functions, and transform deprecate internal
    4 files
    • test_tftypes_operations_walk.py
    • test_tftypes_operations_diff.py
    • test_tftypes_operations_diff_functions.py
    • test_tftypes_operations_transform.py

Updated serialization exceptions and cleaned up old files

2 files changed
  • serialization.py Improved error classes
  • test_tftypes_type.py Updated type tests with ValidationError
  • Updated serialization exceptions with improved error classes and fixed type test to use ValidationError streamline internal
    2 files
    • serialization.py
    • test_tftypes_type.py
  • Removed old constants.py, core/base_types.py, and test_data_source_zipcode.py deprecate internal
    2 files
    • constants.py
    • base_types.py