README.md
pyproject.toml
src/asma/__init__.py
src/asma/config.py
src/asma/py.typed
src/asma.egg-info/PKG-INFO
src/asma.egg-info/SOURCES.txt
src/asma.egg-info/dependency_links.txt
src/asma.egg-info/requires.txt
src/asma.egg-info/top_level.txt
src/asma/core/evaluator.py
src/asma/core/parser.py
src/asma/interfaces/fetcher.py
src/asma/interfaces/llm.py
src/asma/interfaces/resolver.py
src/asma/providers/fetcher_pmc.py
src/asma/providers/llm_lmstudio.py
src/asma/providers/resolver_crossref.py
src/asma/utils/document.py
src/asma/utils/doi.py
src/asma/utils/text.py
src/asma/utils/xml_table.py