funboost 40.1__tar.gz → 40.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.
Potentially problematic release.
This version of funboost might be problematic. Click here for more details.
- {funboost-40.1/funboost.egg-info → funboost-40.2}/PKG-INFO +1 -1
- {funboost-40.1 → funboost-40.2}/funboost/core/booster.py +2 -2
- {funboost-40.1 → funboost-40.2}/funboost/core/exceptions.py +1 -1
- {funboost-40.1 → funboost-40.2}/funboost/core/func_params_model.py +1 -1
- {funboost-40.1 → funboost-40.2}/funboost/funboost_config_deafult.py +0 -56
- {funboost-40.1 → funboost-40.2/funboost.egg-info}/PKG-INFO +1 -1
- {funboost-40.1 → funboost-40.2}/setup.py +1 -1
- {funboost-40.1 → funboost-40.2}/LICENSE +0 -0
- {funboost-40.1 → funboost-40.2}/MANIFEST.in +0 -0
- {funboost-40.1 → funboost-40.2}/README.md +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/__init__old.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/__main__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/celery_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/dramatiq_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/huey_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/rocketry_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/rq_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/assist/rq_windows_worker.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/beggar_version_implementation/beggar_redis_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/async_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/async_pool_executor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/backup/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/backup/async_pool_executor0223.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/backup/async_pool_executor_back.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/backup/async_pool_executor_janus.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/base_pool_type.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/bounded_processpoolexcutor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/bounded_processpoolexcutor_gt_py37.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/bounded_processpoolexcutor_py36.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/bounded_threadpoolexcutor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/concurrent_pool_with_multi_process.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/custom_evenlet_pool_executor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/custom_gevent_pool_executor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/custom_threadpool_executor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/custom_threadpool_executor000.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/fixed_thread_pool.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/flexible_thread_pool.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/single_thread_executor.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/constant.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/base_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/celery_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/confirm_mixin.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/dramatiq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/http_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/http_consumer000.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/httpsqs_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/huey_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/kafka_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/kafka_consumer_manually_commit.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/kombu_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/local_python_queue_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/memory_deque_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/mongomq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/mqtt_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/nameko_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/nats_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/nsq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/peewee_conusmer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/persist_queue_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/pulsar_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rabbitmq_amqpstorm_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rabbitmq_pika_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rabbitmq_pika_consumerv0.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rabbitmq_rabbitpy_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_brpoplpush_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_consumer_ack_able.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_consumer_priority.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_consumer_simple.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_filter.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_pubsub_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/redis_stream_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rocketmq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/rq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/sqlachemy_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/tcp_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/txt_file_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/udp_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/consumers/zeromq_consumer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/contrib/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/contrib/api_publish_msg.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/contrib/queue2queue.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/contrib/redis_consume_latest_msg_broker.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/active_cousumer_info_getter.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/cli/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/cli/discovery_boosters.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/cli/funboost_cli_user_templ.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/cli/funboost_fire.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/fabric_deploy_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/func_params_model2.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/function_result_status_config.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/function_result_status_saver.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/helper_funs.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/kill_remote_task.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/loggers.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/msg_result_getter.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/muliti_process_enhance.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/core/show_funboost_flag.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/factories/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/factories/broker_kind__publsiher_consumer_type_map.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/factories/consumer_factory.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/factories/publisher_factotry.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/app.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/functions.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/assets/css/custom.css +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/assets/css/jquery.mCustomScrollbar.min.css +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/assets/img/user.jpg +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/assets/js/custom.js +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/assets/js/jquery.mCustomScrollbar.concat.min.js +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/css/style.css +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/images/bg.jpg +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/images/password.png +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/images/tick.png +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/images/user.png +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/static/js/jquery-1.11.0.min.js +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/templates/index.html +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/function_result_web/templates/login.html +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/base_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/celery_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/celery_publisher000.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/confluent_kafka_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/dramatiq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/http_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/httpsqs_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/huey_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/kafka_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/kombu_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/local_python_queue_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/meomory_deque_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/mongomq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/mqtt_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/nameko_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/nats_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/nsq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/peewee_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/persist_queue_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/pulsar_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/rabbitmq_amqpstorm_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/rabbitmq_pika_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/rabbitmq_rabbitpy_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_publisher_lpush.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_publisher_priority.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_publisher_simple.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_pubsub_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_queue_flush_mixin.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/redis_stream_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/rocketmq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/rq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/sqla_queue_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/tcp_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/txt_file_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/udp_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/publishers/zeromq_publisher.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/queues/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/queues/peewee_queue.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/queues/sqla_queue.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/set_frame_config.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/timing_job/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/timing_job/apscheduler_use_mysql_store.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/timing_job/apscheduler_use_redis_store.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/apscheduler_monkey.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/block_exit.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/bulk_operation.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/ctrl_c_end.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/custom_pysnooper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/decorators.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/lock.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/mongomq.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/mongomq0000.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/test.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages/mongomq/utils.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/__pycache__/__init__.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/__pycache__/add_to_pythonpath.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/add_to_pythonpath.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/__init__.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/client.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/compat.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/connection.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/exceptions.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/lock.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/__pycache__/utils.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/client.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/compat.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/connection.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/exceptions.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/lock.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/log.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/py.typed +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/readme.md +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/sentinel.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/utils.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/StoppableThread.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__pycache__/StoppableThread.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__pycache__/__init__.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__pycache__/dafunc.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__pycache__/exceptions.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/__pycache__/py3_raise.cpython-39.pyc +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/dafunc.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/exceptions.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/py2_raise.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/func_timeout/py3_raise.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/readme.md +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/develop_log.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/expire_lock.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/json_helper.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/mongo_util.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/monkey_color_log.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/monkey_patches.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/mqtt_util.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/paramiko_util.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/pysnooper_ydf/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/pysnooper_ydf/pycompat.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/pysnooper_ydf/tracer.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/pysnooper_ydf/utils.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/pysnooper_ydf/variables.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/rabbitmq_factory.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/redis_manager.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/redis_manager_old.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/resource_monitoring.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/restart_python.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/simple_data_class.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/time_util.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/times/__init__.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/times/version.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost/utils/un_strict_json_dumps.py +0 -0
- {funboost-40.1 → funboost-40.2}/funboost.egg-info/SOURCES.txt +0 -0
- {funboost-40.1 → funboost-40.2}/funboost.egg-info/dependency_links.txt +0 -0
- {funboost-40.1 → funboost-40.2}/funboost.egg-info/entry_points.txt +0 -0
- {funboost-40.1 → funboost-40.2}/funboost.egg-info/requires.txt +0 -0
- {funboost-40.1 → funboost-40.2}/funboost.egg-info/top_level.txt +0 -0
- {funboost-40.1 → funboost-40.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: funboost
|
|
3
|
-
Version: 40.
|
|
3
|
+
Version: 40.2
|
|
4
4
|
Summary: pip install funboost,python全功能分布式函数调度框架,。支持python所有类型的并发模式和一切知名消息队列中间件,支持celery框架整体作为funboost中间件,python函数加速器,框架包罗万象,一统编程思维,兼容50% python业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数,99%用过funboost的pythoner 感受是 方便 快速 强大,相见恨晚
|
|
5
5
|
Home-page: https://github.com/ydf0509/funboost
|
|
6
6
|
Author: bfzs
|
|
@@ -58,7 +58,7 @@ class Booster:
|
|
|
58
58
|
elif isinstance(queue_name, BoosterParams):
|
|
59
59
|
boost_params = queue_name
|
|
60
60
|
if isinstance(queue_name, str) or kwargs:
|
|
61
|
-
flogger.warning(f''' funboost 40.0版本以后: {BoostDecoParamsIsOldVersion.new_version_change_hint}''')
|
|
61
|
+
flogger.warning(f'''你的 {queue_name} 队列, funboost 40.0版本以后: {BoostDecoParamsIsOldVersion.new_version_change_hint}''')
|
|
62
62
|
boost_params_merge = boost_params.copy()
|
|
63
63
|
boost_params_merge.update_from_dict(kwargs)
|
|
64
64
|
self.boost_params = boost_params_merge
|
|
@@ -196,7 +196,7 @@ class BoostersManager:
|
|
|
196
196
|
@classmethod
|
|
197
197
|
def get_or_create_booster_by_queue_name(cls, queue_name, ) -> Booster:
|
|
198
198
|
"""
|
|
199
|
-
当前进程获得booster
|
|
199
|
+
当前进程获得booster对象,如果是多进程,会在新的进程内部创建一个新的booster对象,因为多进程操作有些中间件的同一个conn不行.
|
|
200
200
|
:param queue_name: 就是 @boost的入参。
|
|
201
201
|
:return:
|
|
202
202
|
"""
|
|
@@ -45,7 +45,7 @@ class BaseJsonAbleModel(BaseModel):
|
|
|
45
45
|
for k, v in model_dict.items():
|
|
46
46
|
if isinstance(v, typing.Callable):
|
|
47
47
|
model_dict_copy[k] = str(v)
|
|
48
|
-
elif k in ['specify_concurrent_pool', 'specify_async_loop']:
|
|
48
|
+
elif k in ['specify_concurrent_pool', 'specify_async_loop'] and v is not None:
|
|
49
49
|
model_dict_copy[k] = str(v)
|
|
50
50
|
else:
|
|
51
51
|
model_dict_copy[k] = v
|
|
@@ -101,59 +101,3 @@ class FunboostCommonConfig(DataClassBase):
|
|
|
101
101
|
TIMEZONE = 'Asia/Shanghai'
|
|
102
102
|
|
|
103
103
|
|
|
104
|
-
# class BoostDecoratorDefaultParams(DataClassBase):
|
|
105
|
-
# """
|
|
106
|
-
# @boost装饰器的默认全局配置
|
|
107
|
-
#
|
|
108
|
-
# BoostDecoratorDefaultParams是@boost装饰器默认的全局入参。如果boost没有亲自指定某个入参,就自动使用这里的配置。
|
|
109
|
-
# 这里的值不用配置,在boost装饰器中可以为每个消费者指定不同的入参,除非你嫌弃每个 boost 装饰器相同入参太多了,那么可以设置这里的全局默认值。
|
|
110
|
-
#
|
|
111
|
-
# 例如用户不想每次在boost装饰器指定broker_kind为哪种消息队列,可以设置broker_kind为用户自己希望的默认消息队列类型
|
|
112
|
-
#
|
|
113
|
-
# boost入参可以ide跳转到boost函数的docstring查看
|
|
114
|
-
# boost入参也可以看文档3.3章节 https://funboost.readthedocs.io/zh/latest/articles/c3.html
|
|
115
|
-
#
|
|
116
|
-
# BoostDecoratorDefaultParams这个类的属性名字和boost装饰器的入参名字一模一样,只有 queue_name 必须每个装饰器是不同的名字,不能作为全局的。
|
|
117
|
-
# 所以boost装饰器只有一个是必传参数。
|
|
118
|
-
# """
|
|
119
|
-
#
|
|
120
|
-
# broker_kind: int = BrokerEnum.PERSISTQUEUE # 中间件选型见3.1章节 https://funboost.readthedocs.io/zh/latest/articles/c3.html
|
|
121
|
-
#
|
|
122
|
-
# concurrent_mode = ConcurrentModeEnum.THREADING
|
|
123
|
-
# concurrent_num = 50
|
|
124
|
-
# specify_concurrent_pool = None
|
|
125
|
-
# specify_async_loop = None
|
|
126
|
-
# qps: float = 0
|
|
127
|
-
# is_using_distributed_frequency_control = False
|
|
128
|
-
# is_send_consumer_hearbeat_to_redis = False
|
|
129
|
-
#
|
|
130
|
-
# max_retry_times = 3
|
|
131
|
-
# is_push_to_dlx_queue_when_retry_max_times = False
|
|
132
|
-
#
|
|
133
|
-
# consumin_function_decorator = None
|
|
134
|
-
# function_timeout = 0
|
|
135
|
-
#
|
|
136
|
-
# log_level = 10
|
|
137
|
-
# logger_prefix = ''
|
|
138
|
-
# create_logger_file = True
|
|
139
|
-
# log_filename = None
|
|
140
|
-
# is_show_message_get_from_broker = False
|
|
141
|
-
# is_print_detail_exception = True
|
|
142
|
-
#
|
|
143
|
-
# msg_expire_senconds = 0
|
|
144
|
-
#
|
|
145
|
-
# do_task_filtering = False
|
|
146
|
-
# task_filtering_expire_seconds = 0
|
|
147
|
-
#
|
|
148
|
-
# # function_result_status_persistance_conf = FunctionResultStatusPersistanceConfig(False, False, 7 * 24 * 3600)
|
|
149
|
-
# user_custom_record_process_info_func = None
|
|
150
|
-
#
|
|
151
|
-
# is_using_rpc_mode = False
|
|
152
|
-
# is_support_remote_kill_task = False
|
|
153
|
-
#
|
|
154
|
-
# is_do_not_run_by_specify_time_effect = False
|
|
155
|
-
# do_not_run_by_specify_time = ('10:00:00', '22:00:00')
|
|
156
|
-
#
|
|
157
|
-
# schedule_tasks_on_main_thread = False
|
|
158
|
-
#
|
|
159
|
-
# broker_exclusive_config = {}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: funboost
|
|
3
|
-
Version: 40.
|
|
3
|
+
Version: 40.2
|
|
4
4
|
Summary: pip install funboost,python全功能分布式函数调度框架,。支持python所有类型的并发模式和一切知名消息队列中间件,支持celery框架整体作为funboost中间件,python函数加速器,框架包罗万象,一统编程思维,兼容50% python业务场景,适用范围广。只需要一行代码即可分布式执行python一切函数,99%用过funboost的pythoner 感受是 方便 快速 强大,相见恨晚
|
|
5
5
|
Home-page: https://github.com/ydf0509/funboost
|
|
6
6
|
Author: bfzs
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/beggar_version_implementation/beggar_redis_consumer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/backup/async_pool_executor_janus.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/bounded_processpoolexcutor_gt_py37.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/concurrent_pool/concurrent_pool_with_multi_process.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
|
{funboost-40.1 → funboost-40.2}/funboost/factories/broker_kind__publsiher_consumer_type_map.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
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/__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
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/client.py
RENAMED
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/compat.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/lock.py
RENAMED
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/log.py
RENAMED
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/py.typed
RENAMED
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/readme.md
RENAMED
|
File without changes
|
|
File without changes
|
{funboost-40.1 → funboost-40.2}/funboost/utils/dependency_packages_in_pythonpath/aioredis/utils.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
|