套件:python3-asyncinject(0.6-2)
python3-asyncinject 的相關連結
Debian 的資源:
下載原始碼套件 python-asyncinject:
- [python-asyncinject_0.6-2.dsc]
- [python-asyncinject_0.6.orig.tar.gz]
- [python-asyncinject_0.6-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Run async workflows using pytest-fixtures-style dependency injection
This library simplifies the execution of parallel asynchronous operations by utilising a dependency injection style similar to pytest fixtures. It allows you to define a collection of functions, where the function arguments represent dependent functions that must be executed first. The library creates and executes an efficient sequence for executing the necessary functions in parallel. Functions, whether regular or asynchronous, can be registered and executed by the library, providing flexibility in managing dependencies. The dependency injection mechanism allows passing keyword arguments directly to functions and enables default parameter values, thereby excluding them from dependency checks. Additionally, users can gather timing information for executed tasks or disable parallel execution for benchmarking purposes. This makes the execution of complex workflows more manageable by organizing and parallelizing dependent tasks.
其他與 python3-asyncinject 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)