1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
Source: datalad
Section: science
Priority: optional
Maintainer: NeuroDebian Team <team@neuro.debian.net>
Uploaders:
Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <mih@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
git-annex (>= 6.20160808~) | git-annex-standalone (>= 6.20160808~),
help2man,
patool,
python-all,
python-appdirs,
python-argcomplete,
python-boto,
python-bs4,
python-iso8601,
python-jsmin,
python-git (>= 2.1~),
python-github,
python-html5lib,
python-httpretty,
python-humanize,
python-keyrings.alt | python-keyring (<=8),
python-keyring,
python-secretstorage | python-keyring (<<9.2),
python-mock,
python-msgpack,
python-nose,
python-tqdm | python-progressbar,
python-pyld,
python-requests,
python-scrapy,
python-setuptools,
python-simplejson,
python-six (>= 1.8.0~),
Standards-Version: 3.9.8
Homepage: http://datalad.org
Vcs-Git: git://github.com/datalad/datalad -b debian
Vcs-Browser: https://github.com/datalad/datalad/
Package: datalad
Architecture: all
Section: science
Depends:
python-argcomplete,
python-datalad (= ${binary:Version}),
${misc:Depends},
${python:Depends}
Description: data files crawler and data distribution
DataLad is a data distribution providing access to a wide range of
data resources already available online (initially aiming at
neuroscience domain). Using git-annex as its backend for data
logistics it provides following facilities
.
- crawling of web sites to automatically prepare and update git-annex
repositories with content from online websites, S3, etc
- command line interface for manipulation of collections of datasets
(install, uninstall, update, publish, save, etc.) and
separate files/directories (add, get), as well as search within
aggregated meta-data
.
This package provides the command line tool. Install without
Recommends if you need only core functionality.
Package: python-datalad
Architecture: all
Section: python
Provides: ${python:Provides}
Depends:
git-annex (>= 6.20160808~) | git-annex-standalone (>= 6.20160808~),
patool,
python-appdirs,
python-git (>= 2.1~),
python-github,
python-humanize,
python-iso8601,
python-keyrings.alt | python-keyring (<=8),
python-secretstorage | python-keyring (<<9.2),
python-keyring,
python-mock,
python-msgpack,
python-pyld,
python-requests,
python-tqdm | python-progressbar,
python-simplejson,
python-six (>= 1.8.0~),
${misc:Depends},
${python:Depends}
Recommends:
python-jsmin,
python-html5lib,
python-httpretty,
python-nose,
python-numpy,
python-requests-ftp,
python-scrapy,
python-vcr,
python-yaml,
Suggests:
python-bs4
Description: data files crawler and data distribution (Python 2)
DataLad is a data distribution providing access to a wide range of
data resources already available online (initially aiming at
neuroscience domain). Using git-annex as its backend for data
logistics it provides following facilities
.
- crawling of web sites to automatically prepare and update git-annex
repositories with content from online websites, S3, etc
- command line interface for manipulation of collections of datasets
(install, uninstall, update, publish, save, etc.) and
separate files/directories (add, get), as well as search within
aggregated meta-data
.
This package installs the module for Python 2, and Recommends install
all dependencies necessary for crawling, publishing, and testing.
If you need base functionality, install without Recommends.
|