Metadata-Version: 2.1
Name: oai-repo
Version: 0.4.0
Summary: OAI-PMH Repository Server
Home-page: https://github.com/MSU-Libraries/oai_repo
Author: Nate Collins
Author-email: npcollins@gmail.com
License: Apache License 2.0
Project-URL: Documentation, https://msu-libraries.github.io/oai_repo/
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# oai_repo
The `oai_repo` Python module provides a configurable implementation of an
[OAI-PMH](http://openarchives.org/OAI/openarchivesprotocol.html) compatible repository.

## Features
* Completely customizable to work with any backend you have.
* Compliant to the OAI-PMH 2.0 specification.
* Easy to integrate within any Python application.

## Documentation
For full documentation visit the [oai_repo documentation](https://msu-libraries.github.io/oai_repo/) site.

## Author and License
The `oai_repo` module was developed at the Michigan State University Libraries.
It is released under the Apache License version 2.0.

## Copyright
Copyright (c) 2022 Michigan State University Board of Trustees


