CHANGELOG.md
LICENSE
MANIFEST.in
README.md
alembic.ini
pyproject.toml
alembic/env.py
alembic/script.py.mako
alembic/versions/2025_01_20_0001-initial_comments_attachments_tables.py
alembic/versions/2025_11_18_0002-add_document_type_name_column.py
database/migrations/001_create_comments_attachments_tables.sql
database/migrations/002_add_hierarchical_attachments.sql
database/migrations/003_add_comment_reactions.sql
database/migrations/004_add_mentions_notifications.sql
database/migrations/005_add_comment_threading.sql
examples/integration_example.py
src/swm_comments/__init__.py
src/swm_comments/models.py
src/swm_comments/py.typed
src/swm_comments/routers.py
src/swm_comments/schemas.py
src/swm_comments/storage/__init__.py
src/swm_comments/storage/azure.py
src/swm_comments/storage/base.py
src/swm_comments/storage/local.py
src/swm_comments/storage/s3.py
src/swm_comments_attachments.egg-info/PKG-INFO
src/swm_comments_attachments.egg-info/SOURCES.txt
src/swm_comments_attachments.egg-info/dependency_links.txt
src/swm_comments_attachments.egg-info/requires.txt
src/swm_comments_attachments.egg-info/top_level.txt