LICENSE
README.md
pyproject.toml
awesome_citations/__init__.py
awesome_citations/cli.py
awesome_citations.egg-info/PKG-INFO
awesome_citations.egg-info/SOURCES.txt
awesome_citations.egg-info/dependency_links.txt
awesome_citations.egg-info/entry_points.txt
awesome_citations.egg-info/requires.txt
awesome_citations.egg-info/top_level.txt
awesome_citations/data/chinese_journals.json
awesome_citations/data/journal_abbr.json
awesome_citations/data/protected_words.json
awesome_citations/data/small_words.json
awesome_citations/scripts/__init__.py
awesome_citations/scripts/analyze_bibtex.py
awesome_citations/scripts/complete_bibtex.py
awesome_citations/scripts/enhanced_complete.py
awesome_citations/scripts/format_bibtex.py
awesome_citations/scripts/generate_pdf.py
awesome_citations/scripts/sort_bibtex.py
awesome_citations/scripts/utilities.py
awesome_citations/scripts/workflow_complete.py
awesome_citations/utils/__init__.py
awesome_citations/utils/arxiv_detector.py
awesome_citations/utils/change_logger.py
awesome_citations/utils/multi_source_merger.py
awesome_citations/utils/title_formatter.py
tests/test_complete_bibtex.py
tests/test_format_bibtex.py
tests/test_ieee_integration.py
tests/test_integration.py
tests/test_utils.py