Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ooai-skills
ooai-skills
  • End-to-end loop
  • Concepts and layout
  • Commands reference
  • Curated repo list
  • MinIO registry
  • Deep Agents integration
  • Security notes
  • API Reference
    • ooai_skills
      • ooai_skills.cli
      • ooai_skills.curated
      • ooai_skills.data
      • ooai_skills.direct
      • ooai_skills.discover
      • ooai_skills.frontmatter
      • ooai_skills.git
      • ooai_skills.hashing
      • ooai_skills.ingest_zip
      • ooai_skills.init
      • ooai_skills.local
      • ooai_skills.mcp_server
      • ooai_skills.mirror
      • ooai_skills.models
      • ooai_skills.push_local
      • ooai_skills.remote_tools
      • ooai_skills.s3
      • ooai_skills.settings
      • ooai_skills.sources
      • ooai_skills.sync
  • Troubleshooting
  • FAQ
Back to top
View this page
Edit this page

ooai_skills.hashing¶

Hashing helpers.

Functions¶

hash_bytes(data)

hash_file(path)

hash_dir(root)

Module Contents¶

ooai_skills.hashing.hash_bytes(data)¶
Parameters:

data (bytes)

Return type:

str

ooai_skills.hashing.hash_file(path)¶
Parameters:

path (pathlib.Path)

Return type:

str

ooai_skills.hashing.hash_dir(root)¶
Parameters:

root (pathlib.Path)

Return type:

str

Next
ooai_skills.ingest_zip
Previous
ooai_skills.git
Copyright © 2025, William R. Astley
Made with Sphinx and @pradyunsg's Furo
On this page
  • ooai_skills.hashing
    • Functions
    • Module Contents
      • hash_bytes()
      • hash_file()
      • hash_dir()