{"id":29201068,"url":"https://github.com/datopian/ckanext-honduras","last_synced_at":"2026-03-12T21:00:47.770Z","repository":{"id":44144715,"uuid":"170659534","full_name":"datopian/ckanext-honduras","owner":"datopian","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-09T00:42:25.000Z","size":3494,"stargazers_count":3,"open_issues_count":12,"forks_count":2,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-07-02T11:13:43.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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}},"created_at":"2019-02-14T08:57:29.000Z","updated_at":"2020-03-07T02:34:14.000Z","dependencies_parsed_at":"2023-01-25T10:32:34.653Z","dependency_job_id":null,"html_url":"https://github.com/datopian/ckanext-honduras","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/datopian/ckanext-honduras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-honduras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-honduras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-honduras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-honduras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datopian","download_url":"https://codeload.github.com/datopian/ckanext-honduras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datopian%2Fckanext-honduras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30444282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T20:23:30.529Z","status":"ssl_error","status_checked_at":"2026-03-12T20:23:14.027Z","response_time":114,"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":"2025-07-02T11:07:21.814Z","updated_at":"2026-03-12T21:00:47.750Z","avatar_url":"https://github.com/datopian.png","language":"CSS","readme":".. You should enable this project on travis-ci.org and coveralls.io to make\n   these badges work. The necessary Travis and Coverage config files have been\n   generated for you.\n\n.. image:: https://travis-ci.org/\"https://github.com/datopian/\"/ckanext-honduras.svg?branch=master\n    :target: https://travis-ci.org/\"https://github.com/datopian/\"/ckanext-honduras\n\n.. image:: https://coveralls.io/repos/\"https://github.com/datopian/\"/ckanext-honduras/badge.svg\n  :target: https://coveralls.io/r/\"https://github.com/datopian/\"/ckanext-honduras\n\n.. image:: https://pypip.in/download/ckanext-honduras/badge.svg\n    :target: https://pypi.python.org/pypi//ckanext-honduras/\n    :alt: Downloads\n\n.. image:: https://pypip.in/version/ckanext-honduras/badge.svg\n    :target: https://pypi.python.org/pypi/ckanext-honduras/\n    :alt: Latest Version\n\n.. image:: https://pypip.in/py_versions/ckanext-honduras/badge.svg\n    :target: https://pypi.python.org/pypi/ckanext-honduras/\n    :alt: Supported Python versions\n\n.. image:: https://pypip.in/status/ckanext-honduras/badge.svg\n    :target: https://pypi.python.org/pypi/ckanext-honduras/\n    :alt: Development Status\n\n.. image:: https://pypip.in/license/ckanext-honduras/badge.svg\n    :target: https://pypi.python.org/pypi/ckanext-honduras/\n    :alt: License\n\n=============\nckanext-honduras\n=============\n\n.. Put a description of your extension here:\n   What does it do? What features does it have?\n   Consider including some screenshots or embedding a video!\n\n\n------------\nRequirements\n------------\n\nFor example, you might want to mention here which versions of CKAN this\nextension works with.\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-honduras:\n\n1. Activate your CKAN virtual environment, for example::\n\n     . /usr/lib/ckan/default/bin/activate\n\n2. Install the ckanext-honduras Python package into your virtual environment::\n\n     pip install ckanext-honduras\n\n3. Add ``honduras`` 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.honduras.some_setting = some_default_value\n\n\n------------------------\nDevelopment Installation\n------------------------\n\nTo install ckanext-honduras for development, activate your CKAN virtualenv and\ndo::\n\n    git clone https://github.com/\"https://github.com/datopian/\"/ckanext-honduras.git\n    cd ckanext-honduras\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.honduras --cover-inclusive --cover-erase --cover-tests\n\n\n---------------------------------\nRegistering ckanext-honduras on PyPI\n---------------------------------\n\nckanext-honduras should be availabe on PyPI as\nhttps://pypi.python.org/pypi/ckanext-honduras. 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-honduras\n----------------------------------------\n\nckanext-honduras is availabe on PyPI as https://pypi.python.org/pypi/ckanext-honduras.\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-honduras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatopian%2Fckanext-honduras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatopian%2Fckanext-honduras/lists"}