套件:python3-datacache(1.2.1-1)
python3-datacache 的相關連結
Debian 的資源:
下載原始碼套件 python-datacache:
- [python-datacache_1.2.1-1.dsc]
- [python-datacache_1.2.1.orig.tar.gz]
- [python-datacache_1.2.1-1.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-appdirs (>= 1.4.0)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-mock
- Mocking and Testing Library (Python3 version)
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings
-
- dep: python3-typechecks
- express constraints on types