README.md
pyproject.toml
suppgram/__init__.py
suppgram/backend.py
suppgram/builder.py
suppgram/containers.py
suppgram/emoji.py
suppgram/entities.py
suppgram/errors.py
suppgram/frontend.py
suppgram/helpers.py
suppgram/logging.py
suppgram/observer.py
suppgram/storage.py
suppgram.egg-info/PKG-INFO
suppgram.egg-info/SOURCES.txt
suppgram.egg-info/dependency_links.txt
suppgram.egg-info/requires.txt
suppgram.egg-info/top_level.txt
suppgram/backends/__init__.py
suppgram/backends/local.py
suppgram/bridges/__init__.py
suppgram/bridges/mongodb_telegram.py
suppgram/bridges/sqlalchemy_telegram.py
suppgram/cli/__init__.py
suppgram/cli/all_in_one.py
suppgram/cli/pubnub_customer_client.py
suppgram/frontends/__init__.py
suppgram/frontends/instagram.py
suppgram/frontends/email/__init__.py
suppgram/frontends/email/client.py
suppgram/frontends/instagram/__init__.py
suppgram/frontends/instagram/server.py
suppgram/frontends/pubnub/__init__.py
suppgram/frontends/pubnub/configuration.py
suppgram/frontends/pubnub/converter.py
suppgram/frontends/pubnub/customer_frontend.py
suppgram/frontends/pubnub/errors.py
suppgram/frontends/pubnub/identification.py
suppgram/frontends/shell/__init__.py
suppgram/frontends/shell/customer_frontend.py
suppgram/frontends/telegram/__init__.py
suppgram/frontends/telegram/agent_frontend.py
suppgram/frontends/telegram/app_manager.py
suppgram/frontends/telegram/callback_actions.py
suppgram/frontends/telegram/customer_frontend.py
suppgram/frontends/telegram/helper.py
suppgram/frontends/telegram/helpers.py
suppgram/frontends/telegram/identification.py
suppgram/frontends/telegram/interfaces.py
suppgram/frontends/telegram/manager_frontend.py
suppgram/frontends/telegram/workplace_manager.py
suppgram/storages/__init__.py
suppgram/storages/mongodb/__init__.py
suppgram/storages/mongodb/collections.py
suppgram/storages/mongodb/storage.py
suppgram/storages/sqlalchemy/__init__.py
suppgram/storages/sqlalchemy/models.py
suppgram/storages/sqlalchemy/storage.py
suppgram/texts/__init__.py
suppgram/texts/en.py
suppgram/texts/interface.py
tests/test_emoji.py