Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Oct 16, 2024
1 parent 834b638 commit 47c456f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion ocfl/object.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# -*- coding: utf-8 -*-
"""Core of OCFL Object library."""
"""OCFL Object library.
Provides Object class for handling OCFL Object data and operations, including
building, updating and inspecting. Also provides support for generating and
updating OCFL inventories, though these are represented simply as a dict rather
than as a new Python object type.
This code uses PyFilesystem (import fs) exclusively for access to files. This
should enable application beyond the operating system filesystem.
"""
import copy
import hashlib
import json
Expand Down

0 comments on commit 47c456f

Please sign in to comment.