Add crypto, file operations, and error handling subsystems
58 files · 9,758+ · 1,172-

Cryptographic utilities

5 files changed
  • __init__.py Crypto package initialization
  • algorithms.py Algorithm selection and management
  • checksums.py Checksum computation utilities
  • hashing.py Hashing functionality
  • utils.py Crypto utility helpers

File management system

5 files changed
  • __init__.py File package initialization
  • atomic.py Atomic file write operations
  • directory.py Directory operations
  • lock.py File locking mechanism
  • formats.py File format detection and handling
  • Added file operations subsystem with atomic writes, directory management, locking, and format handling instantiate architectural
    1 file
    • __init__.py

CLI and configuration refinements

3 files changed
  • decorators.py CLI decorator enhancements
  • context.py Context management updates
  • exceptions.py Expanded exception hierarchy
  • Refined CLI decorators and expanded the error exception hierarchy decouple internal
    1 file
    • exceptions.py