[ 原始碼: cached-ipaddress ]
套件:python3-cached-ipaddress(0.10.0-1)
python3-cached-ipaddress 的相關連結
Debian 的資源:
下載原始碼套件 cached-ipaddress:
- [cached-ipaddress_0.10.0-1.dsc]
- [cached-ipaddress_0.10.0.orig.tar.gz]
- [cached-ipaddress_0.10.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Cache construction of IP address objects
Provides a caching mechanism for IP address objects. This module caches the construction of IP address objects and their properties, making it efficient when dealing with frequently encountered IP addresses.
The cache is useful for reducing the overhead associated with creating and accessing properties of IP address objects repeatedly.
其他與 python3-cached-ipaddress 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-propcache
- Fast property caching (Python)