Metadata-Version: 1.1
Name: ocfl-py
Version: 0.0.1
Summary: ocfl-py - A Python implementation of OCFL
Home-page: https://github.com/zimeon/ocfl-py
Author: Simeon Warner
Author-email: simeon.warner@cornell.edu
License: UNKNOWN
Description: ==========================================
        ocfl-py - An OCFL implementation in Python
        ==========================================
        
        .. image:: https://travis-ci.org/zimeon/ocfl-py.svg?branch=master
          :target: https://travis-ci.org/zimeon/ocfl-py
        .. image:: https://coveralls.io/repos/github/zimeon/ocfl-py/badge.svg?branch=master
          :target: https://coveralls.io/github/zimeon/ocfl-py?branch=master
        
        **WORK IN PROGRESS - NO GUARANTEE, NO MONEY BACK :-)**
        
        Attempts to follow `current draft of OCFL specification
        <https://ocfl.io/draft/spec/>`_
        
        See `README_*.md` files for current examples.
        
        Have dropped Python 2, it is time for Python 3.
        
        Contributing
        ------------
        
        See `CONTRIBUTING.md
        <https://github.com/zimeon/ocfl-py/blob/master/CONTRIBUTING.md>`_
        for guidelines for contributing.
        
        Copyright and License
        ---------------------
        
        Copyright 2018--2020 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/master/LICENSE.txt>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
