wappa 0.1.5__tar.gz → 0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of wappa might be problematic. Click here for more details.
- {wappa-0.1.5 → wappa-0.1.6}/PKG-INFO +7 -25
- {wappa-0.1.5 → wappa-0.1.6}/pyproject.toml +7 -34
- {wappa-0.1.5 → wappa-0.1.6}/uv.lock +1 -1
- {wappa-0.1.5 → wappa-0.1.6}/.gitignore +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/.python-version +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/LICENSE +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/README.md +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/README.md +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/constants.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/echo_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/interactive_builder.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/audio_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/button_activation.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/button_prompt.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/button_selection.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/contact_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/cta_activation.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/document_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/image_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/list_activation.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/list_prompt.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/list_selection.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/location_activation.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/location_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/message_confirmation.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/metadata_extraction.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/state_management.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/text_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/user_storage.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/logic/video_echo.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/main.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/README.md +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/WeDancin_RawImg.png +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/audio.ogg +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/cf592_POST.png +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/document.pdf +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/image.png +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media/video.mp4 +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/media_processor.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/state_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/echo_project/test_architecture.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/redis_cache_example/.gitignore +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/simple_echo/main.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/examples/simple_wappa/main.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/controllers/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/controllers/webhook_controller.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/dependencies/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/dependencies/whatsapp_dependencies.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/dependencies/whatsapp_media_dependencies.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/middleware/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/middleware/error_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/middleware/owner.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/middleware/request_logging.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/health.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/webhooks.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/whatsapp_interactive.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/whatsapp_media.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/whatsapp_messages.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/whatsapp_specialized.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp/whatsapp_templates.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/api/routes/whatsapp_combined.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/cli/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/cli/main.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/config/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/config/settings.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/events/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/events/default_handlers.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/events/event_dispatcher.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/events/event_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/events/webhook_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/factory/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/factory/plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/factory/wappa_builder.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/logging/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/logging/context.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/logging/logger.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/auth_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/cors_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/custom_middleware_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/database_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/rate_limit_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/redis_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/wappa_core_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/plugins/webhook_plugin.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/types.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/core/wappa_app.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/adapter.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/adapters/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/adapters/mysql_adapter.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/adapters/postgresql_adapter.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/database/adapters/sqlite_adapter.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/builders/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/builders/message_builder.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/entities/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/enums/messenger_platform.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/factories/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/factories/media_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/factories/message_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/factories/messenger_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/base_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/cache_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/cache_interface.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/expiry_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/media_interface.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/messaging_interface.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/pubsub_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/repository_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/shared_state_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/state_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/tables_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/user_repository.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/interfaces/webhooks/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/models/media_result.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/models/platforms/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/models/platforms/platform_config.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/services/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/domain/services/tenant_credentials_service.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/client/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/client/whatsapp_client.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_interactive_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_media_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_specialized_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_template_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/messenger/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/messenger/whatsapp_messenger.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/basic_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/interactive_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/media_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/specialized_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/models/template_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/cache_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/cache_adapters.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/state_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/table_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/user_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/utils/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/utils/file_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/utils/key_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/handlers/utils/serialization.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/json_cache_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/json/storage_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/cache_adapters.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/state_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/table_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/user_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/utils/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/utils/key_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/utils/memory_store.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/handlers/utils/ttl_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/memory_cache_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/memory/storage_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/README.md +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/cache_adapters.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/ops.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_cache_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_client.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/state_handler.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/table.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/user.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/utils/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/utils/key_factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/utils/serde.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_handler/utils/tenant_cache.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/persistence/redis/redis_manager.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/processors/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/processors/base_processor.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/processors/factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/processors/whatsapp_processor.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/base_message.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/base_status.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/base_webhook.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/types.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/webhook_interfaces/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/webhook_interfaces/base_components.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/core/webhook_interfaces/universal_webhooks.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/webhooks/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/base_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/audio.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/button.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/contact.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/document.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/errors.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/image.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/interactive.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/location.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/order.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/reaction.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/sticker.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/system.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/text.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/unsupported.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/message_types/video.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/status_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/validators.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/schemas/whatsapp/webhook_container.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/base_message.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/base_status.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/base_webhook.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/types.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/webhook_interfaces/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/webhook_interfaces/base_components.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/core/webhook_interfaces/universal_webhooks.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/factory.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/base_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/__init__.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/audio.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/button.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/contact.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/document.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/errors.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/image.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/interactive.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/location.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/order.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/reaction.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/sticker.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/system.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/text.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/unsupported.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/message_types/video.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/status_models.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/validators.py +0 -0
- {wappa-0.1.5 → wappa-0.1.6}/wappa/webhooks/whatsapp/webhook_container.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wappa
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Open Source Framework to develop smart Workflows, Agents and full chat applications through WhatsApp
|
|
5
5
|
Project-URL: Homepage, https://wappa.mimeia.com
|
|
6
6
|
Project-URL: Documentation, https://wappa.mimeia.com/docs
|
|
@@ -225,37 +225,19 @@ Requires-Dist: aiofiles>=24.1.0
|
|
|
225
225
|
Requires-Dist: aiohttp>=3.11.0
|
|
226
226
|
Requires-Dist: fastapi>=0.115.0
|
|
227
227
|
Requires-Dist: hypercorn>=0.17.0
|
|
228
|
+
Requires-Dist: numpy>=2.2.0
|
|
229
|
+
Requires-Dist: openai>=1.69.0
|
|
230
|
+
Requires-Dist: opencv-python-headless>=4.11.0
|
|
231
|
+
Requires-Dist: pillow>=11.1.0
|
|
228
232
|
Requires-Dist: pydantic-settings>=2.10.0
|
|
229
233
|
Requires-Dist: pydantic>=2.8.0
|
|
230
234
|
Requires-Dist: python-dotenv>=1.0.0
|
|
231
235
|
Requires-Dist: python-multipart>=0.0.6
|
|
236
|
+
Requires-Dist: redis>=5.2.0
|
|
232
237
|
Requires-Dist: rich>=13.0.0
|
|
238
|
+
Requires-Dist: sqlmodel>=0.0.24
|
|
233
239
|
Requires-Dist: typer>=0.9.0
|
|
234
240
|
Requires-Dist: uvicorn[standard]>=0.24.0
|
|
235
|
-
Provides-Extra: ai
|
|
236
|
-
Requires-Dist: numpy>=2.2.0; extra == 'ai'
|
|
237
|
-
Requires-Dist: openai>=1.69.0; extra == 'ai'
|
|
238
|
-
Provides-Extra: all
|
|
239
|
-
Requires-Dist: numpy>=2.2.0; extra == 'all'
|
|
240
|
-
Requires-Dist: openai>=1.69.0; extra == 'all'
|
|
241
|
-
Requires-Dist: opencv-python-headless>=4.11.0; extra == 'all'
|
|
242
|
-
Requires-Dist: pillow>=11.1.0; extra == 'all'
|
|
243
|
-
Requires-Dist: redis>=5.2.0; extra == 'all'
|
|
244
|
-
Requires-Dist: sqlmodel>=0.0.24; extra == 'all'
|
|
245
|
-
Provides-Extra: database
|
|
246
|
-
Requires-Dist: sqlmodel>=0.0.24; extra == 'database'
|
|
247
|
-
Provides-Extra: dev
|
|
248
|
-
Requires-Dist: black>=25.1.0; extra == 'dev'
|
|
249
|
-
Requires-Dist: mypy>=1.0.0; extra == 'dev'
|
|
250
|
-
Requires-Dist: pre-commit>=3.0.0; extra == 'dev'
|
|
251
|
-
Requires-Dist: pytest-asyncio>=1.1.0; extra == 'dev'
|
|
252
|
-
Requires-Dist: pytest>=8.4.0; extra == 'dev'
|
|
253
|
-
Requires-Dist: ruff>=0.9.0; extra == 'dev'
|
|
254
|
-
Provides-Extra: media
|
|
255
|
-
Requires-Dist: opencv-python-headless>=4.11.0; extra == 'media'
|
|
256
|
-
Requires-Dist: pillow>=11.1.0; extra == 'media'
|
|
257
|
-
Provides-Extra: redis
|
|
258
|
-
Requires-Dist: redis>=5.2.0; extra == 'redis'
|
|
259
241
|
Description-Content-Type: text/markdown
|
|
260
242
|
|
|
261
243
|
# wappa
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "wappa"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.6"
|
|
8
8
|
description = "Open Source Framework to develop smart Workflows, Agents and full chat applications through WhatsApp"
|
|
9
9
|
authors = [
|
|
10
10
|
{name = "Sasha Canal", email = "contact@mimeia.com"},
|
|
@@ -25,8 +25,9 @@ classifiers = [
|
|
|
25
25
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
26
26
|
]
|
|
27
27
|
|
|
28
|
-
#
|
|
28
|
+
# All dependencies included by default for simplicity
|
|
29
29
|
dependencies = [
|
|
30
|
+
# Core framework
|
|
30
31
|
"fastapi>=0.115.0",
|
|
31
32
|
"uvicorn[standard]>=0.24.0",
|
|
32
33
|
"hypercorn>=0.17.0",
|
|
@@ -38,46 +39,18 @@ dependencies = [
|
|
|
38
39
|
"aiofiles>=24.1.0",
|
|
39
40
|
"typer>=0.9.0",
|
|
40
41
|
"rich>=13.0.0",
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
[project.optional-dependencies]
|
|
44
|
-
# Redis cache support
|
|
45
|
-
redis = [
|
|
42
|
+
# Cache support
|
|
46
43
|
"redis>=5.2.0",
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
# Database support
|
|
50
|
-
database = [
|
|
44
|
+
# Database support
|
|
51
45
|
"sqlmodel>=0.0.24",
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# AI/ML features
|
|
55
|
-
ai = [
|
|
46
|
+
# AI/ML features
|
|
56
47
|
"openai>=1.69.0",
|
|
57
48
|
"numpy>=2.2.0",
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
# Image processing
|
|
61
|
-
media = [
|
|
49
|
+
# Image processing
|
|
62
50
|
"pillow>=11.1.0",
|
|
63
51
|
"opencv-python-headless>=4.11.0",
|
|
64
52
|
]
|
|
65
53
|
|
|
66
|
-
# Development tools
|
|
67
|
-
dev = [
|
|
68
|
-
"pytest>=8.4.0",
|
|
69
|
-
"pytest-asyncio>=1.1.0",
|
|
70
|
-
"ruff>=0.9.0",
|
|
71
|
-
"black>=25.1.0",
|
|
72
|
-
"mypy>=1.0.0",
|
|
73
|
-
"pre-commit>=3.0.0",
|
|
74
|
-
]
|
|
75
|
-
|
|
76
|
-
# Full installation with all features
|
|
77
|
-
all = [
|
|
78
|
-
"wappa[redis,database,ai,media]",
|
|
79
|
-
]
|
|
80
|
-
|
|
81
54
|
[project.urls]
|
|
82
55
|
Homepage = "https://wappa.mimeia.com"
|
|
83
56
|
Documentation = "https://wappa.mimeia.com/docs"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_interactive_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{wappa-0.1.5 → wappa-0.1.6}/wappa/messaging/whatsapp/handlers/whatsapp_specialized_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|