.gitignore
.pre-commit-config.yaml
.zenodo.json
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
logo_.jpg
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
.github/workflows/update-stars.yml
docs/Makefile
docs/README.md
docs/advanced_usage.rst
docs/basic_usage.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/faq.rst
docs/index.rst
docs/installation.rst
docs/output_formats.rst
docs/python_api.rst
docs/quick_start.rst
docs/requirements.txt
docs/templates.rst
docs/api/core.rst
docs/api/exceptions.rst
docs/api/pipeline.rst
docs/examples/existing.bib
docs/examples/references.txt
onecite/__init__.py
onecite/cli.py
onecite/core.py
onecite/exceptions.py
onecite.egg-info/PKG-INFO
onecite.egg-info/SOURCES.txt
onecite.egg-info/dependency_links.txt
onecite.egg-info/entry_points.txt
onecite.egg-info/requires.txt
onecite.egg-info/top_level.txt
onecite/pipeline/__init__.py
onecite/pipeline/_utils.py
onecite/pipeline/enricher.py
onecite/pipeline/formatter.py
onecite/pipeline/identifier.py
onecite/pipeline/parser.py
onecite/templates/book.yaml
onecite/templates/conference_paper.yaml
onecite/templates/dataset.yaml
onecite/templates/journal_article_full.yaml
onecite/templates/journal_article_with_abstract.yaml
onecite/templates/software.yaml
onecite/templates/thesis.yaml
scripts/update_stars.py
tests/__init__.py
tests/conftest.py
tests/mock_responses.py
tests/test_cli.py
tests/test_core_unit.py
tests/test_import.py
tests/test_input_formats.py
tests/test_input_formats_robust.py
tests/test_integration.py
tests/test_onecite_basic.py
tests/test_output_formats.py
tests/test_pipeline_unit.py
tests/test_pypi_version.py
tests/test_python_api.py
tests/test_templates.py