Metadata-Version: 2.1
Name: datalad-crawler
Version: 0.7.0
Summary: DataLad extension package for crawling external web resources into an automated data distribution
Home-page: UNKNOWN
Author: The DataLad Team and Contributors
Author-email: team@datalad.org
License: UNKNOWN
Description: ::
        
            ____          _           _                 _
           |  _ \   __ _ | |_   __ _ | |      __ _   __| |
           | | | | / _` || __| / _` || |     / _` | / _` |
           | |_| || (_| || |_ | (_| || |___ | (_| || (_| |
           |____/  \__,_| \__| \__,_||_____| \__,_| \__,_|
                                              Crawler
        
        |Travis tests status| |codecov.io| |Documentation| |License: MIT|
        |GitHub release| |PyPI version fury.io| |Average time to resolve an
        issue| |Percentage of issues still open|
        
        This extension enhances DataLad (http://datalad.org) for crawling
        external web resources into an automated data distribution. Please see
        the `extension documentation <http://datalad-crawler.rtfd.org>`__ for a
        description on additional commands and functionality.
        
        For general information on how to use or contribute to DataLad (and this
        extension), please see the `DataLad website <http://datalad.org>`__ or
        the `main GitHub project page <http://datalad.org>`__.
        
        Installation
        ------------
        
        Before you install this package, please make sure that you `install a
        recent version of
        git-annex <https://git-annex.branchable.com/install>`__. Afterwards,
        install the latest version of ``datalad-crawler`` from
        `PyPi <https://pypi.org/project/datalad-crawler>`__. It is recommended
        to use a dedicated `virtualenv <https://virtualenv.pypa.io>`__:
        
        ::
        
           # create and enter a new virtual environment (optional)
           virtualenv --system-site-packages --python=python3 ~/env/datalad
           . ~/env/datalad/bin/activate
        
           # install from PyPi
           pip install datalad_crawler
        
        Support
        -------
        
        The documentation of this project is found here:
        http://docs.datalad.org/projects/crawler
        
        All bugs, concerns and enhancement requests for this software can be
        submitted here: https://github.com/datalad/datalad-crawler/issues
        
        If you have a problem or would like to ask a question about how to use
        DataLad, please `submit a question to
        NeuroStars.org <https://neurostars.org/tags/datalad>`__ with a
        ``datalad`` tag. NeuroStars.org is a platform similar to StackOverflow
        but dedicated to neuroinformatics.
        
        All previous DataLad questions are available here:
        http://neurostars.org/tags/datalad/
        
        Acknowledgements
        ----------------
        
        DataLad development is supported by a US-German collaboration in
        computational neuroscience (CRCNS) project “DataGit: converging
        catalogues, warehouses, and deployment logistics into a federated ‘data
        distribution’” (Halchenko/Hanke), co-funded by the US National Science
        Foundation (NSF 1429999) and the German Federal Ministry of Education
        and Research (BMBF 01GQ1411). Additional support is provided by the
        German federal state of Saxony-Anhalt and the European Regional
        Development Fund (ERDF), Project: Center for Behavioral Brain Sciences,
        Imaging Platform. This work is further facilitated by the ReproNim
        project (NIH 1P41EB019936-01A1).
        
        .. |Travis tests status| image:: https://secure.travis-ci.org/datalad/datalad-crawler.png?branch=master
           :target: https://travis-ci.org/datalad/datalad-crawler
        .. |codecov.io| image:: https://codecov.io/github/datalad/datalad-crawler/coverage.svg?branch=master
           :target: https://codecov.io/github/datalad/datalad-crawler?branch=master
        .. |Documentation| image:: https://readthedocs.org/projects/datalad-crawler/badge/?version=latest
           :target: http://datalad-crawler.rtfd.org
        .. |License: MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
        .. |GitHub release| image:: https://img.shields.io/github/release/datalad/datalad-crawler.svg
           :target: https://GitHub.com/datalad/datalad-crawler/releases/
        .. |PyPI version fury.io| image:: https://badge.fury.io/py/datalad-crawler.svg
           :target: https://pypi.python.org/pypi/datalad-crawler/
        .. |Average time to resolve an issue| image:: http://isitmaintained.com/badge/resolution/datalad/datalad-crawler.svg
           :target: http://isitmaintained.com/project/datalad/datalad-crawler
        .. |Percentage of issues still open| image:: http://isitmaintained.com/badge/open/datalad/datalad-crawler.svg
           :target: http://isitmaintained.com/project/datalad/datalad-crawler
        
Platform: UNKNOWN
Provides-Extra: core
Provides-Extra: devel-docs
Provides-Extra: tests
Provides-Extra: devel
