.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app.py
examples/templates/index.html
invenio_formatter/__init__.py
invenio_formatter/config.py
invenio_formatter/ext.py
invenio_formatter/version.py
invenio_formatter/views.py
invenio_formatter.egg-info/PKG-INFO
invenio_formatter.egg-info/SOURCES.txt
invenio_formatter.egg-info/dependency_links.txt
invenio_formatter.egg-info/entry_points.txt
invenio_formatter.egg-info/not-zip-safe
invenio_formatter.egg-info/requires.txt
invenio_formatter.egg-info/top_level.txt
invenio_formatter/context_processors/__init__.py
invenio_formatter/context_processors/badges.py
invenio_formatter/filters/__init__.py
invenio_formatter/filters/datetime.py
invenio_formatter/filters/html.py
invenio_formatter/templates/invenio_formatter/macros/badges.html
invenio_formatter/templates/invenio_formatter/macros/meta.html
invenio_formatter/templates/semantic-ui/invenio_formatter/macros/badges.html
invenio_formatter/templates/semantic-ui/invenio_formatter/macros/meta.html
invenio_formatter/translations/messages.pot
invenio_formatter/translations/cs/LC_MESSAGES/messages.po
invenio_formatter/translations/da/LC_MESSAGES/messages.po
invenio_formatter/translations/de/LC_MESSAGES/messages.po
invenio_formatter/translations/es/LC_MESSAGES/messages.po
invenio_formatter/translations/fr/LC_MESSAGES/messages.po
invenio_formatter/translations/it/LC_MESSAGES/messages.po
tests/conftest.py
tests/test_examples_app.py
tests/test_filters.py
tests/test_invenio_formatter.py
tests/test_template_context_processors.py
tests/test_template_macros.py
tests/test_views.py