README.md
pyproject.toml
setup.cfg
setup.py
src/clarin/__init__.py
src/clarin/sru/__init__.py
src/clarin/sru/constants.py
src/clarin/sru/diagnostic.py
src/clarin/sru/exception.py
src/clarin/sru/py.typed
src/clarin/sru/queryparser.py
src/clarin/sru/server/__init__.py
src/clarin/sru/server/auth.py
src/clarin/sru/server/config.py
src/clarin/sru/server/request.py
src/clarin/sru/server/result.py
src/clarin/sru/server/server.py
src/clarin/sru/server/wsgi.py
src/clarin/sru/xml/__init__.py
src/clarin/sru/xml/sru-server-config.xsd
src/clarin/sru/xml/writer.py
src/clarin/sru/xml/xml.xsd
src/fcs_sru_server.egg-info/PKG-INFO
src/fcs_sru_server.egg-info/SOURCES.txt
src/fcs_sru_server.egg-info/dependency_links.txt
src/fcs_sru_server.egg-info/requires.txt
src/fcs_sru_server.egg-info/top_level.txt
src/fcs_sru_server.egg-info/zip-safe
tests/test_diagnostic.py
tests/test_exception.py
tests/test_queryparser.py
tests/test_server.py
tests/test_server_auth.py
tests/test_server_config.py
tests/test_xml.py