kameleoon-client-python 3.16.0__tar.gz → 3.16.2__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.
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/PKG-INFO +39 -6
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/README.md +1 -1
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/geolocation.py +1 -1
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/sdk_version.py +1 -1
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/targeting_manager.py +1 -1
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/tree_condition_factory.py +1 -1
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon_client_python.egg-info/PKG-INFO +39 -6
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/MANIFEST.in +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/client_readiness/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/client_readiness/async_readiness.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/client_readiness/threading_readiness.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/custom_data_info.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/data_file.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/experiment.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/feature_flag.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/me_group.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/rule.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/rule_type.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/settings.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/variable.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/variation_by_exposition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/browser.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/cbscores.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/conversion.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/cookie.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/custom_data.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/data.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/device.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/kcs_heat.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/assigned_variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/forced_experiment_variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/forced_feature_variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/forced_variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/page_view_visit.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/visitor.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/visitor_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/visitor_slot.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/mapping_identifier.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/operating_system.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/page_view.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/personalization.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/targeted_segment.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/unique_identifier.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/user_agent.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/visitor_visits.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/defaults.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/exceptions.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/domain.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/functions.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/hasher.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/logger.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/multi_threading.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/nonce.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/repeat_timer.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/scheduler.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/string_utils.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/visitor_code.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/hybrid/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/hybrid/hybrid_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/hybrid/hybrid_manager_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/kameleoon_client.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/kameleoon_client_config.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/kameleoon_client_factory.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/kameleoon_logger.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/log_level.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/logger.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/asyncexec/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/asyncexec/async_executor.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/data/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/data/data_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/evaluation/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/evaluation/evaluated_experiment.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/remote_data/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/remote_data/remote_data_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/remote_data/remote_visitor_data.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/tracking/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/tracking/tracking_builder.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/tracking/tracking_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/tracking/visitor_tracking_registry.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/warehouse/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/warehouse/warehouse_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/middleware.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/access_token_source.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/access_token_source_factory.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/activity_event.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/cookie/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/cookie/cookie_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/net_provider.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/net_provider_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/network_manager.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/network_manager_factory.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/network_manager_factory_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/network_manager_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/query_builder.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/query_encodable.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/sendable.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/service_initialize_context.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/service_initialize_context_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/automation_service.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/automation_service_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/configuration_service.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/configuration_service_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/data_service.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/data_service_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/service.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/services/service_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/uri_helper.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/url_provider.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/real_time/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/real_time/real_time_configuration_service.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/real_time/real_time_event.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache_factory.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache_factory_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache_impl.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/browser_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/constants.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/conversion_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/cookie_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/custom_datum.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/device_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/exclusive_experiment_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/geolocation_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/kcs_heat_range_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/number_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/operating_system_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/page_title_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/page_url_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/page_view_number_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/previous_page_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/sdk_language_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/segment_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/string_value_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/target_experiment_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/target_feature_flag_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/target_personalization_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/targeting_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/time_elapsed_since_visit_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/unknown_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/visit_number_today_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/visit_number_total_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/visitor_code_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/conditions/visitor_new_return_condition.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/models.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/tree_builder.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/remote_visitor_data_filter.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/variable.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/variation.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon_client_python.egg-info/SOURCES.txt +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon_client_python.egg-info/dependency_links.txt +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon_client_python.egg-info/requires.txt +15 -15
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon_client_python.egg-info/top_level.txt +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/setup.cfg +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/setup.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/admin.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/apps.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/migrations/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/models.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/tests.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/kameleoon_app/views.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/manage.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/proj/__init__.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/proj/asgi.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/proj/settings.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/proj/urls.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/proj/wsgi.py +0 -0
- {kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/resources/config.yml +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: kameleoon-client-python
|
|
3
|
-
Version: 3.16.
|
|
3
|
+
Version: 3.16.2
|
|
4
4
|
Summary: Kameleoon Client Python Software Development Kit.
|
|
5
5
|
Home-page: https://developers.kameleoon.com/python-sdk.html
|
|
6
6
|
Author: Kameleoon
|
|
7
7
|
Author-email: sdk@kameleoon.com
|
|
8
8
|
License: GPLv3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
11
10
|
Classifier: Programming Language :: Python
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -16,7 +15,43 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
16
15
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
17
16
|
Requires-Python: >=3.8.0
|
|
18
17
|
Description-Content-Type: text/markdown
|
|
18
|
+
Requires-Dist: pyyaml<6.1.0,>=5.4.0
|
|
19
|
+
Requires-Dist: requests<3.0.0,>=2.25
|
|
20
|
+
Requires-Dist: sseclient-py<1.9.0,>=1.7.0
|
|
21
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.0
|
|
19
22
|
Provides-Extra: test
|
|
23
|
+
Requires-Dist: pytest-pythonpath==0.7.3; extra == "test"
|
|
24
|
+
Requires-Dist: Django==3.2.4; extra == "test"
|
|
25
|
+
Requires-Dist: pyyaml<6.1.0,>=5.4.0; extra == "test"
|
|
26
|
+
Requires-Dist: aioresponses==0.7.*; extra == "test"
|
|
27
|
+
Requires-Dist: pylint==2.12.*; extra == "test"
|
|
28
|
+
Requires-Dist: types-python-dateutil==2.8.2; extra == "test"
|
|
29
|
+
Requires-Dist: freezegun==1.1.0; extra == "test"
|
|
30
|
+
Requires-Dist: wheel==0.36.2; extra == "test"
|
|
31
|
+
Requires-Dist: requests<3.0.0,>=2.25; extra == "test"
|
|
32
|
+
Requires-Dist: flake8==4.0.1; extra == "test"
|
|
33
|
+
Requires-Dist: pytest-cov==2.12.1; extra == "test"
|
|
34
|
+
Requires-Dist: types-requests==2.25.0; extra == "test"
|
|
35
|
+
Requires-Dist: sseclient-py<1.9.0,>=1.7.0; extra == "test"
|
|
36
|
+
Requires-Dist: mypy==0.991; extra == "test"
|
|
37
|
+
Requires-Dist: twine==3.4.1; extra == "test"
|
|
38
|
+
Requires-Dist: types-PyYAML==5.4.3; extra == "test"
|
|
39
|
+
Requires-Dist: Werkzeug==2.0.1; extra == "test"
|
|
40
|
+
Requires-Dist: pytest-ordering==0.6; extra == "test"
|
|
41
|
+
Requires-Dist: pytest-asyncio==0.21.*; extra == "test"
|
|
42
|
+
Requires-Dist: pytest-django==4.4.0; extra == "test"
|
|
43
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.0; extra == "test"
|
|
44
|
+
Dynamic: author
|
|
45
|
+
Dynamic: author-email
|
|
46
|
+
Dynamic: classifier
|
|
47
|
+
Dynamic: description
|
|
48
|
+
Dynamic: description-content-type
|
|
49
|
+
Dynamic: home-page
|
|
50
|
+
Dynamic: license
|
|
51
|
+
Dynamic: provides-extra
|
|
52
|
+
Dynamic: requires-dist
|
|
53
|
+
Dynamic: requires-python
|
|
54
|
+
Dynamic: summary
|
|
20
55
|
|
|
21
56
|
|
|
22
57
|
# Kameleoon Python SDK
|
|
@@ -221,7 +256,7 @@ def view(request):
|
|
|
221
256
|
# where recommendedProductsNumber will be used
|
|
222
257
|
response = JsonResponse({...})
|
|
223
258
|
# set a cookie
|
|
224
|
-
response.
|
|
259
|
+
response.cookies.update(simple_cookies)
|
|
225
260
|
|
|
226
261
|
return response
|
|
227
262
|
```
|
|
@@ -241,5 +276,3 @@ visitor_code = client.get_visitor_code(request.COOKIES)
|
|
|
241
276
|
goal_id = 83023
|
|
242
277
|
client.track_conversion(visitor_code, goal_id)
|
|
243
278
|
```
|
|
244
|
-
|
|
245
|
-
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/geolocation.py
RENAMED
|
@@ -10,7 +10,7 @@ from kameleoon.network.query_builder import QueryBuilder, QueryParam, QueryParam
|
|
|
10
10
|
class Geolocation(Data, DuplicationUnsafeSendableBase):
|
|
11
11
|
"""Geolocation data"""
|
|
12
12
|
|
|
13
|
-
EVENT_TYPE = "
|
|
13
|
+
EVENT_TYPE = "geolocation"
|
|
14
14
|
|
|
15
15
|
# pylint: disable=R0913
|
|
16
16
|
def __init__(
|
|
@@ -129,6 +129,6 @@ class TargetingManager:
|
|
|
129
129
|
return visitor.visitor_visits
|
|
130
130
|
if condition_type == TargetingConditionType.SAME_DAY_VISITS:
|
|
131
131
|
return VisitNumberTodayCondition.TargetingData(visitor.time_started, visitor.visitor_visits)
|
|
132
|
-
if TargetingConditionType.HEAT_SLICE:
|
|
132
|
+
if condition_type == TargetingConditionType.HEAT_SLICE:
|
|
133
133
|
return visitor.kcs_heat
|
|
134
134
|
return None
|
|
@@ -110,5 +110,5 @@ class TreeConditionFactory:
|
|
|
110
110
|
|
|
111
111
|
return UnknownCondition(condition_json)
|
|
112
112
|
except KeyError as exception:
|
|
113
|
-
KameleoonLogger.
|
|
113
|
+
KameleoonLogger.info("Unsupported targeted condition type found: %s", exception)
|
|
114
114
|
return UnknownCondition(condition_json)
|
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: kameleoon-client-python
|
|
3
|
-
Version: 3.16.
|
|
3
|
+
Version: 3.16.2
|
|
4
4
|
Summary: Kameleoon Client Python Software Development Kit.
|
|
5
5
|
Home-page: https://developers.kameleoon.com/python-sdk.html
|
|
6
6
|
Author: Kameleoon
|
|
7
7
|
Author-email: sdk@kameleoon.com
|
|
8
8
|
License: GPLv3
|
|
9
|
-
Platform: UNKNOWN
|
|
10
9
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
11
10
|
Classifier: Programming Language :: Python
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.8
|
|
@@ -16,7 +15,43 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
|
16
15
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
17
16
|
Requires-Python: >=3.8.0
|
|
18
17
|
Description-Content-Type: text/markdown
|
|
18
|
+
Requires-Dist: pyyaml<6.1.0,>=5.4.0
|
|
19
|
+
Requires-Dist: requests<3.0.0,>=2.25
|
|
20
|
+
Requires-Dist: sseclient-py<1.9.0,>=1.7.0
|
|
21
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.0
|
|
19
22
|
Provides-Extra: test
|
|
23
|
+
Requires-Dist: pytest-pythonpath==0.7.3; extra == "test"
|
|
24
|
+
Requires-Dist: Django==3.2.4; extra == "test"
|
|
25
|
+
Requires-Dist: pyyaml<6.1.0,>=5.4.0; extra == "test"
|
|
26
|
+
Requires-Dist: aioresponses==0.7.*; extra == "test"
|
|
27
|
+
Requires-Dist: pylint==2.12.*; extra == "test"
|
|
28
|
+
Requires-Dist: types-python-dateutil==2.8.2; extra == "test"
|
|
29
|
+
Requires-Dist: freezegun==1.1.0; extra == "test"
|
|
30
|
+
Requires-Dist: wheel==0.36.2; extra == "test"
|
|
31
|
+
Requires-Dist: requests<3.0.0,>=2.25; extra == "test"
|
|
32
|
+
Requires-Dist: flake8==4.0.1; extra == "test"
|
|
33
|
+
Requires-Dist: pytest-cov==2.12.1; extra == "test"
|
|
34
|
+
Requires-Dist: types-requests==2.25.0; extra == "test"
|
|
35
|
+
Requires-Dist: sseclient-py<1.9.0,>=1.7.0; extra == "test"
|
|
36
|
+
Requires-Dist: mypy==0.991; extra == "test"
|
|
37
|
+
Requires-Dist: twine==3.4.1; extra == "test"
|
|
38
|
+
Requires-Dist: types-PyYAML==5.4.3; extra == "test"
|
|
39
|
+
Requires-Dist: Werkzeug==2.0.1; extra == "test"
|
|
40
|
+
Requires-Dist: pytest-ordering==0.6; extra == "test"
|
|
41
|
+
Requires-Dist: pytest-asyncio==0.21.*; extra == "test"
|
|
42
|
+
Requires-Dist: pytest-django==4.4.0; extra == "test"
|
|
43
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.0; extra == "test"
|
|
44
|
+
Dynamic: author
|
|
45
|
+
Dynamic: author-email
|
|
46
|
+
Dynamic: classifier
|
|
47
|
+
Dynamic: description
|
|
48
|
+
Dynamic: description-content-type
|
|
49
|
+
Dynamic: home-page
|
|
50
|
+
Dynamic: license
|
|
51
|
+
Dynamic: provides-extra
|
|
52
|
+
Dynamic: requires-dist
|
|
53
|
+
Dynamic: requires-python
|
|
54
|
+
Dynamic: summary
|
|
20
55
|
|
|
21
56
|
|
|
22
57
|
# Kameleoon Python SDK
|
|
@@ -221,7 +256,7 @@ def view(request):
|
|
|
221
256
|
# where recommendedProductsNumber will be used
|
|
222
257
|
response = JsonResponse({...})
|
|
223
258
|
# set a cookie
|
|
224
|
-
response.
|
|
259
|
+
response.cookies.update(simple_cookies)
|
|
225
260
|
|
|
226
261
|
return response
|
|
227
262
|
```
|
|
@@ -241,5 +276,3 @@ visitor_code = client.get_visitor_code(request.COOKIES)
|
|
|
241
276
|
goal_id = 83023
|
|
242
277
|
client.track_conversion(visitor_code, goal_id)
|
|
243
278
|
```
|
|
244
|
-
|
|
245
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/configuration/rule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/cbscores.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/conversion.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/custom_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/kcs_heat.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/manager/visitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/operating_system.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/page_view.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/personalization.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/targeted_segment.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/user_agent.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/data/visitor_visits.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/__init__.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/domain.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/functions.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/hasher.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/logger.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/nonce.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/repeat_timer.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/scheduler.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/string_utils.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/helpers/visitor_code.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/hybrid/__init__.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/hybrid/hybrid_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/kameleoon_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/log_level.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/logging/logger.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/managers/__init__.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
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/net_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/query_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/sendable.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
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/uri_helper.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/network/url_provider.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/real_time/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/__init__.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache_factory.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/storage/cache_impl.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/__init__.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
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/targeting/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/variable.py
RENAMED
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/kameleoon/types/variation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,24 +4,24 @@ sseclient-py<1.9.0,>=1.7.0
|
|
|
4
4
|
aiohttp<4.0.0,>=3.8.0
|
|
5
5
|
|
|
6
6
|
[test]
|
|
7
|
-
wheel==0.36.2
|
|
8
7
|
pytest-pythonpath==0.7.3
|
|
9
|
-
|
|
10
|
-
types-python-dateutil==2.8.2
|
|
11
|
-
Werkzeug==2.0.1
|
|
12
|
-
pytest-asyncio==0.21.*
|
|
13
|
-
types-requests==2.25.0
|
|
8
|
+
Django==3.2.4
|
|
14
9
|
pyyaml<6.1.0,>=5.4.0
|
|
15
|
-
twine==3.4.1
|
|
16
|
-
pytest-cov==2.12.1
|
|
17
|
-
mypy==0.991
|
|
18
|
-
aiohttp<4.0.0,>=3.8.0
|
|
19
|
-
flake8==4.0.1
|
|
20
10
|
aioresponses==0.7.*
|
|
11
|
+
pylint==2.12.*
|
|
12
|
+
types-python-dateutil==2.8.2
|
|
13
|
+
freezegun==1.1.0
|
|
14
|
+
wheel==0.36.2
|
|
21
15
|
requests<3.0.0,>=2.25
|
|
16
|
+
flake8==4.0.1
|
|
17
|
+
pytest-cov==2.12.1
|
|
18
|
+
types-requests==2.25.0
|
|
22
19
|
sseclient-py<1.9.0,>=1.7.0
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
pylint==2.12.*
|
|
26
|
-
Django==3.2.4
|
|
20
|
+
mypy==0.991
|
|
21
|
+
twine==3.4.1
|
|
27
22
|
types-PyYAML==5.4.3
|
|
23
|
+
Werkzeug==2.0.1
|
|
24
|
+
pytest-ordering==0.6
|
|
25
|
+
pytest-asyncio==0.21.*
|
|
26
|
+
pytest-django==4.4.0
|
|
27
|
+
aiohttp<4.0.0,>=3.8.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/__init__.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
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/integration/proj/manage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kameleoon-client-python-3.16.0 → kameleoon_client_python-3.16.2}/tests/resources/config.yml
RENAMED
|
File without changes
|