{"id":26159798,"url":"https://github.com/dathere/ckanext-twdh_reports","last_synced_at":"2025-12-16T09:47:55.947Z","repository":{"id":272633333,"uuid":"916761972","full_name":"dathere/ckanext-twdh_reports","owner":"dathere","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-21T17:45:55.000Z","size":315,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-21T19:30:56.350Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dathere.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":"2025-01-14T18:02:06.000Z","updated_at":"2025-01-15T19:04:13.000Z","dependencies_parsed_at":"2025-01-15T19:22:15.152Z","dependency_job_id":"d130509a-b804-475a-a530-8f32c9cc6c96","html_url":"https://github.com/dathere/ckanext-twdh_reports","commit_stats":null,"previous_names":["dathere/ckanext-twdh_reports"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dathere/ckanext-twdh_reports","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dathere%2Fckanext-twdh_reports","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dathere%2Fckanext-twdh_reports/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dathere%2Fckanext-twdh_reports/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dathere%2Fckanext-twdh_reports/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dathere","download_url":"https://codeload.github.com/dathere/ckanext-twdh_reports/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dathere%2Fckanext-twdh_reports/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27762368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-16T02:00:10.477Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-03-11T11:35:56.600Z","updated_at":"2025-12-16T09:47:55.917Z","avatar_url":"https://github.com/dathere.png","language":"Python","readme":"[![Tests](https://github.com/tino097/ckanext-twdh_reports/workflows/Tests/badge.svg?branch=main)](https://github.com/tino097/ckanext-twdh_reports/actions)\n\n# ckanext-twdh_reports\n\n**TODO:** Put a description of your extension here:  What does it do? What features does it have? Consider including some screenshots or embedding a video!\n\n\n## Requirements\n\n**TODO:** For example, you might want to mention here which versions of CKAN this\nextension works with.\n\nIf your extension works across different versions you can add the following table:\n\nCompatibility with core CKAN versions:\n\n| CKAN version    | Compatible?   |\n| --------------- | ------------- |\n| 2.6 and earlier | not tested    |\n| 2.7             | not tested    |\n| 2.8             | not tested    |\n| 2.9             | not tested    |\n\nSuggested values:\n\n* \"yes\"\n* \"not tested\" - I can't think of a reason why it wouldn't work\n* \"not yet\" - there is an intention to get it working\n* \"no\"\n\n\n## Installation\n\n**TODO:** Add any additional install steps to the list below.\n   For example installing any non-Python dependencies or adding any required\n   config settings.\n\nTo install ckanext-twdh_reports:\n\n1. Activate your CKAN virtual environment, for example:\n\n     . /usr/lib/ckan/default/bin/activate\n\n2. Clone the source and install it on the virtualenv\n\n    git clone https://github.com/tino097/ckanext-twdh_reports.git\n    cd ckanext-twdh_reports\n    pip install -e .\n\tpip install -r requirements.txt\n\n3. Add `twdh_reports` to the `ckan.plugins` setting in your CKAN\n   config file (by default the config file is located at\n   `/etc/ckan/default/ckan.ini`).\n\n4. Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:\n\n     sudo service apache2 reload\n\n\n## Config settings\n\nNone at present\n\n**TODO:** Document any optional config settings here. For example:\n\n\t# The minimum number of hours to wait before re-checking a resource\n\t# (optional, default: 24).\n\tckanext.twdh_reports.some_setting = some_default_value\n\n\n## Developer installation\n\nTo install ckanext-twdh_reports for development, activate your CKAN virtualenv and\ndo:\n\n    git clone https://github.com/tino097/ckanext-twdh_reports.git\n    cd ckanext-twdh_reports\n    python setup.py develop\n    pip install -r dev-requirements.txt\n\n\n## Tests\n\nTo run the tests, do:\n\n    pytest --ckan-ini=test.ini\n\n\n## Releasing a new version of ckanext-twdh_reports\n\nIf ckanext-twdh_reports should be available on PyPI you can follow these steps to publish a new version:\n\n1. Update the version number in the `setup.py` file. See [PEP 440](http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers) for how to choose version numbers.\n\n2. Make sure you have the latest version of necessary packages:\n\n    pip install --upgrade setuptools wheel twine\n\n3. Create a source and binary distributions of the new version:\n\n       python setup.py sdist bdist_wheel \u0026\u0026 twine check dist/*\n\n   Fix any errors you get.\n\n4. Upload the source distribution to PyPI:\n\n       twine upload dist/*\n\n5. Commit any outstanding changes:\n\n       git commit -a\n       git push\n\n6. Tag the new release of the project on GitHub with the version number from\n   the `setup.py` file. For example if the version number in `setup.py` is\n   0.0.1 then do:\n\n       git tag 0.0.1\n       git push --tags\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdathere%2Fckanext-twdh_reports","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdathere%2Fckanext-twdh_reports","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdathere%2Fckanext-twdh_reports/lists"}