🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • class RemarkableUploadTests

    Test suite for reMarkable upload functionality

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py | Lines: 107-1272

    class remarkableuploadtests
  • function logged_request

    A method that intercepts and logs HTTP requests made to the reMarkable API, capturing request/response details including headers, body content, and response data for debugging purposes.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py | Lines: 21-101

    http logging debugging requests api-monitoring
  • function get_invoice_pagedata

    Retrieves pagedata content from a specific Poulpharm invoice document stored in the Remarkable cloud service by authenticating, navigating the document hierarchy, and extracting the pagedata component.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/extract_invoice_pagedata.py | Lines: 11-91

    remarkable cloud-storage api document-retrieval authentication
  • function find_invoice_uuid

    Searches through all documents in a Remarkable cloud storage account to find documents with 'invoice' in their name and prints their UUIDs.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/find_invoice_uuid.py | Lines: 11-69

    remarkable cloud-storage document-search api-integration authentication
  • function check_platform_consistency

    Validates platform consistency between authentication module and upload manager by comparing User-Agent platform detection with hardcoded source IDs in the upload manager code.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/check_platform_consistency.py | Lines: 11-58

    validation diagnostics platform-detection consistency-check remarkable
  • class RemarkableReplicaBuilder

    Step-by-step replica builder

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica_v2.py | Lines: 52-884

    class remarkablereplicabuilder
  • class RemarkableNode_v1

    A dataclass representing a node (folder or document) in the reMarkable cloud storage system, storing metadata, hashes, and local file paths.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/local_replica_v2.py | Lines: 21-49

    dataclass reMarkable sync node file-system
  • class CorrectedRootDocSchemaRepair

    A repair tool that fixes corrupted size entries in reMarkable cloud's root.docSchema file by recalculating correct document sizes from their component schemas.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/corrected_repair.py | Lines: 19-274

    remarkable cloud-storage repair-tool data-integrity schema-validation
  • class RemarkableReplicaSync

    A class that synchronizes reMarkable cloud documents to a local replica directory, downloading and organizing folders and documents in a hierarchical structure.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py | Lines: 59-445

    remarkable cloud-sync document-management file-synchronization pdf-extraction
  • function run_full_test_suite

    Orchestrates and executes a complete test suite for Remarkable Cloud integration, running authentication and discovery tests sequentially with comprehensive reporting.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_suite.py | Lines: 81-112

    testing test-suite integration-testing remarkable-cloud authentication
  • function test_discovery

    Tests the hierarchical discovery functionality of a RemarkableDiscovery instance by discovering and cataloging all nodes (folders and documents) from a reMarkable device session.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_suite.py | Lines: 48-78

    testing discovery hierarchical remarkable file-system
  • function repair_system

    Emergency repair function that resets a reMarkable cloud sync system by creating and uploading an empty root.docSchema file, then updating the root hash to restore system functionality.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/repair_system.py | Lines: 13-82

    emergency-repair system-recovery cloud-sync remarkable file-upload
  • class DryRunUploadComparison

    A diagnostic class that compares a custom PDF upload implementation against real reMarkable app behavior by analyzing captured network logs without making actual API calls.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/dry_run_comparison.py | Lines: 18-426

    testing validation remarkable-tablet pdf-upload api-comparison
  • 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 | Lines: 21-96

    testing api-testing file-upload remarkable-cloud diagnostic
  • function simple_move_to_trash

    Moves all documents from the reMarkable tablet's root directory to trash by uploading an empty root.docSchema file and updating the roothash.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/simple_clean_root.py | Lines: 23-104

    remarkable cloud-sync document-management trash cleanup
  • 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 | Lines: 13-21

    checksum crc32 data-integrity base64 encoding
  • class OneDriveProcessor

    OneDriveProcessor is a class that monitors a OneDrive folder for new files, processes them using an E-Ink LLM Assistant, and uploads the results back to OneDrive.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py | Lines: 510-625

    onedrive file-processing cloud-storage async file-watcher
  • class OneDriveClient

    A comprehensive Microsoft OneDrive client that uses the Microsoft Graph API to authenticate and perform file operations (upload, download, list, delete) on OneDrive storage.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py | Lines: 20-507

    onedrive microsoft-graph cloud-storage file-operations authentication
  • class GraphicsGenerator

    GraphicsGenerator is a coordinator class that orchestrates the generation of different types of graphics (charts, diagrams, illustrations, and sketches) by delegating to specialized generator classes.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py | Lines: 529-556

    graphics visualization coordinator async chart-generation
  • class IllustrationGenerator

    A class that generates educational illustrations and technical drawings for mathematical and scientific concepts using matplotlib and programmatic rendering.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py | Lines: 375-527

    illustration educational graphics matplotlib visualization