# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/MSU-Libraries/oai_repo",
"name": "oai-repo",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "Nate Collins",
"author_email": "npcollins@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ba/15/f36b25d6b189e54a97ef3ff6efe5c7df22ce9620331574250c6c05c59891/oai_repo-0.4.2.tar.gz",
"platform": null,
"description": "# oai_repo\nThe `oai_repo` Python module provides a configurable implementation of an\n[OAI-PMH](http://openarchives.org/OAI/openarchivesprotocol.html) compatible repository.\n\n## Features\n* Completely customizable to work with any backend you have.\n* Compliant to the OAI-PMH 2.0 specification.\n* Easy to integrate within any Python application.\n\n## Documentation\nFor full documentation visit the [oai_repo documentation](https://msu-libraries.github.io/oai_repo/) site.\n\n## Author and License\nThe `oai_repo` module was developed at the Michigan State University Libraries.\nIt is released under the Apache License version 2.0.\n\n## Copyright\nCopyright (c) 2022 Michigan State University Board of Trustees\n\n\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "OAI-PMH Repository Server",
"version": "0.4.2",
"project_urls": {
"Documentation": "https://msu-libraries.github.io/oai_repo/",
"Homepage": "https://github.com/MSU-Libraries/oai_repo"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0b12227c9695b99ea7e05e70e61ed1b88d2a54547a0bb177ef819c42cf18703a",
"md5": "5d12ca166fc5936b93d785e14f45aa50",
"sha256": "c1414b650e48566976e176fc72eee4a0d21accd0a6fe37e6dcdbd21ccd014832"
},
"downloads": -1,
"filename": "oai_repo-0.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5d12ca166fc5936b93d785e14f45aa50",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 27223,
"upload_time": "2023-09-26T22:41:48",
"upload_time_iso_8601": "2023-09-26T22:41:48.829088Z",
"url": "https://files.pythonhosted.org/packages/0b/12/227c9695b99ea7e05e70e61ed1b88d2a54547a0bb177ef819c42cf18703a/oai_repo-0.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba15f36b25d6b189e54a97ef3ff6efe5c7df22ce9620331574250c6c05c59891",
"md5": "a2de135f89c5651f4c0cc66c1d979bdd",
"sha256": "21c903ea22868d11ebd1dd0d2eba7d2aeafc009261ae152d112d00805d2c6086"
},
"downloads": -1,
"filename": "oai_repo-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "a2de135f89c5651f4c0cc66c1d979bdd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 21282,
"upload_time": "2023-09-26T22:41:52",
"upload_time_iso_8601": "2023-09-26T22:41:52.046150Z",
"url": "https://files.pythonhosted.org/packages/ba/15/f36b25d6b189e54a97ef3ff6efe5c7df22ce9620331574250c6c05c59891/oai_repo-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-26 22:41:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MSU-Libraries",
"github_project": "oai_repo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "Cerberus",
"specs": [
[
"~=",
"1.3"
]
]
},
{
"name": "coverage",
"specs": [
[
"~=",
"7.3"
]
]
},
{
"name": "jsonpath-ng",
"specs": [
[
"~=",
"1.6"
]
]
},
{
"name": "lxml",
"specs": [
[
"~=",
"4.9"
]
]
},
{
"name": "mkdocs",
"specs": [
[
"~=",
"1.5"
]
]
},
{
"name": "mkdocs-autorefs",
"specs": [
[
"~=",
"0.5"
]
]
},
{
"name": "mkdocs-material",
"specs": [
[
"~=",
"9.4"
]
]
},
{
"name": "mkdocs-material-extensions",
"specs": [
[
"~=",
"1.2"
]
]
},
{
"name": "mkdocstrings",
"specs": [
[
"~=",
"0.23"
]
]
},
{
"name": "mkdocstrings-python",
"specs": [
[
"~=",
"1.7"
]
]
},
{
"name": "pylint",
"specs": [
[
"~=",
"2.17"
]
]
},
{
"name": "pytest",
"specs": [
[
"~=",
"7.4"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
"~=",
"4.1"
]
]
},
{
"name": "requests",
"specs": [
[
"~=",
"2.31"
]
]
},
{
"name": "validators",
"specs": [
[
"~=",
"0.22"
]
]
}
],
"lcname": "oai-repo"
}