MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
bin/extract-id.py
ckanext/__init__.py
ckanext/ytp/__init__.py
ckanext/ytp/comments/__init__.py
ckanext/ytp/comments/bad_words.txt
ckanext/ytp/comments/email_notifications.py
ckanext/ytp/comments/good_words.txt
ckanext/ytp/comments/helpers.py
ckanext/ytp/comments/model.py
ckanext/ytp/comments/notification_helpers.py
ckanext/ytp/comments/notification_models.py
ckanext/ytp/comments/plugin.py
ckanext/ytp/comments/request_helpers.py
ckanext/ytp/comments/util.py
ckanext/ytp/comments/cli/__init__.py
ckanext/ytp/comments/cli/click_cli.py
ckanext/ytp/comments/cli/command.py
ckanext/ytp/comments/cli/paster_cli.py
ckanext/ytp/comments/controllers/__init__.py
ckanext/ytp/comments/controllers/blueprints.py
ckanext/ytp/comments/controllers/pylons_controllers.py
ckanext/ytp/comments/logic/__init__.py
ckanext/ytp/comments/logic/action/__init__.py
ckanext/ytp/comments/logic/action/create.py
ckanext/ytp/comments/logic/action/delete.py
ckanext/ytp/comments/logic/action/get.py
ckanext/ytp/comments/logic/action/update.py
ckanext/ytp/comments/logic/auth/__init__.py
ckanext/ytp/comments/logic/auth/create.py
ckanext/ytp/comments/logic/auth/delete.py
ckanext/ytp/comments/logic/auth/get.py
ckanext/ytp/comments/logic/auth/update.py
ckanext/ytp/comments/plugin_mixins/__init__.py
ckanext/ytp/comments/plugin_mixins/flask_plugin.py
ckanext/ytp/comments/public/javascript/comment_validation.js
ckanext/ytp/comments/public/javascript/comments.css
ckanext/ytp/comments/public/javascript/comments.js
ckanext/ytp/comments/public/javascript/confirm_mute_content_item.js
ckanext/ytp/comments/public/javascript/flag-comment.js
ckanext/ytp/comments/public/javascript/follow_or_mute_notifications.js
ckanext/ytp/comments/public/javascript/webassets.yml
ckanext/ytp/comments/templates/admin/config.html
ckanext/ytp/comments/templates/emails/bodies/notification-flagged-comment.txt
ckanext/ytp/comments/templates/emails/bodies/notification-new-comment.txt
ckanext/ytp/comments/templates/emails/subjects/notification-flagged-comment.txt
ckanext/ytp/comments/templates/emails/subjects/notification-new-comment.txt
ckanext/ytp/comments/templates/package/comment_list.html
ckanext/ytp/comments/templates/package/comments.html
ckanext/ytp/comments/templates/package/read.html
ckanext/ytp/comments/templates/package/read_base.html
ckanext/ytp/comments/templates/package/snippets/flag-comment_asset.html
ckanext/ytp/comments/templates/package/snippets/follow-or-mute-comment_asset.html
ckanext/ytp/comments/templates/snippets/comment_deleted.html
ckanext/ytp/comments/templates/snippets/comment_thread_notification_actions.html
ckanext/ytp/comments/templates/snippets/comments-js_asset.html
ckanext/ytp/comments/templates/snippets/comments-js_resource.html
ckanext/ytp/comments/templates/snippets/content_item_notification_actions.html
ckanext/ytp/comments/templates/snippets/count_badge.html
ckanext/ytp/comments/tests/__init__.py
ckanext/ytp/comments/tests/conftest.py
ckanext/ytp/comments/tests/test_index_comments.py
ckanext/ytp/comments/tests/test_plugin.py
ckanext_ytp_comments.egg-info/PKG-INFO
ckanext_ytp_comments.egg-info/SOURCES.txt
ckanext_ytp_comments.egg-info/dependency_links.txt
ckanext_ytp_comments.egg-info/entry_points.txt
ckanext_ytp_comments.egg-info/top_level.txt
test/features/environment.py
test/features/steps/steps.py