SciTeX Storage

Getting Started

  • Installation
    • Requirements
    • Basic Installation
    • Development
  • Quickstart

API Reference

  • scitex_storage
    • FileEntry
      • FileEntry.path
      • FileEntry.size
      • FileEntry.atime
      • FileEntry.days_since_access()
      • FileEntry.score()
      • FileEntry.__init__()
    • ScanResult
      • ScanResult.root
      • ScanResult.files_scanned
      • ScanResult.dirs_scanned
      • ScanResult.total_size
      • ScanResult.skipped_size
      • ScanResult.skipped_dirs
      • ScanResult.entries
      • ScanResult.duplicate_groups
      • ScanResult.scan_time
      • ScanResult.top_candidates()
      • ScanResult.__init__()
    • find_duplicates()
    • scan()
    • walk_tree()
SciTeX Storage
  • Index
  • Edit on GitHub

Index

_ | A | D | E | F | M | P | R | S | T | W

_

  • __init__() (scitex_storage.FileEntry method)
    • (scitex_storage.ScanResult method)

A

  • atime (scitex_storage.FileEntry attribute)

D

  • days_since_access() (scitex_storage.FileEntry method)
  • dirs_scanned (scitex_storage.ScanResult attribute)
  • duplicate_groups (scitex_storage.ScanResult attribute)

E

  • entries (scitex_storage.ScanResult attribute)

F

  • FileEntry (class in scitex_storage)
  • files_scanned (scitex_storage.ScanResult attribute)
  • find_duplicates() (in module scitex_storage)

M

  • module
    • scitex_storage

P

  • path (scitex_storage.FileEntry attribute)

R

  • root (scitex_storage.ScanResult attribute)

S

  • scan() (in module scitex_storage)
  • scan_time (scitex_storage.ScanResult attribute)
  • ScanResult (class in scitex_storage)
  • scitex_storage
    • module
  • score() (scitex_storage.FileEntry method)
  • size (scitex_storage.FileEntry attribute)
  • skipped_dirs (scitex_storage.ScanResult attribute)
  • skipped_size (scitex_storage.ScanResult attribute)

T

  • top_candidates() (scitex_storage.ScanResult method)
  • total_size (scitex_storage.ScanResult attribute)

W

  • walk_tree() (in module scitex_storage)

© Copyright 2026, Yusuke Watanabe.

Built with Sphinx using a theme provided by Read the Docs.