Metadata-Version: 2.4
Name: oaipmh
Version: 3.0.0
Summary: Python implementation of the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH)
Project-URL: Repository, https://github.com/eth-library/oaipmh
Project-URL: Original-Repository, https://github.com/infrae/pyoai
Project-URL: Changelog, https://github.com/eth-library/oaipmh/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/eth-library/oaipmh/issues
Author-email: Infrae <info@infrae.com>
Maintainer-email: Jaime Cardozo <jaime.cardozo@library.ethz.ch>, ETH Library — Data Science and Research Support <dsr@library.ethz.ch>
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: OAI-PMH,archive,harvesting,metadata,xml
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
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: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: lxml
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
