Metadata-Version: 2.4
Name: ocfl-py
Version: 2.1.0
Summary: ocfl-py - A Python implementation of OCFL
Author-email: Simeon Warner <simeon.warner@cornell.edu>
Project-URL: Homepage, https://github.com/zimeon/ocfl-py
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
License-File: LICENSE.txt
Requires-Dist: bagit>=1.8.1
Requires-Dist: dateutils>=0.6.6
Requires-Dist: fsspec>=2026.4.0
Requires-Dist: s3fs>=2026.4.0
Requires-Dist: pairtree>=0.8.1
Provides-Extra: testing
Requires-Dist: mock>=5.1; extra == "testing"
Requires-Dist: requests>=2.20.0; extra == "testing"
Dynamic: license-file

==========================================
ocfl-py - An OCFL implementation in Python
==========================================

``ocfl-py`` is a Python reference implementation of the Oxford Common File Layout
(OCFL). It provides the `ocfl` module and a set of command-line tools
that for validating and manipulating OCFL Objects and OCFL Storage Roots. The
code implements the current `OCFL specification v1.1
<https://ocfl.io/1.1/spec/>`_ while retaining support for `v1.0
<https://ocfl.io/1.0/spec/>`_. See `implementation status for errors and warnings
<https://github.com/zimeon/ocfl-py/blob/main/docs/validation_status.md>`_ for
details of validator support.

See `ocfl-py documentation
<https://oclf-py.readthedocs.io/en/latest/index.html>`_  on ReadTheDocs.

Contributing
------------

Bug reports welcome as `github issues
<https://github.com/zimeon/ocfl-py/issues>`_.

See `CONTRIBUTING.md
<https://github.com/zimeon/ocfl-py/blob/main/CONTRIBUTING.md>`_
for guidelines for contributing.

Other Python OCFL Code
----------------------

See also `OCFL-Core
<https://github.com/inveniosoftware/ocflcore>`_ which is another Python implementation
of OCFL, designed to support the InvenioRDM repository, and `other OCFL implementations
<https://github.com/OCFL/spec/wiki/Implementations>`_.

Copyright and License
---------------------

Copyright 2018--2026 Simeon Warner and `contributors
<https://github.com/zimeon/ocfl-py/graphs/contributors>`_.
Provided under the MIT license, see `LICENSE.txt
<https://github.com/zimeon/ocfl-py/blob/main/LICENSE.txt>`_.
