{"id":43022786,"url":"https://github.com/datalad/datalad-tube","last_synced_at":"2026-01-31T06:38:30.786Z","repository":{"id":74507215,"uuid":"528958397","full_name":"datalad/datalad-tube","owner":"datalad","description":"Helpers for establishing/managing DataLad datasets from YouTube channels/playlists","archived":false,"fork":false,"pushed_at":"2022-08-25T17:46:14.000Z","size":29,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-11T10:32:33.669Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datalad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-25T17:46:12.000Z","updated_at":"2022-08-25T20:20:22.000Z","dependencies_parsed_at":"2023-04-01T15:22:36.265Z","dependency_job_id":null,"html_url":"https://github.com/datalad/datalad-tube","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"datalad/datalad-extension-template","purl":"pkg:github/datalad/datalad-tube","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-tube","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-tube/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-tube/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-tube/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datalad","download_url":"https://codeload.github.com/datalad/datalad-tube/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datalad%2Fdatalad-tube/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-31T06:38:30.651Z","updated_at":"2026-01-31T06:38:30.757Z","avatar_url":"https://github.com/datalad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataLad extension template\n\n[![Build status](https://ci.appveyor.com/api/projects/status/g9von5wtpoidcecy/branch/main?svg=true)](https://ci.appveyor.com/project/mih/datalad-extension-template/branch/main) [![codecov.io](https://codecov.io/github/datalad/datalad-extension-template/coverage.svg?branch=main)](https://codecov.io/github/datalad/datalad-extension-template?branch=main) [![crippled-filesystems](https://github.com/datalad/datalad-extension-template/workflows/crippled-filesystems/badge.svg)](https://github.com/datalad/datalad-extension-template/actions?query=workflow%3Acrippled-filesystems) [![docs](https://github.com/datalad/datalad-extension-template/workflows/docs/badge.svg)](https://github.com/datalad/datalad-extension-template/actions?query=workflow%3Adocs)\n\n\nThis repository contains an extension template that can serve as a starting point\nfor implementing a [DataLad](http://datalad.org) extension. An extension can\nprovide any number of additional DataLad commands that are automatically\nincluded in DataLad's command line and Python API.\n\nFor a demo, clone this repository and install the demo extension via\n\n    pip install -e .\n\nDataLad will now expose a new command suite with a `hello...` command.\n\n    % datalad --help |grep -B2 -A2 hello\n    *Demo DataLad command suite*\n\n      hello-cmd\n          Short description of the command\n\nTo start implementing your own extension, [use this\ntemplate](https://github.com/datalad/datalad-extension-template/generate), and\nadjust as necessary. A good approach is to\n\n- Pick a name for the new extension.\n- Look through the sources and replace `helloworld` with\n  `\u003cnewname\u003e` (hint: `git grep helloworld` should find all\n  spots).\n- Delete the example command implementation in `datalad_helloworld/hello_cmd.py`.\n- Implement a new command, and adjust the `command_suite` in\n  `datalad_helloworld/__init__.py` to point to it.\n- Replace `hello_cmd` with the name of the new command in\n  `datalad_helloworld/tests/test_register.py` to automatically test whether the\n  new extension installs correctly.\n- Adjust the documentation in `docs/source/index.rst`. Refer to [`docs/README.md`](docs/README.md) for more information on documentation building, testing and publishing.\n- Replace this README, and/or update the links in the badges at the top.\n- Update `setup.cfg` with appropriate metadata on the new extension.\n\nYou can consider filling in the provided [.zenodo.json](.zenodo.json) file with\ncontributor information and [meta data](https://developers.zenodo.org/#representation)\nto acknowledge contributors and describe the publication record that is created when\n[you make your code citeable](https://guides.github.com/activities/citable-code/)\nby archiving it using [zenodo.org](https://zenodo.org/). You may also want to\nconsider acknowledging contributors with the\n[allcontributors bot](https://allcontributors.org/docs/en/bot/overview).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalad%2Fdatalad-tube","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatalad%2Fdatalad-tube","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatalad%2Fdatalad-tube/lists"}