パッケージ: 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)