🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "checksum"

Found 16 matching component(s)

  • class TestAUValidator

    Unit test class for validating the AUValidator class, which validates Australian invoice extraction results including ABN, GST, banking details, and tax invoice requirements.

    File: /tf/active/vicechatdev/invoice_extraction/tests/test_validators.py

    testing unit-test validation australian-invoice ABN
  • class AUValidator

    Australia-specific invoice data validator that extends BaseValidator to implement validation rules for Australian invoices including ABN validation, GST calculations, and Australian tax invoice requirements.

    File: /tf/active/vicechatdev/invoice_extraction/validators/au_validator.py

    validation invoice australia abn gst
  • class BEValidator

    Belgium-specific invoice data validator that extends BaseValidator to implement Belgian invoice validation rules including VAT number format, address verification, IBAN validation, and legal requirements.

    File: /tf/active/vicechatdev/invoice_extraction/validators/be_validator.py

    validation invoice belgium vat iban
  • function calculate_file_hash_v1

    Calculates the MD5 hash of a file by reading it in chunks to handle large files efficiently.

    File: /tf/active/vicechatdev/mailsearch/enhanced_document_comparison.py

    file-processing hashing md5 checksum file-integrity
  • function calculate_file_hash

    Calculates the MD5 hash of a file by reading it in chunks to handle large files efficiently.

    File: /tf/active/vicechatdev/mailsearch/compare_documents.py

    file-processing hashing md5 checksum file-integrity
  • class ZipHeader

    A dataclass representing the central directory header structure of a ZIP archive file, containing metadata about compressed files.

    File: /tf/active/vicechatdev/rmcl/zipdir.py

    zip archive file-format parsing binary-data
  • function calculate_crc32c

    Calculates a CRC32 checksum of input data and returns it as a base64-encoded string.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/simple_clean_root.py

    checksum crc32 data-integrity base64 encoding
  • function test_upload_endpoint

    A test function that validates the reMarkable Cloud API file upload endpoint by attempting to upload a test JSON file and verifying the GET endpoint functionality.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_upload_endpoint.py

    testing api-testing file-upload remarkable-cloud diagnostic
  • class SimplePDFUploadTest

    A test class for validating PDF upload functionality to reMarkable cloud, including raw content upload and complete document creation with metadata.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_simple_pdf_upload.py

    testing pdf upload remarkable cloud-storage
  • function compute_crc32c_header

    Computes a CRC32C checksum for binary content and returns it as a base64-encoded string formatted for Google Cloud Storage x-goog-hash headers.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/force_web_app_refresh.py

    checksum crc32c data-integrity google-cloud-storage hash
  • class DocumentToTrashMover

    A class that moves reMarkable documents to the trash by updating their metadata parent field to 'trash' and synchronizing changes through the reMarkable cloud API.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/move_documents_to_trash.py

    remarkable cloud-sync document-management trash file-operations
  • class RootCleaner

    A class that completely clears the reMarkable cloud's root.docSchema file, removing all document references while maintaining the proper file structure and version.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/clear_root_docschema.py

    remarkable cloud-storage sync cleanup api-client
  • class PylontechMover

    Moves 'pylontech' document from 'Myfolder' to 'Otherfolder' using the working upload mechanism

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_move_pylontech_fixed.py

    class pylontechmover
  • class DocumentMover

    Moves documents between folders using the working upload mechanism

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_move_from_trash.py

    class documentmover
  • class RemarkableUploadManager

    Manages uploads to reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/upload_manager.py

    class remarkableuploadmanager
  • class RemarkableUploadManager_v1

    Manages uploads to reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/upload_manager_old.py

    class remarkableuploadmanager

Search Examples