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.20170525~) | git-annex-standalone (>= 6.20170525~),
 help2man,
 patool,
 python-all,
 python-appdirs,
 python-argcomplete,
 python-boto,
 python-bs4,
 python-fasteners,
 python-iso8601,
 python-jsmin,
 python-git (>= 2.1.6~),
 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~),
 python-wrapt,
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.20170525~) | git-annex-standalone (>= 6.20170525~),
 patool,
 python-appdirs,
 python-fasteners,
 python-git (>= 2.1.6~),
 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~),
 python-wrapt,
 ${misc:Depends},
 ${python:Depends}
Recommends:
 python-duecredit,
 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.
