AUTHORS.txt
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/bibster/__init__.py
src/bibster/admin_urls.py
src/bibster/apps.py
src/bibster/auto_fill.py
src/bibster/auxiliaries.py
src/bibster/block_auxiliaries.py
src/bibster/blocks.py
src/bibster/content_admin.py
src/bibster/default_settings.py
src/bibster/format_auxiliaries.py
src/bibster/frontend.py
src/bibster/harvard_style.py
src/bibster/html_markup.py
src/bibster/identifiers.py
src/bibster/mixins.py
src/bibster/model_admin.py
src/bibster/model_porter.py
src/bibster/models.py
src/bibster/permissions.py
src/bibster/plain_name_format.py
src/bibster/wagtail_hooks.py
src/bibster/xml_io.py
src/bibster.egg-info/PKG-INFO
src/bibster.egg-info/SOURCES.txt
src/bibster.egg-info/dependency_links.txt
src/bibster.egg-info/not-zip-safe
src/bibster.egg-info/requires.txt
src/bibster.egg-info/top_level.txt
src/bibster/formatting/__init__.py
src/bibster/formatting/base.py
src/bibster/formatting/dictionary_format.py
src/bibster/formatting/ellipsis.py
src/bibster/formatting/grouping_format.py
src/bibster/formatting/markup.py
src/bibster/formatting/predicate_format.py
src/bibster/formatting/sequence_format.py
src/bibster/formatting/sequence_map.py
src/bibster/formatting/switch_format.py
src/bibster/formatting/titlecase.py
src/bibster/formatting/value_converters.py
src/bibster/formatting/value_format.py
src/bibster/formatting/xml_io.py
src/bibster/migrations/0001_initial.py
src/bibster/migrations/__init__.py
src/bibster/static/bibster/css/bibster.css
src/bibster/static/bibster/js/publication_modeladmin.js
src/bibster/static/bibster/js/reference_block.js
src/bibster/static/bibster/js/reference_lookup.js
src/bibster/templates/bibster/blocks/publication_list.html
src/bibster/templates/bibster/blocks/publication_list_switch.html
src/bibster/templates/bibster/blocks/publication_showcase.html
src/bibster/templates/bibster/blocks/publication_showcase_switch.html
src/bibster/templates/bibster/blocks/reference_block.html
src/bibster/templates/modeladmin/bibster/publication/index.html
src/bibster/templatetags/__init__.py
src/bibster/templatetags/bibster_tags.py
src/bibster/views/__init__.py
src/bibster/views/action.py
src/bibster/views/lookup.py