Name | datalad-crawler JSON |
Version |
1.0.2
JSON |
| download |
home_page | |
Summary | DataLad extension package for crawling external web resources into an automated data distribution |
upload_time | 2023-05-26 12:26:37 |
maintainer | |
docs_url | None |
author | The DataLad Team and Contributors |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
____ _ _ _
| _ \ __ _ | |_ __ _ | | __ _ __| |
| | | | / _` || __| / _` || | / _` | / _` |
| |_| || (_| || |_ | (_| || |___ | (_| || (_| |
|____/ \__,_| \__| \__,_||_____| \__,_| \__,_|
Crawler
[![Travis tests status](https://secure.travis-ci.org/datalad/datalad-crawler.png?branch=master)](https://travis-ci.org/datalad/datalad-crawler) [![codecov.io](https://codecov.io/github/datalad/datalad-crawler/coverage.svg?branch=master)](https://codecov.io/github/datalad/datalad-crawler?branch=master) [![Documentation](https://readthedocs.org/projects/datalad-crawler/badge/?version=latest)](http://datalad-crawler.rtfd.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub release](https://img.shields.io/github/release/datalad/datalad-crawler.svg)](https://GitHub.com/datalad/datalad-crawler/releases/) [![PyPI version fury.io](https://badge.fury.io/py/datalad-crawler.svg)](https://pypi.python.org/pypi/datalad-crawler/) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/datalad/datalad-crawler.svg)](http://isitmaintained.com/project/datalad/datalad-crawler "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/datalad/datalad-crawler.svg)](http://isitmaintained.com/project/datalad/datalad-crawler "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).
Raw data
{
"_id": null,
"home_page": "",
"name": "datalad-crawler",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "The DataLad Team and Contributors",
"author_email": "team@datalad.org",
"download_url": "https://files.pythonhosted.org/packages/23/90/d7c969b60351a230f5b0fd282d810930a4a86cc17d248a018c483303606f/datalad_crawler-1.0.2.tar.gz",
"platform": null,
"description": " ____ _ _ _\n | _ \\ __ _ | |_ __ _ | | __ _ __| |\n | | | | / _` || __| / _` || | / _` | / _` |\n | |_| || (_| || |_ | (_| || |___ | (_| || (_| |\n |____/ \\__,_| \\__| \\__,_||_____| \\__,_| \\__,_|\n Crawler\n\n[![Travis tests status](https://secure.travis-ci.org/datalad/datalad-crawler.png?branch=master)](https://travis-ci.org/datalad/datalad-crawler) [![codecov.io](https://codecov.io/github/datalad/datalad-crawler/coverage.svg?branch=master)](https://codecov.io/github/datalad/datalad-crawler?branch=master) [![Documentation](https://readthedocs.org/projects/datalad-crawler/badge/?version=latest)](http://datalad-crawler.rtfd.org) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GitHub release](https://img.shields.io/github/release/datalad/datalad-crawler.svg)](https://GitHub.com/datalad/datalad-crawler/releases/) [![PyPI version fury.io](https://badge.fury.io/py/datalad-crawler.svg)](https://pypi.python.org/pypi/datalad-crawler/) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/datalad/datalad-crawler.svg)](http://isitmaintained.com/project/datalad/datalad-crawler \"Average time to resolve an issue\") [![Percentage of issues still open](http://isitmaintained.com/badge/open/datalad/datalad-crawler.svg)](http://isitmaintained.com/project/datalad/datalad-crawler \"Percentage of issues still open\")\n\nThis extension enhances DataLad (http://datalad.org) for crawling external\nweb resources into an automated data distribution. Please see the [extension\ndocumentation](http://datalad-crawler.rtfd.org)\nfor a description on additional commands and functionality.\n\nFor general information on how to use or contribute to DataLad (and this\nextension), please see the [DataLad website](http://datalad.org) or the\n[main GitHub project page](http://datalad.org).\n\n\n## Installation\n\nBefore you install this package, please make sure that you [install a recent\nversion of git-annex](https://git-annex.branchable.com/install). Afterwards,\ninstall the latest version of `datalad-crawler` from\n[PyPi](https://pypi.org/project/datalad-crawler). It is recommended to use\na dedicated [virtualenv](https://virtualenv.pypa.io):\n\n # create and enter a new virtual environment (optional)\n virtualenv --system-site-packages --python=python3 ~/env/datalad\n . ~/env/datalad/bin/activate\n\n # install from PyPi\n pip install datalad_crawler\n\n## Support\n\nThe documentation of this project is found here:\nhttp://docs.datalad.org/projects/crawler\n\nAll bugs, concerns and enhancement requests for this software can be submitted here:\nhttps://github.com/datalad/datalad-crawler/issues\n\nIf you have a problem or would like to ask a question about how to use DataLad,\nplease [submit a question to\nNeuroStars.org](https://neurostars.org/tags/datalad) with a ``datalad`` tag.\nNeuroStars.org is a platform similar to StackOverflow but dedicated to\nneuroinformatics.\n\nAll previous DataLad questions are available here:\nhttp://neurostars.org/tags/datalad/\n\n## Acknowledgements\n\nDataLad development is supported by a US-German collaboration in computational\nneuroscience (CRCNS) project \"DataGit: converging catalogues, warehouses, and\ndeployment logistics into a federated 'data distribution'\" (Halchenko/Hanke),\nco-funded by the US National Science Foundation (NSF 1429999) and the German\nFederal Ministry of Education and Research (BMBF 01GQ1411). Additional support\nis provided by the German federal state of Saxony-Anhalt and the European\nRegional Development Fund (ERDF), Project: Center for Behavioral Brain\nSciences, Imaging Platform. This work is further facilitated by the ReproNim\nproject (NIH 1P41EB019936-01A1).\n",
"bugtrack_url": null,
"license": "",
"summary": "DataLad extension package for crawling external web resources into an automated data distribution",
"version": "1.0.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bae9f647688f9f168cae244d6debe99614a0574211aa0dd0d4db35bc3447ff89",
"md5": "558b4fb607939fba3730d29febd079f7",
"sha256": "e2b3fe13224a2f769dc30761b975e9676c17dec11fd65aed07ff50698a2bf852"
},
"downloads": -1,
"filename": "datalad_crawler-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "558b4fb607939fba3730d29febd079f7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 147679,
"upload_time": "2023-05-26T12:26:35",
"upload_time_iso_8601": "2023-05-26T12:26:35.439772Z",
"url": "https://files.pythonhosted.org/packages/ba/e9/f647688f9f168cae244d6debe99614a0574211aa0dd0d4db35bc3447ff89/datalad_crawler-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2390d7c969b60351a230f5b0fd282d810930a4a86cc17d248a018c483303606f",
"md5": "6efc9b5846f99de689cfd9fb38d79f14",
"sha256": "3f4a230d0c28a8326723d13fee2452f8fc4e8a00c89f809af480e4962a55da36"
},
"downloads": -1,
"filename": "datalad_crawler-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "6efc9b5846f99de689cfd9fb38d79f14",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 116351,
"upload_time": "2023-05-26T12:26:37",
"upload_time_iso_8601": "2023-05-26T12:26:37.225805Z",
"url": "https://files.pythonhosted.org/packages/23/90/d7c969b60351a230f5b0fd282d810930a4a86cc17d248a018c483303606f/datalad_crawler-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-26 12:26:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "datalad-crawler"
}