AUTHORS.txt
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
src/perma/__init__.py
src/perma/apps.py
src/perma/blocks.py
src/perma/default_settings.py
src/perma/html_to_text.py
src/perma/model_fields.py
src/perma/model_porter.py
src/perma/models.py
src/perma/side_panels.py
src/perma/utilities.py
src/perma/views.py
src/perma/wagtail_hooks.py
src/perma/wagtail_settings.py
src/perma.egg-info/PKG-INFO
src/perma.egg-info/SOURCES.txt
src/perma.egg-info/dependency_links.txt
src/perma.egg-info/requires.txt
src/perma.egg-info/top_level.txt
src/perma.egg-info/zip-safe
src/perma/migrations/0001_initial.py
src/perma/migrations/__init__.py
src/perma/templates/perma/base_page.html
src/perma/templates/perma/record.html
src/perma/templates/perma/record_index_page.html
src/perma/templates/perma/record_page.html
src/perma/templates/perma/blocks/binary_file_block.html
src/perma/templates/perma/blocks/csv_file_block.html
src/perma/templates/perma/blocks/excel_file_block.html
src/perma/templates/perma/blocks/file_block.html
src/perma/templates/perma/blocks/json_file_block.html
src/perma/templates/perma/blocks/record_authors_block.html
src/perma/templates/perma/blocks/record_block.html
src/perma/templates/perma/blocks/record_dates_block.html
src/perma/templates/perma/blocks/record_description_block.html
src/perma/templates/perma/blocks/record_requirements_block.html
src/perma/templates/perma/blocks/record_resources_block.html
src/perma/templates/perma/blocks/record_tags_block.html
src/perma/templates/perma/blocks/requirement_block.html
src/perma/templates/perma/blocks/software_requirement_block.html
src/perma/templates/perma/blocks/text_file_block.html
src/perma/templates/perma/blocks/xml_file_block.html
src/perma/templates/perma/tags/support.html
src/perma/templatetags/__init__.py
src/perma/templatetags/perma_tags.py