wappa 0.1.0__tar.gz → 0.1.4__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.
- {wappa-0.1.0 → wappa-0.1.4}/PKG-INFO +7 -6
- {wappa-0.1.0 → wappa-0.1.4}/pyproject.toml +7 -6
- {wappa-0.1.0 → wappa-0.1.4}/wappa/cli/main.py +15 -8
- {wappa-0.1.0 → wappa-0.1.4}/.gitignore +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/.python-version +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/LICENSE +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/README.md +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/README.md +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/constants.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/echo_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/interactive_builder.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/audio_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/button_activation.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/button_prompt.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/button_selection.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/contact_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/cta_activation.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/document_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/image_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/list_activation.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/list_prompt.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/list_selection.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/location_activation.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/location_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/message_confirmation.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/metadata_extraction.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/state_management.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/text_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/user_storage.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/logic/video_echo.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/main.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/README.md +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/WeDancin_RawImg.png +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/audio.ogg +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/cf592_POST.png +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/document.pdf +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/image.png +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media/video.mp4 +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/media_processor.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/state_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/echo_project/test_architecture.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/redis_cache_example/.gitignore +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/simple_echo/main.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/examples/simple_wappa/main.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/uv.lock +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/controllers/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/controllers/webhook_controller.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/dependencies/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/dependencies/whatsapp_dependencies.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/dependencies/whatsapp_media_dependencies.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/middleware/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/middleware/error_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/middleware/owner.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/middleware/request_logging.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/health.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/webhooks.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/whatsapp_interactive.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/whatsapp_media.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/whatsapp_messages.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/whatsapp_specialized.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp/whatsapp_templates.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/api/routes/whatsapp_combined.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/cli/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/config/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/config/settings.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/events/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/events/default_handlers.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/events/event_dispatcher.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/events/event_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/events/webhook_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/factory/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/factory/plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/factory/wappa_builder.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/logging/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/logging/context.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/logging/logger.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/auth_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/cors_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/custom_middleware_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/database_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/rate_limit_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/redis_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/wappa_core_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/plugins/webhook_plugin.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/types.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/core/wappa_app.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/adapter.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/adapters/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/adapters/mysql_adapter.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/adapters/postgresql_adapter.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/database/adapters/sqlite_adapter.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/builders/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/builders/message_builder.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/entities/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/enums/messenger_platform.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/factories/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/factories/media_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/factories/message_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/factories/messenger_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/base_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/cache_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/cache_interface.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/expiry_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/media_interface.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/messaging_interface.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/pubsub_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/repository_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/shared_state_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/state_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/tables_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/user_repository.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/interfaces/webhooks/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/models/media_result.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/models/platforms/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/models/platforms/platform_config.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/services/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/domain/services/tenant_credentials_service.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/client/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/client/whatsapp_client.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/whatsapp_interactive_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/whatsapp_media_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/whatsapp_specialized_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/whatsapp_template_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/messenger/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/messenger/whatsapp_messenger.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/basic_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/interactive_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/media_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/specialized_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/messaging/whatsapp/models/template_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/cache_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/cache_adapters.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/state_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/table_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/user_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/utils/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/utils/file_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/utils/key_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/handlers/utils/serialization.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/json_cache_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/json/storage_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/cache_adapters.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/state_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/table_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/user_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/utils/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/utils/key_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/utils/memory_store.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/handlers/utils/ttl_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/memory_cache_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/memory/storage_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/README.md +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/cache_adapters.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/ops.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_cache_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_client.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/state_handler.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/table.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/user.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/utils/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/utils/key_factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/utils/serde.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_handler/utils/tenant_cache.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/persistence/redis/redis_manager.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/processors/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/processors/base_processor.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/processors/factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/processors/whatsapp_processor.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/base_message.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/base_status.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/base_webhook.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/types.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/webhook_interfaces/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/webhook_interfaces/base_components.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/core/webhook_interfaces/universal_webhooks.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/webhooks/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/base_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/audio.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/button.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/contact.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/document.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/errors.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/image.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/interactive.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/location.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/order.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/reaction.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/sticker.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/system.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/text.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/unsupported.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/message_types/video.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/status_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/validators.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/schemas/whatsapp/webhook_container.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/base_message.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/base_status.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/base_webhook.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/types.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/webhook_interfaces/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/webhook_interfaces/base_components.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/core/webhook_interfaces/universal_webhooks.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/factory.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/base_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/__init__.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/audio.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/button.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/contact.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/document.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/errors.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/image.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/interactive.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/location.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/order.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/reaction.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/sticker.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/system.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/text.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/unsupported.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/message_types/video.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/status_models.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/validators.py +0 -0
- {wappa-0.1.0 → wappa-0.1.4}/wappa/webhooks/whatsapp/webhook_container.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: wappa
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Open Source Framework to develop smart Workflows, Agents and full chat applications through WhatsApp
|
|
5
|
-
Project-URL: Homepage, https://
|
|
6
|
-
Project-URL: Documentation, https://
|
|
7
|
-
Project-URL: Repository, https://github.com/
|
|
8
|
-
Project-URL: Issues, https://github.com/
|
|
9
|
-
Project-URL: Changelog, https://github.com/
|
|
5
|
+
Project-URL: Homepage, https://wappa.mimeia.com
|
|
6
|
+
Project-URL: Documentation, https://wappa.mimeia.com/docs
|
|
7
|
+
Project-URL: Repository, https://github.com/sashanclrp/wappa
|
|
8
|
+
Project-URL: Issues, https://github.com/sashanclrp/wappa/issues
|
|
9
|
+
Project-URL: Changelog, https://github.com/sashanclrp/wappa/blob/main/CHANGELOG.md
|
|
10
10
|
Author-email: Sasha Canal <contact@mimeia.com>
|
|
11
11
|
License: Apache License
|
|
12
12
|
Version 2.0, January 2004
|
|
@@ -228,6 +228,7 @@ Requires-Dist: hypercorn>=0.17.0
|
|
|
228
228
|
Requires-Dist: pydantic-settings>=2.10.0
|
|
229
229
|
Requires-Dist: pydantic>=2.8.0
|
|
230
230
|
Requires-Dist: python-dotenv>=1.0.0
|
|
231
|
+
Requires-Dist: python-multipart>=0.0.6
|
|
231
232
|
Requires-Dist: rich>=13.0.0
|
|
232
233
|
Requires-Dist: typer>=0.9.0
|
|
233
234
|
Requires-Dist: uvicorn[standard]>=0.24.0
|
|
@@ -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.4"
|
|
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"},
|
|
@@ -33,6 +33,7 @@ dependencies = [
|
|
|
33
33
|
"pydantic>=2.8.0",
|
|
34
34
|
"pydantic-settings>=2.10.0",
|
|
35
35
|
"python-dotenv>=1.0.0",
|
|
36
|
+
"python-multipart>=0.0.6",
|
|
36
37
|
"aiohttp>=3.11.0",
|
|
37
38
|
"aiofiles>=24.1.0",
|
|
38
39
|
"typer>=0.9.0",
|
|
@@ -78,11 +79,11 @@ all = [
|
|
|
78
79
|
]
|
|
79
80
|
|
|
80
81
|
[project.urls]
|
|
81
|
-
Homepage = "https://
|
|
82
|
-
Documentation = "https://
|
|
83
|
-
Repository = "https://github.com/
|
|
84
|
-
Issues = "https://github.com/
|
|
85
|
-
Changelog = "https://github.com/
|
|
82
|
+
Homepage = "https://wappa.mimeia.com"
|
|
83
|
+
Documentation = "https://wappa.mimeia.com/docs"
|
|
84
|
+
Repository = "https://github.com/sashanclrp/wappa"
|
|
85
|
+
Issues = "https://github.com/sashanclrp/wappa/issues"
|
|
86
|
+
Changelog = "https://github.com/sashanclrp/wappa/blob/main/CHANGELOG.md"
|
|
86
87
|
|
|
87
88
|
[project.scripts]
|
|
88
89
|
wappa = "wappa.cli.main:app"
|
|
@@ -17,21 +17,28 @@ app = typer.Typer(help="Wappa WhatsApp Business Framework CLI")
|
|
|
17
17
|
def _resolve_module_name(file_path: str) -> tuple[str, Path]:
|
|
18
18
|
"""
|
|
19
19
|
Convert a file path to a Python module name and working directory.
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
|
|
21
|
+
Handles both flat and nested project structures:
|
|
22
22
|
main.py -> ("main", Path("."))
|
|
23
|
-
|
|
23
|
+
app/main.py -> ("app.main", Path(".")) # Use dotted import from project root
|
|
24
|
+
examples/redis_demo/main.py -> ("examples.redis_demo.main", Path("."))
|
|
24
25
|
|
|
25
26
|
Returns:
|
|
26
27
|
tuple[str, Path]: (module_name, working_directory)
|
|
27
28
|
"""
|
|
28
29
|
# Convert to Path object for better handling
|
|
29
30
|
path = Path(file_path)
|
|
30
|
-
|
|
31
|
-
#
|
|
32
|
-
working_dir =
|
|
33
|
-
|
|
34
|
-
|
|
31
|
+
|
|
32
|
+
# Always use current directory as working dir and create dotted module name
|
|
33
|
+
working_dir = Path(".")
|
|
34
|
+
|
|
35
|
+
# Convert path to dotted module name (remove .py extension)
|
|
36
|
+
if path.suffix == ".py":
|
|
37
|
+
path = path.with_suffix("")
|
|
38
|
+
|
|
39
|
+
# Convert path separators to dots for Python import
|
|
40
|
+
module_name = str(path).replace(os.path.sep, ".")
|
|
41
|
+
|
|
35
42
|
return module_name, working_dir
|
|
36
43
|
|
|
37
44
|
|
|
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.0 → wappa-0.1.4}/wappa/messaging/whatsapp/handlers/whatsapp_interactive_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{wappa-0.1.0 → wappa-0.1.4}/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
|