{"id":29200921,"url":"https://github.com/datopian/ckanext-opendatani","last_synced_at":"2026-02-18T22:01:08.111Z","repository":{"id":35087485,"uuid":"39244275","full_name":"datopian/ckanext-opendatani","owner":"datopian","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-02T12:01:39.000Z","size":724,"stargazers_count":4,"open_issues_count":7,"forks_count":5,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-09-02T14:15:39.998Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datopian.png","metadata":{"files":{"readme":"README.rst","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":"2015-07-17T08:45:21.000Z","updated_at":"2025-09-02T11:54:58.000Z","dependencies_parsed_at":"2022-08-17T22:15:57.081Z","dependency_job_id":"8c56fd88-ced8-4da9-bbff-3bf597aba04c","html_url":"https://github.com/datopian/ckanext-opendatani","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/datopian/ckanext-opendatani","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-opendatani","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-opendatani/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-opendatani/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-opendatani/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datopian","download_url":"https://codeload.github.com/datopian/ckanext-opendatani/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-opendatani/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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:24.149Z","updated_at":"2026-02-18T22:01:08.106Z","avatar_url":"https://github.com/datopian.png","language":"Python","readme":"\n==================\nckanext-opendatani\n==================\n\nA CKAN extension for Open Data NI.\n\n------------\nRequirements\n------------\n\n* `ckanext-showcase \u003chttps://github.com/ckan/ckanext-showcase/\u003e`_: add ``showcase`` to ``ckan.plugins``\n* `ckanext-scheming \u003chttps://github.com/open-data/ckanext-scheming/\u003e`_: add ``scheming_datasets`` to ``ckan.plugins``\n* `ckanext-datarequests (Viderum fork) \u003chttps://github.com/ViderumGlobal/ckanext-datarequests/\u003e`_: add ``datarequests`` to ``ckan.plugins``\n* `ckanext-contact \u003chttps://github.com/NaturalHistoryMuseum/ckanext-contact/\u003e`_: add ``contact`` to ``ckan.plugins``\n* `ckanext-disqus \u003chttps://github.com/ckan/ckanext-disqus/\u003e`_: add ``disqus`` to ``ckan.plugins``\n* `ckanext-pages \u003chttps://github.com/ckan/ckanext-pages/\u003e`_: add ``pages`` to ``ckan.plugins``\n\n\n------------\nInstallation\n------------\n\n.. 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-opendatani:\n\n1. Activate your CKAN virtual environment, for example::\n\n     . /usr/lib/ckan/default/bin/activate\n\n2. Install the ckanext-opendatani Python package into your virtual environment::\n\n     pip install ckanext-opendatani\n\n3. Add ``opendatani`` to the ``ckan.plugins`` setting in your CKAN\n   config file (by default the config file is located at\n   ``/etc/ckan/default/production.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---------------\nConfig Settings\n---------------\n\nDocument any optional config settings here. For example::\n\n    # The minimum number of hours to wait before re-checking a resource\n    # (optional, default: 24).\n    ckanext.opendatani.some_setting = some_default_value\n\n\n------------------------\nDevelopment Installation\n------------------------\n\nTo install ckanext-opendatani for development, activate your CKAN virtualenv and\ndo::\n\n    git clone https://github.com//ckanext-opendatani.git\n    cd ckanext-opendatani\n    python setup.py develop\n    pip install -r dev-requirements.txt\n\n\n-----------------\nRunning the Tests\n-----------------\n\nTo run the tests, do::\n\n    nosetests --nologcapture --with-pylons=test.ini\n\nTo run the tests and produce a coverage report, first make sure you have\ncoverage installed in your virtualenv (``pip install coverage``) then run::\n\n    nosetests --nologcapture --with-pylons=test.ini --with-coverage --cover-package=ckanext.opendatani --cover-inclusive --cover-erase --cover-tests\n\n\n--------------------------------------\nRegistering ckanext-opendatani on PyPI\n--------------------------------------\n\nckanext-opendatani should be availabe on PyPI as\nhttps://pypi.python.org/pypi/ckanext-opendatani. If that link doesn't work, then\nyou can register the project on PyPI for the first time by following these\nsteps:\n\n1. Create a source distribution of the project::\n\n     python setup.py sdist\n\n2. Register the project::\n\n     python setup.py register\n\n3. Upload the source distribution to PyPI::\n\n     python setup.py sdist upload\n\n4. Tag the first 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\n---------------------------------------------\nReleasing a New Version of ckanext-opendatani\n---------------------------------------------\n\nckanext-opendatani is availabe on PyPI as https://pypi.python.org/pypi/ckanext-opendatani.\nTo publish a new version to PyPI follow these steps:\n\n1. Update the version number in the ``setup.py`` file.\n   See `PEP 440 \u003chttp://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers\u003e`_\n   for how to choose version numbers.\n\n2. Create a source distribution of the new version::\n\n     python setup.py sdist\n\n3. Upload the source distribution to PyPI::\n\n     python setup.py sdist upload\n\n4. 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.2 then do::\n\n       git tag 0.0.2\n       git push --tags\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatopian%2Fckanext-opendatani","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatopian%2Fckanext-opendatani","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatopian%2Fckanext-opendatani/lists"}