{"id":29200944,"url":"https://github.com/datopian/nhs-dataexplorer","last_synced_at":"2026-03-10T20:02:30.561Z","repository":{"id":141960386,"uuid":"368749855","full_name":"datopian/nhs-dataexplorer","owner":"datopian","description":"Data Explorer app for NHS project.","archived":false,"fork":false,"pushed_at":"2025-12-22T05:43:56.000Z","size":1390,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-12-23T16:59:27.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datopian.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":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-19T05:05:00.000Z","updated_at":"2025-04-07T09:36:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"976dbd3b-11d8-475c-bd01-b319091a10c2","html_url":"https://github.com/datopian/nhs-dataexplorer","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/datopian/nhs-dataexplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fnhs-dataexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fnhs-dataexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fnhs-dataexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fnhs-dataexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datopian","download_url":"https://codeload.github.com/datopian/nhs-dataexplorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fnhs-dataexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30351755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-07-02T11:06:29.771Z","updated_at":"2026-03-10T20:02:30.553Z","avatar_url":"https://github.com/datopian.png","language":"Python","readme":"# Ckanext Dataexplorer\n\n\n# Table of contents\n  - [Getting started](#getting-started)\n     - [Requirements](#requirements))\n - [Development](#development)\n     - [Development Installation](#development-installation)\n     - [Running the Tests](#running-the-tests)\n\n\n# Getting started\nThis extension allows users to create a subset of a uploaded resource (CSV, XML, TSV) by using the filters from the Data Explorer.\nOnce a filter is applied users are able to download the filtered data from the Data Explorer.\n\n### Requirements\n\nThis extension requires CKAN \u003e 2.7.x version.\n\n# Development\n\n### Development installation\n\nTo install ckanext-dataexplorer for development, activate your CKAN virtualenv\nand do:\n\n```\ngit clone https://github.com/keitaroinc/ckanext-dataexplorer.git\ncd ckanext-dataexplorer\npython setup.py develop\npip install -r requirements.txt\n```\n\nAll code MUST follow [PEP8 Style Guide](https://www.python.org/dev/peps/pep-0008/). Most editors have plugins or integrations and automatic checking for PEP8 compliance so make sure you use them.\n\nYou should add a pre-commit hook that will\ncheck for PEP8 errors. Follow the next steps to enable this check.\n\n1. Make sure you have installed the PEP8 style checker:\n```\n$ pip install pycodestyle\n```\n2. In the `.git/hooks` folder which is located inside the project's root\ndirectory, create a file named `pre-commit` and inside put [this code](https://github.com/keitaroinc/pep8-git-hook/blob/master/pre-commit).\n3. Make `pre-commit` executable by running this command:\n```\n$ chmod +x ckanext-dataexplorer/.git/hooks/pre-commit\n```\nNow, every time you commit code, the pre-commit hook will run and check for\nPEP8 errors.\n\n### Running the Tests\n\nTo run the tests, first make sure that you have installed the required\ndevelopment dependencies in CKAN, which can be done by running the following\ncommand in the CKAN's `src` directory:\n\n```\npip install -r requirements.txt\n```\n\nAfter that just type this command to actually run the tests in the extension.\n\n```\nnosetests --ckan --with-pylons=test.ini\n```\nTo run the tests and produce a coverage report, first make sure you have coverage installed in your virtualenv (pip install coverage) then run:\n\n```\nnosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.dataexplorer --cover-inclusive --cover-erase --cover-tests\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatopian%2Fnhs-dataexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatopian%2Fnhs-dataexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatopian%2Fnhs-dataexplorer/lists"}