软件包:python3-datacache(1.4.1-2)
python3-datacache 的相关链接
Debian 的资源:
下载源码包 python-datacache:
- [python-datacache_1.4.1-2.dsc]
- [python-datacache_1.4.1.orig.tar.gz]
- [python-datacache_1.4.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
helpers for transparently downloading datasets
External data is often distributed as "flat files", i.e. dumps into a mostly human-readable format that one could open as a spreadsheet and equally easy parse and index or reimport into a local database. When the text file changes, the database needs to be updated, too. If access to the database is first required, the text file needs to be downloaded first and the database created. Remote updates also require local updates.
This package provides a set of helper functions to address the handling of remote files and the curation of local databases derived from them.
其他与 python3-datacache 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data
-
- dep: python3-platformdirs (>= 1.4.0)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-typechecks
- express constraints on types