Package: datalad Version: 0.7.0-2~nd100+1 Architecture: all Maintainer: NeuroDebian Maintainers Installed-Size: 98 Depends: neurodebian-popularity-contest, python-argcomplete, python-datalad (= 0.7.0-2~nd100+1), python:any Homepage: http://datalad.org Priority: optional Section: science Filename: pool/main/d/datalad/datalad_0.7.0-2~nd100+1_all.deb Size: 66286 SHA256: 4b5babb074a4688a19c483255b2bca4655041c7097037f865b1faa051a36fe85 SHA1: 6c9587036437c32d1d64d04025cfe0045b1d0830 MD5sum: 6b8979d628b568fdcbb1f17a8d9f49ea 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: git-annex-standalone Source: git-annex Version: 6.20170525+gitge1cf095ae-1~ndall+1 Architecture: i386 Maintainer: Richard Hartmann Installed-Size: 159988 Depends: git, openssh-client Recommends: lsof, gnupg, bind9-host, quvi, git-remote-gcrypt (>= 0.20130908-6), nocache, aria2 Suggests: xdot, bup, tor, magic-wormhole, tahoe-lafs, libnss-mdns, uftp Conflicts: git-annex Provides: git-annex Homepage: http://git-annex.branchable.com/ Priority: optional Section: utils Filename: pool/main/g/git-annex/git-annex-standalone_6.20170525+gitge1cf095ae-1~ndall+1_i386.deb Size: 35943850 SHA256: a1e2eaa16d65474c269cc0d2c47d687ae18e528d643eeaeacb68581ce6b8cc81 SHA1: 7d4d4ab7628a59788382f0a0a3b0b717ecbd9406 MD5sum: c8a3d044737c9d19ba115954472a41ff Description: manage files with git, without checking their contents into git -- standalone build git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. . It can store large files in many places, from local hard drives, to a large number of cloud storage services, including S3, WebDAV, and rsync, with a dozen cloud storage providers usable via plugins. Files can be stored encrypted with gpg, so that the cloud storage provider cannot see your data. git-annex keeps track of where each file is stored, so it knows how many copies are available, and has many facilities to ensure your data is preserved. . git-annex can also be used to keep a folder in sync between computers, noticing when files are changed, and automatically committing them to git and transferring them to other computers. The git-annex webapp makes it easy to set up and use git-annex this way. . This package provides a standalone bundle build of git-annex, which should be installable on any more or less recent Debian or Ubuntu release. Package: python-datalad Source: datalad Version: 0.7.0-2~nd100+1 Architecture: all Maintainer: NeuroDebian Maintainers Installed-Size: 3650 Depends: neurodebian-popularity-contest, 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-simplejson, python-six (>= 1.8.0), python-wrapt, python-boto, python-jsmin, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-html5lib, python-httpretty, python-nose, python-numpy, python-requests-ftp, python-scrapy, python-vcr, python-yaml Suggests: python-bs4 Provides: python2.7-datalad Homepage: http://datalad.org Priority: optional Section: python Filename: pool/main/d/datalad/python-datalad_0.7.0-2~nd100+1_all.deb Size: 707520 SHA256: afc01141c5d52675a8e324df201745562f90a7c0bc60d06b06ef90346638491b SHA1: 5e5d058b091b8324853ff26f630f8a31b31b4393 MD5sum: 9135212fc9154b6cf61180b027419ae6 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.